Home
last modified time | relevance | path

Searched refs:cookie_ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc119 cookie_(android::bluetooth::audio::kObserversCookieUndefined), in BluetoothAudioPortHidl()
142 if (port->cookie_ != cookie) { in SetUp()
154 if (port->cookie_ != cookie) { in SetUp()
164 cookie_ = BluetoothAudioSessionControl_2_1::RegisterControlResultCback( in SetUp()
167 << ", cookie=" << StringPrintf("%#hx", cookie_); in SetUp()
169 return (cookie_ != android::bluetooth::audio::kObserversCookieUndefined); in SetUp()
226 << ", cookie=" << StringPrintf("%#hx", cookie_) in TearDown()
232 << ", cookie=" << StringPrintf("%#hx", cookie_); in TearDown()
234 session_type_hidl_, cookie_); in TearDown()
235 cookie_ = android::bluetooth::audio::kObserversCookieUndefined; in TearDown()
[all …]
Ddevice_port_proxy.cc121 : cookie_(::aidl::android::hardware::bluetooth::audio:: in BluetoothAudioPortAidl()
145 if (port->cookie_ != cookie) { in SetUp()
157 if (port->cookie_ != cookie) { in SetUp()
169 cookie_ = BluetoothAudioSessionControl::RegisterControlResultCback( in SetUp()
172 << ", cookie=" << StringPrintf("%#hx", cookie_); in SetUp()
175 cookie_ != in SetUp()
239 << ", cookie=" << StringPrintf("%#hx", cookie_) in TearDown()
245 << ", cookie=" << StringPrintf("%#hx", cookie_); in TearDown()
247 cookie_); in TearDown()
248 cookie_ = in TearDown()
[all …]
Ddevice_port_proxy_hidl.h86 uint16_t cookie_; variable
Ddevice_port_proxy.h182 uint16_t cookie_;