Home
last modified time | relevance | path

Searched defs:SetAudioFocusState (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl29 boolean SetAudioFocusState(int state); in SetAudioFocusState() method
/system/bt/service/
Da2dp_sink.cc96 void A2dpSink::SetAudioFocusState(int focus_state) { in SetAudioFocusState() function in bluetooth::A2dpSink
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc123 Status BluetoothA2dpSinkBinderServer::SetAudioFocusState(int focus_state, in SetAudioFocusState() function in ipc::binder::BluetoothA2dpSinkBinderServer
/system/bt/service/test/
Da2dp_sink_unittest.cc208 TEST_F(A2dpSinkPostRegisterTest, SetAudioFocusState) { in TEST_F() argument