Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 3 of 3) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.cc88 bool Device::IsActive() const { in IsActive() function in bluetooth::avrcp::Device
400 if (!IsActive()) { in HandleVolumeChanged()
485 if (!IsActive()) state_to_send = PlayState::PAUSED; in PlaybackStatusNotificationResponse()
497 interim, IsActive() ? status.state : PlayState::PAUSED); in PlaybackStatusNotificationResponse()
602 IsActive() ? status.state : PlayState::PAUSED); in GetPlayStatusResponse()
679 if (!d->IsActive()) { in MessageReceived()
697 if (IsActive()) { in MessageReceived()
1483 if (d.IsActive()) out << " <Active>"; in operator <<()
Ddevice.h101 bool IsActive() const;
/system/apex/apexd/
Dapexservice_test.cpp145 Result<bool> IsActive(const std::string& name) { in IsActive() function in android::apex::ApexServiceTest
160 Result<bool> IsActive(const std::string& name, int64_t version, in IsActive() function in android::apex::ApexServiceTest
1010 IsActive(installer_->package, installer_->version, path); in SetUp()
1087 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1219 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1248 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1677 Result<bool> active = IsActive(installer->package, installer->version, in RunPrePost()
2850 if (auto res = IsActive(kPackageName); !res.ok()) { in TEST_F()