Home
last modified time | relevance | path

Searched refs:sessionHandle (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DKeepaliveStatus.aidl40 int sessionHandle;
DIRadioData.aidl307 void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DKeepaliveStatus.aidl37 int sessionHandle;
DIRadioData.aidl52 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DKeepaliveStatus.aidl37 int sessionHandle;
DIRadioData.aidl52 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DKeepaliveStatus.aidl38 int sessionHandle;
DIRadioData.aidl53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DKeepaliveStatus.aidl38 int sessionHandle;
DIRadioData.aidl53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() argument
181 mHal1_5->stopKeepalive(serial, sessionHandle); in stopKeepalive()
Dstructs.cpp236 .sessionHandle = status.sessionHandle, in toAidl()
/hardware/interfaces/radio/1.1/
DIRadio.hal110 * @param sessionHandle The handle that was provided by IRadioResponse.startKeepaliveResponse
114 oneway stopKeepalive(int32_t serial, int32_t sessionHandle);
Dtypes.hal196 int32_t sessionHandle; // the sessionHandle provided by the api
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioData.h64 ::ndk::ScopedAStatus stopKeepalive(int32_t serial, int32_t sessionHandle) override;
/hardware/interfaces/radio/1.2/default/
DRadio.h257 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle) override;
/hardware/ril/include/telephony/
Dril.h7211 uint32_t sessionHandle; member
/hardware/ril/reference-ril/
Dril.h7211 uint32_t sessionHandle; member
/hardware/ril/libril/
Dril_service.cpp440 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle);
2877 Return<void> RadioImpl::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() argument
2886 CALL_ONREQUEST(pRI->pCI->requestNumber, &sessionHandle, sizeof(uint32_t), pRI, mSlotId); in stopKeepalive()
6678 halStatus.sessionHandle = rilStatus->sessionHandle; in convertRilKeepaliveStatusToHal()