Searched refs:cookie_ (Results 1 – 3 of 3) sorted by relevance
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.cc | 103 cookie_(android::bluetooth::audio::kObserversCookieUndefined) {} in BluetoothAudioPortOut() 116 if (port->cookie_ != cookie) { in SetUp() 128 if (port->cookie_ != cookie) { in SetUp() 138 cookie_ = BluetoothAudioSessionControl::RegisterControlResultCback( in SetUp() 140 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in SetUp() 142 return (cookie_ != android::bluetooth::audio::kObserversCookieUndefined); in SetUp() 175 << ", cookie=" << StringPrintf("%#hx", cookie_) << " unknown monitor"; in TearDown() 179 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in TearDown() 181 cookie_); in TearDown() 182 cookie_ = android::bluetooth::audio::kObserversCookieUndefined; in TearDown() [all …]
|
D | device_port_proxy.h | 97 uint16_t cookie_; variable
|
/system/libziparchive/ |
D | zip_archive.cc | 1426 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter() 1429 return proc_function_(buf, buf_size, cookie_); in Append() 1434 void* cookie_; member in ProcessWriter
|