/system/bt/common/ |
D | id_generator_unittest.cc | 30 generator.Release(3); in TEST() 33 generator.Release(0); in TEST() 34 generator.Release(2); in TEST()
|
D | id_generator.h | 41 void Release(int id) { in_use_[id] = false; } in Release() function
|
/system/core/adb/client/ |
D | usb_osx.cpp | 170 (*plugInInterface)->Release(plugInInterface); in AndroidInterfaceAdded() 183 (*iface)->Release(iface); in AndroidInterfaceAdded() 194 (*iface)->Release(iface); in AndroidInterfaceAdded() 209 (*iface)->Release(iface); in AndroidInterfaceAdded() 216 (*plugInInterface)->Release(plugInInterface); in AndroidInterfaceAdded() 219 (*iface)->Release(iface); in AndroidInterfaceAdded() 231 (*dev)->Release(dev); in AndroidInterfaceAdded() 232 (*iface)->Release(iface); in AndroidInterfaceAdded() 287 (*dev)->Release(dev); in AndroidInterfaceAdded() 296 (*iface)->Release(iface); in AndroidInterfaceAdded() [all …]
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel.cc | 38 void FixedChannel::Release() { in Release() function in bluetooth::l2cap::classic::FixedChannel 39 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
|
D | fixed_channel_mock.h | 36 MOCK_METHOD(void, Release, ());
|
D | fixed_channel.h | 72 void Release();
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel.cc | 46 void FixedChannel::Release() { in Release() function in bluetooth::l2cap::le::FixedChannel 47 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
|
D | fixed_channel.h | 79 void Release();
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.cpp | 42 void AutoDevice::Release() { in Release() function in android::snapshot::AutoDevice 54 void AutoDeviceList::Release() { in Release() function in android::snapshot::AutoDeviceList 56 p->Release(); in Release()
|
D | utility.h | 51 void Release();
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | auto_device.h | 28 void Release();
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_mock.h | 34 MOCK_METHOD(void, Release, (), (override));
|
D | fixed_channel_impl.h | 52 virtual void Release();
|
D | fixed_channel_impl.cc | 90 void FixedChannelImpl::Release() { in Release() function in bluetooth::l2cap::le::internal::FixedChannelImpl
|
D | fixed_channel_impl_test.cc | 209 EXPECT_DEATH(fixed_channel_impl.Release(), ".*Release.*"); in TEST_F() 239 fixed_channel_impl.Release(); in TEST_F()
|
/system/core/fastboot/ |
D | usb_osx.cpp | 137 (*plugInInterface)->Release(plugInInterface); in try_interfaces() 167 (void) (*interface)->Release(interface); in try_interfaces() 261 (*interface)->Release(interface); in try_interfaces() 377 (*dev)->Release(dev); in try_device() 383 (*dev)->Release(dev); in try_device()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_mock.h | 35 MOCK_METHOD(void, Release, (), (override));
|
D | fixed_channel_impl.cc | 82 void FixedChannelImpl::Release() { in Release() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
|
D | fixed_channel_impl.h | 48 virtual void Release();
|
D | fixed_channel_impl_test.cc | 239 …EXPECT_DEATH(fixed_channel_impl.Release(), ".*Must register OnCloseCallback before calling any met… in TEST_F() 276 fixed_channel_impl.Release(); in TEST_F()
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/update_engine/common/ |
D | subprocess.cc | 166 record->proc.Release(); in ChildExitedCallback() 225 pid_record->second->proc.Release(); in KillExec()
|
/system/chre/util/tests/ |
D | unique_ptr_test.cc | 85 TEST(UniquePtr, Release) { in TEST() argument
|