Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 12 of 12) 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/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/android/hardware/weaver/
DIWeaver.aidl78 WeaverReadResponse read(in int slotId, in byte[] key); in read()
96 void write(in int slotId, in byte[] key, in byte[] value); in write()
/hardware/interfaces/weaver/aidl/aidl_api/android.hardware.weaver/2/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/nxp/weaver/1.0/
DWeaver.cpp70 Weaver::write(uint32_t slotId, const hidl_vec<uint8_t>& key, const hidl_vec<uint8_t>& value) { in write()
81 Weaver::read(uint32_t slotId, const hidl_vec<uint8_t>& key, read_cb _hidl_cb) { in read()
/hardware/nxp/weaver/libese_weaver/src/
Dweaver-impl.cpp131 Status_Weaver WeaverImpl::Read(uint32_t slotId, const std::vector<uint8_t> &key, in Read()
187 Status_Weaver WeaverImpl::Write(uint32_t slotId, in Write()
Dweaver-parser-impl.cpp145 bool WeaverParserImpl::FrameReadCmd(uint32_t slotId, in FrameReadCmd()
177 bool WeaverParserImpl::FrameWriteCmd(uint32_t slotId, in FrameWriteCmd()
/hardware/interfaces/weaver/vts/
DVtsHalWeaverTargetTest.cpp282 const uint32_t slotId = first_free_slot_; in TEST_P() local
300 const uint32_t slotId = first_free_slot_; in TEST_P() local
320 const uint32_t slotId = first_free_slot_; 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()