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.cc104 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 …]
Ddevice_port_proxy.h90 uint16_t cookie_; variable
/system/connectivity/wificond/tests/
Doffload_scan_manager_test.cpp125 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/
Dzip_archive.cc1176 : Writer(), proc_function_(func), cookie_(cookie) {} in ProcessWriter()
1179 return proc_function_(buf, buf_size, cookie_); in Append()
1184 void* cookie_; member in ProcessWriter