Home
last modified time | relevance | path

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

/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc117 : cookie_(android::bluetooth::audio::kObserversCookieUndefined), in BluetoothAudioPort()
132 if (port->cookie_ != cookie) { in SetUp()
144 if (port->cookie_ != cookie) { in SetUp()
154 cookie_ = BluetoothAudioSessionControl_2_1::RegisterControlResultCback( in SetUp()
156 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in SetUp()
158 return (cookie_ != android::bluetooth::audio::kObserversCookieUndefined); in SetUp()
209 << ", cookie=" << StringPrintf("%#hx", cookie_) << " unknown monitor"; in TearDown()
213 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in TearDown()
215 cookie_); in TearDown()
216 cookie_ = android::bluetooth::audio::kObserversCookieUndefined; in TearDown()
[all …]
Ddevice_port_proxy.h93 uint16_t cookie_;
/system/chre/apps/test/common/chre_stress_test/inc/
Dchre_stress_test_manager.h46 AsyncRequest(const void *cookie_) { in AsyncRequest()
47 cookie = cookie_; in AsyncRequest()
/system/libziparchive/
Dzip_archive.cc1506 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter()
1509 return proc_function_(buf, buf_size, cookie_); in Append()
1514 void* cookie_; member in ProcessWriter