Searched refs:cookie_ (Results 1 – 4 of 4) sorted by relevance
/system/bt/audio_bluetooth_hw/ |
D | device_port_proxy.cc | 104 cookie_(android::bluetooth::audio::kObserversCookieUndefined) {} in BluetoothAudioPortOut() 117 if (port->cookie_ != cookie) { in SetUp() 129 if (port->cookie_ != cookie) { in SetUp() 139 cookie_ = BluetoothAudioSessionControl::RegisterControlResultCback( in SetUp() 141 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in SetUp() 143 return (cookie_ != android::bluetooth::audio::kObserversCookieUndefined); in SetUp() 176 << ", cookie=" << StringPrintf("%#hx", cookie_) << " unknown monitor"; in TearDown() 180 …__ << ": session_type=" << toString(session_type_) << ", cookie=" << StringPrintf("%#hx", cookie_); in TearDown() 182 cookie_); in TearDown() 183 cookie_ = android::bluetooth::audio::kObserversCookieUndefined; in TearDown() [all …]
|
D | device_port_proxy.h | 90 uint16_t cookie_; variable
|
/system/connectivity/wificond/tests/ |
D | offload_scan_manager_test.cpp | 125 uint64_t cookie_ = reinterpret_cast<uint64_t>(mock_offload_.get()); member in android::wificond::OffloadScanManagerTest 140 death_recipient_->serviceDied(cookie_, mock_offload_); in TEST_F()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 1176 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter() 1179 return proc_function_(buf, buf_size, cookie_); in Append() 1184 void* cookie_; member in ProcessWriter
|