/hardware/ril/libril/ |
D | ril_service.cpp | 521 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 …]
|
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/aidl/aidl_api/android.hardware.weaver/1/android/hardware/weaver/ |
D | IWeaver.aidl | 38 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/ |
D | IWeaver.aidl | 78 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/ |
D | IWeaver.aidl | 38 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/ |
D | IWeaver.aidl | 38 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/ |
D | Weaver.cpp | 70 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/ |
D | weaver-impl.cpp | 131 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()
|
D | weaver-parser-impl.cpp | 145 bool WeaverParserImpl::FrameReadCmd(uint32_t slotId, in FrameReadCmd() 177 bool WeaverParserImpl::FrameWriteCmd(uint32_t slotId, in FrameWriteCmd()
|
/hardware/interfaces/weaver/vts/ |
D | VtsHalWeaverTargetTest.cpp | 282 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/ |
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()
|