Home
last modified time | relevance | path

Searched refs:hostIf (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.1/default/
DBluetoothAudioProvider.cpp54 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
70 return startSession_2_1(hostIf, audioConfig_2_1, _hidl_cb); in startSession()
74 const sp<IBluetoothAudioPort>& hostIf, in startSession_2_1() argument
76 if (hostIf == nullptr) { in startSession_2_1()
88 stack_iface_ = hostIf; in startSession_2_1()
DA2dpOffloadAudioProvider.cpp57 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
79 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DBluetoothAudioProvider.h44 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
47 Return<void> startSession_2_1(const sp<IBluetoothAudioPort>& hostIf,
DHearingAidAudioProvider.cpp69 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
93 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DA2dpSoftwareAudioProvider.cpp73 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
97 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DA2dpOffloadAudioProvider.h35 Return<void> startSession(const sp<V2_0::IBluetoothAudioPort>& hostIf,
DLeAudioAudioProvider.cpp68 const sp<V2_0::IBluetoothAudioPort>& hostIf, in startSession_2_1() argument
176 return BluetoothAudioProvider::startSession_2_1(hostIf, audioConfig, in startSession_2_1()
DHearingAidAudioProvider.h43 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
DA2dpSoftwareAudioProvider.h43 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
DLeAudioAudioProvider.h45 Return<void> startSession_2_1(const sp<V2_0::IBluetoothAudioPort>& hostIf,
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp53 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
55 if (hostIf == nullptr) { in startSession()
67 stack_iface_ = hostIf; in startSession()
DA2dpOffloadAudioProvider.cpp51 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
73 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DA2dpSoftwareAudioProvider.cpp67 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
91 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DHearingAidAudioProvider.cpp63 const sp<IBluetoothAudioPort>& hostIf, in startSession() argument
87 return BluetoothAudioProvider::startSession(hostIf, audioConfig, _hidl_cb); in startSession()
DA2dpOffloadAudioProvider.h34 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
DHearingAidAudioProvider.h42 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
DA2dpSoftwareAudioProvider.h42 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
DBluetoothAudioProvider.h44 Return<void> startSession(const sp<IBluetoothAudioPort>& hostIf,
/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.cpp36 hostIf __unused, in startSession()
DBluetoothAudioOffload.h45 hostIf,
/hardware/interfaces/bluetooth/audio/2.1/
DIBluetoothAudioProvider.hal42 * @param hostIf An instance of IBluetoothAudioPort for stream control
60 startSession_2_1(IBluetoothAudioPort hostIf, AudioConfiguration audioConfig)
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal40 * @param hostIf An instance of IBluetoothAudioPort for stream control
58 startSession(IBluetoothAudioPort hostIf, AudioConfiguration audioConfig)
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal47 * @param hostIf interface used to request stream control
58 …startSession(IBluetoothAudioHost hostIf, CodecConfiguration codecConfig) generates (Status status);