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

  /hardware/interfaces/radio/1.2/default/
Sap.cpp 53 Return<void> Sap::powerReq(int32_t /* token */, bool /* 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 55 milliseconds