Home
last modified time | relevance | path

Searched defs:getCurrentCalls (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp23 TEST_P(RadioHidlTest, getCurrentCalls) { in TEST_P() argument
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl52 …List<BluetoothHeadsetClientCall> getCurrentCalls(in BluetoothDevice device, in AttributionSource a… in getCurrentCalls() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java466 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device, in getCurrentCalls() method in HeadsetClientService.BluetoothHeadsetClientBinder
915 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in HeadsetClientService
H A DHeadsetClientStateMachine.java1949 public List<BluetoothHeadsetClientCall> getCurrentCalls() { in getCurrentCalls() method in HeadsetClientStateMachine
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java795 public List<BluetoothHeadsetClientCall> getCurrentCalls(BluetoothDevice device) { in getCurrentCalls() method in BluetoothHeadsetClient
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp150 Return<void> Radio::getCurrentCalls(int32_t /* serial */) { in getCurrentCalls() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java104 public void getCurrentCalls(Message result) { in getCurrentCalls() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java103 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java551 public void getCurrentCalls (Message result) { in getCurrentCalls() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java684 public void getCurrentCalls(Message result) { in getCurrentCalls() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java877 void getCurrentCalls (Message result); in getCurrentCalls() method
H A DRIL.java1041 public void getCurrentCalls(Message result) { in getCurrentCalls() method in RIL
/aosp12/hardware/ril/libril/
H A Dril_service.cpp877 Return<void> RadioImpl::getCurrentCalls(int32_t serial) { in getCurrentCalls() function in RadioImpl