Home
last modified time | relevance | path

Searched refs:SapApduType (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp57 SapApduType sapApduType = SapApduType::APDU; in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DSap.cpp42 ::android::hardware::radio::V1_0::SapApduType /* type */, in apduReq() argument
H A DSap.h44 Return<void> apduReq(int32_t token, ::android::hardware::radio::V1_0::SapApduType type,
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java4 import android.hardware.radio.V1_0.SapApduType;
778 type = SapApduType.APDU; in send()
781 type = SapApduType.APDU7816; in send()
/aosp12/hardware/interfaces/radio/1.0/
H A DISap.hal51 oneway apduReq(int32_t token, SapApduType type, vec<uint8_t> command);
H A Dtypes.hal256 enum SapApduType : int32_t {
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp56 Return<void> apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command);
269 Return<void> SapImpl::apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command) { in apduReq()