mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Merge "Fix RadioConfig 1.0 vts test" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e7a523a89c
@@ -21,11 +21,15 @@ SimSlotStatus slotStatus;
|
||||
RadioConfigResponse::RadioConfigResponse(RadioConfigHidlTest& parent) : parent(parent) {}
|
||||
|
||||
Return<void> RadioConfigResponse::getSimSlotsStatusResponse(
|
||||
const RadioResponseInfo& /* info */,
|
||||
const ::android::hardware::hidl_vec<SimSlotStatus>& /* slotStatus */) {
|
||||
const RadioResponseInfo& info,
|
||||
const ::android::hardware::hidl_vec<SimSlotStatus>& /* slotStatus */) {
|
||||
rspInfo = info;
|
||||
parent.notify();
|
||||
return Void();
|
||||
}
|
||||
|
||||
Return<void> RadioConfigResponse::setSimSlotsMappingResponse(const RadioResponseInfo& /* info */) {
|
||||
Return<void> RadioConfigResponse::setSimSlotsMappingResponse(const RadioResponseInfo& info) {
|
||||
rspInfo = info;
|
||||
parent.notify();
|
||||
return Void();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user