Home
last modified time | relevance | path

Searched refs:Acquire (Results 1 – 25 of 54) sorted by relevance

123

/system/bt/gd/l2cap/classic/
Dfixed_channel.cc34 void FixedChannel::Acquire() { in Acquire() function in bluetooth::l2cap::classic::FixedChannel
35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
Dfixed_channel_mock.h35 MOCK_METHOD(void, Acquire, ());
Dfixed_channel.h65 void Acquire();
/system/bt/gd/l2cap/le/
Dfixed_channel.cc34 void FixedChannel::Acquire() { in Acquire() function in bluetooth::l2cap::le::FixedChannel
35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
Dfixed_channel.h66 void Acquire();
/system/bt/gd/os/android/
Dwakelock_native_test.cc172 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()
Dwakelock_native.cc67 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
/system/bt/gd/os/linux_generic/
Dwakelock_manager_unittest.cc105 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()
Dwakelock_manager.cc195 bool WakelockManager::Acquire() { in Acquire() function in bluetooth::os::WakelockManager
206 status = WakelockNative::Get().Acquire(kBtWakelockId); in Acquire()
/system/bt/gd/
Dstack_manager.cc44 WakelockManager::Get().Acquire(); in StartUp()
73 WakelockManager::Get().Acquire(); in ShutDown()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_mock.h33 MOCK_METHOD(void, Acquire, (), (override));
Dfixed_channel_impl.h52 virtual void Acquire();
Dfixed_channel_impl.cc75 void FixedChannelImpl::Acquire() { in Acquire() function in bluetooth::l2cap::le::internal::FixedChannelImpl
Dfixed_channel_impl_test.cc189 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/
Dwakelock_native.cc34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
/system/bt/gd/os/host/
Dwakelock_native.cc34 WakelockNative::StatusCode WakelockNative::Acquire(const std::string& lock_name) { in Acquire() function in bluetooth::os::internal::WakelockNative
/system/bt/gd/os/internal/
Dwakelock_native.h37 StatusCode Acquire(const std::string& lock_name);
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_mock.h34 MOCK_METHOD(void, Acquire, (), (override));
Dfixed_channel_impl.cc66 void FixedChannelImpl::Acquire() { in Acquire() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
Dfixed_channel_impl.h46 virtual void Acquire();
/system/bt/gd/os/
Dwakelock_manager.h64 bool Acquire();
/system/sepolicy/prebuilts/api/27.0/private/
Ddumpstate.te9 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
/system/sepolicy/prebuilts/api/26.0/private/
Ddumpstate.te9 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
/system/sepolicy/prebuilts/api/28.0/private/
Ddumpstate.te8 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
/system/sepolicy/prebuilts/api/29.0/private/
Ddumpstate.te8 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables

123