Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/libril/
Dril_service.cpp551 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 …]
Dsap_service.cpp46 int32_t slotId; member
Dril.cpp197 addRequestToList(int serial, int slotId, int request) { in addRequestToList()
/hardware/interfaces/weaver/1.0/vts/functional/
DVtsHalWeaverV1_0TargetTest.cpp125 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/
Dclient.h287 int32_t slotId; member
/hardware/nxp/secure_element/ls_client/src/
DLsLib.cpp2018 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()