HomeSort by relevance Sort by last modified time
    Searched refs:transferAtrReq (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/radio/1.0/
ISap.hal 58 oneway transferAtrReq(int32_t token);
  /hardware/interfaces/radio/1.2/default/
Sap.cpp 48 Return<void> Sap::transferAtrReq(int32_t /* token */) {
Sap.h 46 Return<void> transferAtrReq(int32_t token) override;
  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_api.cpp 61 * Test IRadio.transferAtrReq() for the response returned.
63 TEST_F(SapHidlTest, transferAtrReq) {
66 sap->transferAtrReq(token);
  /hardware/ril/libril/
sap_service.cpp 58 Return<void> transferAtrReq(int32_t token);
322 Return<void> SapImpl::transferAtrReq(int32_t token) {
323 RLOGD("SapImpl::transferAtrReq");
326 RLOGE("SapImpl::transferAtrReq: Error allocating memory for msg");
337 RLOGE("SapImpl::transferAtrReq: Error getting encoded size for "
345 RLOGE("SapImpl::transferAtrReq: Error allocating memory for buffer");
352 RLOGD("SapImpl::transferAtrReq calling pb_encode");
354 RLOGE("SapImpl::transferAtrReq: Error encoding RIL_SIM_SAP_TRANSFER_ATR_REQ");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 805 sapProxy.transferAtrReq(rilSerial);
    [all...]

Completed in 487 milliseconds