Searched defs:slotId (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 551 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid() 560 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() 577 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() 620 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() 660 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts() 691 bool dispatchCallForwardStatus(int serial, int slotId, int request, in dispatchCallForwardStatus() 716 bool dispatchRaw(int serial, int slotId, int request, const hidl_vec<uint8_t>& rawBytes) { in dispatchRaw() 729 bool dispatchIccApdu(int serial, int slotId, int request, const SimApdu& message) { in dispatchIccApdu() 755 void checkReturnStatus(int32_t slotId, Return<void>& ret, bool isRadioService) { in checkReturnStatus() 2963 void radio::acknowledgeRequest(int slotId, int serial) { in acknowledgeRequest() [all …]
|
D | sap_service.cpp | 46 int32_t slotId; member
|
D | ril.cpp | 197 addRequestToList(int serial, int slotId, int request) { in addRequestToList()
|
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 125 constexpr uint32_t slotId = 0; in TEST_P() local 153 constexpr uint32_t slotId = 0; in TEST_P() local 184 constexpr uint32_t slotId = 0; in TEST_P() local 278 constexpr uint32_t slotId = 0; in TEST_P() local 299 constexpr uint32_t slotId = 0; in TEST_P() local 320 constexpr uint32_t slotId = 0; in TEST_P() local
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 287 int32_t slotId; member
|
/hardware/nxp/secure_element/ls_client/src/ |
D | LsLib.cpp | 2018 LSCSTATUS LSC_ReadLsHash(uint8_t* hash, uint16_t* readHashLen, uint8_t slotId) { in LSC_ReadLsHash() 2083 LSCSTATUS LSC_UpdateLsHash(uint8_t* hash, long hashLen, uint8_t slotId) { in LSC_UpdateLsHash()
|