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

  /hardware/interfaces/radio/1.0/
ISap.hal 42 oneway disconnectReq(int32_t token);
  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_api.cpp 32 * Test IRadio.disconnectReq() for the response returned
34 TEST_F(SapHidlTest, disconnectReq) {
37 sap->disconnectReq(token);
  /hardware/ril/libril/
sap_service.cpp 54 Return<void> disconnectReq(int32_t token);
226 Return<void> SapImpl::disconnectReq(int32_t token) {
227 RLOGD("SapImpl::disconnectReq");
230 RLOGE("SapImpl::disconnectReq: Error allocating memory for msg");
241 RLOGE("SapImpl::disconnectReq: Error getting encoded size for RIL_SIM_SAP_DISCONNECT_REQ");
248 RLOGE("SapImpl::disconnectReq: Error allocating memory for buffer");
255 RLOGD("SapImpl::disconnectReq calling pb_encode");
257 RLOGE("SapImpl::disconnectReq: Error encoding RIL_SIM_SAP_DISCONNECT_REQ");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 744 sapProxy.disconnectReq(rilSerial);
    [all...]

Completed in 51 milliseconds