Home
last modified time | relevance | path

Searched defs:BluetoothAudioCtrlAck (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Daudio_ctrl_ack.h27 enum class BluetoothAudioCtrlAck : uint8_t { enum
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_unittest.cc96 void BluetoothAudioClientInterface::StreamStarted(const BluetoothAudioCtrlAck& /*ack*/) {} in StreamStarted()
100 void BluetoothAudioClientInterface::StreamSuspended(const BluetoothAudioCtrlAck& /*ack*/) {} in StreamSuspended()
128 std::ostream& operator<<(std::ostream& os, const BluetoothAudioCtrlAck& /*ack*/) { return os; } in operator <<()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h54 enum class BluetoothAudioCtrlAck : uint8_t { enum