Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dsap_hidl_hal_api.cpp152 SapTransferProtocol sapTransferProtocol = SapTransferProtocol::T0; in TEST_P()
/aosp12/hardware/interfaces/radio/1.2/default/
H A DSap.cpp70 ::android::hardware::radio::V1_0::SapTransferProtocol /* transferProtocol */) { in setTransferProtocolReq() argument
H A DSap.h52 ::android::hardware::radio::V1_0::SapTransferProtocol transferProtocol) override;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java5 import android.hardware.radio.V1_0.SapTransferProtocol;
793 transportProtocol = SapTransferProtocol.T0; in send()
795 transportProtocol = SapTransferProtocol.T1; in send()
/aosp12/hardware/interfaces/radio/1.0/
H A DISap.hal88 oneway setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol);
H A Dtypes.hal281 enum SapTransferProtocol : int32_t {
/aosp12/hardware/ril/libril/
H A Dsap_service.cpp66 Return<void> setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol);
491 Return<void> SapImpl::setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol) { in setTransferProtocolReq()