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

  /hardware/interfaces/radio/1.0/
ISap.hal 35 oneway connectReq(int32_t token, int32_t maxMsgSize);
  /hardware/interfaces/radio/1.2/default/
Sap.cpp 31 Return<void> Sap::connectReq(int32_t /* token */, int32_t /* maxMsgSize */) {
Sap.h 42 Return<void> connectReq(int32_t token, int32_t maxMsgSize) override;
  /hardware/interfaces/radio/1.0/vts/functional/
sap_hidl_hal_api.cpp 20 * Test ISap.connectReq() for the response returned.
22 TEST_F(SapHidlTest, connectReq) {
26 sap->connectReq(token, maxMsgSize);
  /hardware/ril/libril/
sap_service.cpp 52 Return<void> connectReq(int32_t token, int32_t maxMsgSize);
187 Return<void> SapImpl::connectReq(int32_t token, int32_t maxMsgSize) {
188 RLOGD("SapImpl::connectReq");
191 RLOGE("SapImpl::connectReq: Error allocating memory for msg");
203 RLOGE("SapImpl::connectReq: Error getting encoded size for RIL_SIM_SAP_CONNECT_REQ");
210 RLOGE("SapImpl::connectReq: Error allocating memory for buffer");
216 RLOGD("SapImpl::connectReq calling pb_encode");
218 RLOGE("SapImpl::connectReq: Error encoding RIL_SIM_SAP_CONNECT_REQ");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 767 sapProxy.connectReq(rilSerial, mMaxMsgSize);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]

Completed in 276 milliseconds