Home
last modified time | relevance | path

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

/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc103 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 …]
Ddevice_port_proxy.h97 uint16_t cookie_; variable
/system/libziparchive/
Dzip_archive.cc1426 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter()
1429 return proc_function_(buf, buf_size, cookie_); in Append()
1434 void* cookie_; member in ProcessWriter