/system/bt/gd/l2cap/classic/ |
D | fixed_channel.cc | 34 void FixedChannel::Acquire() { in Acquire() function in bluetooth::l2cap::classic::FixedChannel 35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
|
D | fixed_channel_mock.h | 35 MOCK_METHOD(void, Acquire, ());
|
D | fixed_channel.h | 65 void Acquire();
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel.cc | 34 void FixedChannel::Acquire() { in Acquire() function in bluetooth::l2cap::le::FixedChannel 35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
|
D | fixed_channel.h | 66 void Acquire();
|
/system/bt/gd/os/android/ |
D | wakelock_native_test.cc | 172 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() 190 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() 197 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() 215 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() 241 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F() 261 auto status = WakelockNative::Get().Acquire(kTestWakelockName); in TEST_F()
|
D | wakelock_native.cc | 67 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
|
/system/bt/gd/os/linux_generic/ |
D | wakelock_manager_unittest.cc | 105 WakelockManager::Get().Acquire(); in TEST_F() 110 WakelockManager::Get().Acquire(); in TEST_F() 131 WakelockManager::Get().Acquire(); in TEST_F() 159 WakelockManager::Get().Acquire(); in TEST_F()
|
D | wakelock_manager.cc | 195 bool WakelockManager::Acquire() { in Acquire() function in bluetooth::os::WakelockManager 206 status = WakelockNative::Get().Acquire(kBtWakelockId); in Acquire()
|
/system/bt/gd/ |
D | stack_manager.cc | 44 WakelockManager::Get().Acquire(); in StartUp() 73 WakelockManager::Get().Acquire(); in ShutDown()
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_mock.h | 33 MOCK_METHOD(void, Acquire, (), (override));
|
D | fixed_channel_impl.h | 52 virtual void Acquire();
|
D | fixed_channel_impl.cc | 75 void FixedChannelImpl::Acquire() { in Acquire() function in bluetooth::l2cap::le::internal::FixedChannelImpl
|
D | fixed_channel_impl_test.cc | 189 EXPECT_DEATH(fixed_channel_impl.Acquire(), ".*Acquire.*"); in TEST_F() 228 fixed_channel_impl.Acquire(); in TEST_F() 262 EXPECT_DEATH(fixed_channel_impl.Acquire(), ".*Acquire.*"); in TEST_F()
|
/system/bt/gd/os/linux/ |
D | wakelock_native.cc | 34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
|
/system/bt/gd/os/host/ |
D | wakelock_native.cc | 34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
|
/system/bt/gd/os/internal/ |
D | wakelock_native.h | 37 StatusCode Acquire(const std::string& lock_name);
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_mock.h | 34 MOCK_METHOD(void, Acquire, (), (override));
|
D | fixed_channel_impl.cc | 66 void FixedChannelImpl::Acquire() { in Acquire() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
|
D | fixed_channel_impl.h | 46 virtual void Acquire();
|
/system/bt/gd/os/ |
D | wakelock_manager.h | 64 bool Acquire();
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | dumpstate.te | 9 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | dumpstate.te | 9 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | dumpstate.te | 8 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | dumpstate.te | 8 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
|