Searched refs:slotId (Results 1 – 9 of 9) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.h | 26 int getIccCardStatusResponse(int slotId, int responseType, 29 int supplyIccPinForAppResponse(int slotId, 33 int supplyIccPukForAppResponse(int slotId, 37 int supplyIccPin2ForAppResponse(int slotId, 41 int supplyIccPuk2ForAppResponse(int slotId, 45 int changeIccPinForAppResponse(int slotId, 49 int changeIccPin2ForAppResponse(int slotId, 53 int supplyNetworkDepersonalizationResponse(int slotId, 57 int getCurrentCallsResponse(int slotId, 61 int dialResponse(int slotId, [all …]
|
D | ril_internal.h | 84 int(*responseFunction) (int slotId, int responseType, int token, 88 RequestInfo * addRequestToList(int serial, int slotId, int request);
|
D | sap_service.cpp | 46 int32_t slotId; member 89 RLOGD("SapImpl::setCallback for slotId %d", slotId); in setCallback() 184 sapService[slotId]->checkReturnStatus(retStatus); in sendFailedResponse() 960 sapService[i]->slotId = i; in registerService()
|
D | ril.cpp | 90 int (*responseFunction) (int slotId, int responseType, int token, 199 addRequestToList(int serial, int slotId, int request) { in addRequestToList() argument 202 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId; in addRequestToList()
|
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 138 constexpr uint32_t slotId = 0; in TEST_F() local 139 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F() 147 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F() 166 constexpr uint32_t slotId = 0; in TEST_F() local 167 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE); in TEST_F() 171 const auto overwriteRet = weaver->write(slotId, KEY, OTHER_VALUE); in TEST_F() 179 const auto readRet = weaver->read(slotId, KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F() 197 constexpr uint32_t slotId = 0; in TEST_F() local 198 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F() 206 weaver->read(slotId, WRONG_KEY, [&](WeaverReadStatus s, WeaverReadResponse r) { in TEST_F() [all …]
|
/hardware/interfaces/weaver/1.0/ |
D | IWeaver.hal | 47 * @param slotId of the slot to write to. 52 write(uint32_t slotId, vec<uint8_t> key, vec<uint8_t> value) 66 * @param slotId of the slot to read from. 77 read(uint32_t slotId, vec<uint8_t> key)
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 55 int32_t slotId;
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 261 int32_t slotId; member
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 425 rfs[i].slotId = static_cast<int32_t>( in createComponent() 426 renderedFrames[i].slotId); in createComponent()
|