Home
last modified time | relevance | path

Searched refs:callId (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
DRadioData.cpp48 ScopedAStatus RadioData::cancelHandover(int32_t serial, int32_t callId) { in cancelHandover() argument
51 mHal1_6->cancelHandover(serial, callId); in cancelHandover()
163 ScopedAStatus RadioData::startHandover(int32_t serial, int32_t callId) { in startHandover() argument
166 mHal1_6->startHandover(serial, callId); in startHandover()
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DIRadioData.aidl68 void cancelHandover(in int serial, in int callId); in cancelHandover() argument
282 void startHandover(in int serial, in int callId); in startHandover() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DIRadioData.aidl39 oneway void cancelHandover(in int serial, in int callId); in cancelHandover() argument
51 oneway void startHandover(in int serial, in int callId); in startHandover() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DIRadioData.aidl38 oneway void cancelHandover(in int serial, in int callId); in cancelHandover() argument
50 oneway void startHandover(in int serial, in int callId); in startHandover() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DIRadioData.aidl38 oneway void cancelHandover(in int serial, in int callId); in cancelHandover() argument
50 oneway void startHandover(in int serial, in int callId); in startHandover() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DIRadioData.aidl39 oneway void cancelHandover(in int serial, in int callId); in cancelHandover() argument
51 oneway void startHandover(in int serial, in int callId); in startHandover() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioData.h26 ::ndk::ScopedAStatus cancelHandover(int32_t serial, int32_t callId) override;
60 ::ndk::ScopedAStatus startHandover(int32_t serial, int32_t callId) override;
/hardware/interfaces/radio/1.6/
DIRadio.hal327 * @param id callId The identifier of the data call which is provided in SetupDataCallResult
331 oneway startHandover(int32_t serial, int32_t callId);
340 * @param id callId The identifier of the data call which is provided in SetupDataCallResult
344 oneway cancelHandover(int32_t serial, int32_t callId);