Searched refs:sessionHandle (Results 1 – 19 of 19) sorted by relevance
/hardware/interfaces/radio/aidl/android/hardware/radio/data/ |
D | KeepaliveStatus.aidl | 40 int sessionHandle;
|
D | IRadioData.aidl | 307 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/ |
D | KeepaliveStatus.aidl | 37 int sessionHandle;
|
D | IRadioData.aidl | 52 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/ |
D | KeepaliveStatus.aidl | 37 int sessionHandle;
|
D | IRadioData.aidl | 52 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/ |
D | KeepaliveStatus.aidl | 38 int sessionHandle;
|
D | IRadioData.aidl | 53 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/ |
D | KeepaliveStatus.aidl | 38 int sessionHandle;
|
D | IRadioData.aidl | 53 oneway void stopKeepalive(in int serial, in int sessionHandle); in stopKeepalive() argument
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
D | RadioData.cpp | 179 ScopedAStatus RadioData::stopKeepalive(int32_t serial, int32_t sessionHandle) { in stopKeepalive() argument 181 mHal1_5->stopKeepalive(serial, sessionHandle); in stopKeepalive()
|
D | structs.cpp | 236 .sessionHandle = status.sessionHandle, in toAidl()
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 110 * @param sessionHandle The handle that was provided by IRadioResponse.startKeepaliveResponse 114 oneway stopKeepalive(int32_t serial, int32_t sessionHandle);
|
D | types.hal | 196 int32_t sessionHandle; // the sessionHandle provided by the api
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioData.h | 64 ::ndk::ScopedAStatus stopKeepalive(int32_t serial, int32_t sessionHandle) override;
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 257 Return<void> stopKeepalive(int32_t serial, int32_t sessionHandle) override;
|
/hardware/ril/include/telephony/ |
D | ril.h | 7211 uint32_t sessionHandle; member
|
/hardware/ril/reference-ril/ |
D | ril.h | 7211 uint32_t sessionHandle; member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 440 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()
|