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

  /hardware/interfaces/radio/1.0/
ISap.hal 66 oneway powerReq(int32_t token, bool state);
  /hardware/interfaces/radio/1.2/default/
Sap.cpp 53 Return<void> Sap::powerReq(int32_t /* token */, bool /* state */) {
Sap.h 47 Return<void> powerReq(int32_t token, bool state) override;
  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_api.cpp 77 * Test IRadio.powerReq() for the response returned.
79 TEST_F(SapHidlTest, powerReq) {
83 sap->powerReq(token, state);
  /hardware/ril/libril/
sap_service.cpp 60 Return<void> powerReq(int32_t token, bool state);
364 Return<void> SapImpl::powerReq(int32_t token, bool state) {
365 RLOGD("SapImpl::powerReq");
368 RLOGE("SapImpl::powerReq: Error allocating memory for msg");
380 RLOGE("SapImpl::powerReq: Error getting encoded size for RIL_SIM_SAP_POWER_REQ");
387 RLOGE("SapImpl::powerReq: Error allocating memory for buffer");
394 RLOGD("SapImpl::powerReq calling pb_encode");
396 RLOGE("SapImpl::powerReq: Error encoding RIL_SIM_SAP_POWER_REQ");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 809 sapProxy.powerReq(rilSerial, false);
813 sapProxy.powerReq(rilSerial, true);
    [all...]

Completed in 7700 milliseconds