Searched refs:cookie_ (Results 1 – 4 of 4) sorted by relevance
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.cc | 117 : 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 …]
|
D | device_port_proxy.h | 93 uint16_t cookie_;
|
/system/chre/apps/test/common/chre_stress_test/inc/ |
D | chre_stress_test_manager.h | 46 AsyncRequest(const void *cookie_) { in AsyncRequest() 47 cookie = cookie_; in AsyncRequest()
|
/system/libziparchive/ |
D | zip_archive.cc | 1506 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter() 1509 return proc_function_(buf, buf_size, cookie_); in Append() 1514 void* cookie_; member in ProcessWriter
|