Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp521 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid()
530 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString()
547 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings()
590 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings()
630 bool dispatchInts(int serial, int slotId, int request, int countInts, ...) { in dispatchInts()
661 bool dispatchCallForwardStatus(int serial, int slotId, int request, in dispatchCallForwardStatus()
686 bool dispatchRaw(int serial, int slotId, int request, const hidl_vec<uint8_t>& rawBytes) { in dispatchRaw()
699 bool dispatchIccApdu(int serial, int slotId, int request, const SimApdu& message) { in dispatchIccApdu()
725 void checkReturnStatus(int32_t slotId, Return<void>& ret, bool isRadioService) { in checkReturnStatus()
2901 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/aidl/android/hardware/weaver/
DIWeaver.aidl76 WeaverReadResponse read(in int slotId, in byte[] key); in read()
93 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/1/android/hardware/weaver/
DIWeaver.aidl38 android.hardware.weaver.WeaverReadResponse read(in int slotId, in byte[] key); in read()
39 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/current/android/hardware/weaver/
DIWeaver.aidl38 android.hardware.weaver.WeaverReadResponse read(in int slotId, in byte[] key); in read()
39 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/vts/
DVtsHalWeaverTargetTest.cpp98 constexpr uint32_t slotId = 0; in TEST_P() local
121 constexpr uint32_t slotId = 0; in TEST_P() local
146 constexpr uint32_t slotId = 0; in TEST_P() local
219 constexpr uint32_t slotId = 0; in TEST_P() local
234 constexpr uint32_t slotId = 0; in TEST_P() local
249 constexpr uint32_t slotId = 0; in TEST_P() local
/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/nxp/secure_element/pn8x/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()