Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc70 bool Device::IsActive() const { in IsActive() function in bluetooth::avrcp::Device
381 if (!IsActive()) { in HandleVolumeChanged()
466 if (!IsActive()) state_to_send = PlayState::PAUSED; in PlaybackStatusNotificationResponse()
478 interim, IsActive() ? status.state : PlayState::PAUSED); in PlaybackStatusNotificationResponse()
583 IsActive() ? status.state : PlayState::PAUSED); in GetPlayStatusResponse()
657 if (!d->IsActive()) { in MessageReceived()
675 if (IsActive()) { in MessageReceived()
1431 if (d.IsActive()) out << " <Active>"; in operator <<()
Ddevice.h91 bool IsActive() const;
/system/apex/apexd/
Dapexservice_test.cpp142 Result<bool> IsActive(const std::string& name) { in IsActive() function in android::apex::ApexServiceTest
157 Result<bool> IsActive(const std::string& name, int64_t version, in IsActive() function in android::apex::ApexServiceTest
976 IsActive(installer_->package, installer_->version, path); in SetUp()
1053 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1184 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1213 Result<bool> active = IsActive(installer_->package, installer_->version, in TEST_F()
1616 Result<bool> active = IsActive(installer->package, installer->version, in RunPrePost()
2746 if (auto res = IsActive(kPackageName); !res.ok()) { in TEST_F()