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
378 if (!IsActive()) { in HandleVolumeChanged()
463 if (!IsActive()) state_to_send = PlayState::PAUSED; in PlaybackStatusNotificationResponse()
475 interim, IsActive() ? status.state : PlayState::PAUSED); in PlaybackStatusNotificationResponse()
580 IsActive() ? status.state : PlayState::PAUSED); in GetPlayStatusResponse()
654 if (!d->IsActive()) { in MessageReceived()
672 if (IsActive()) { in MessageReceived()
1421 if (d.IsActive()) out << " <Active>"; in operator <<()
Ddevice.h91 bool IsActive() const;
/system/apex/apexd/
Dapexservice_test.cpp121 StatusOr<bool> IsActive(const std::string& name, int64_t version) { in IsActive() function in android::apex::ApexServiceTest
681 IsActive(installer_->package, installer_->version); in SetUp()
761 StatusOr<bool> active = IsActive(installer_->package, installer_->version); in TEST_F()
984 StatusOr<bool> active = IsActive(installer->package, installer->version); in RunPrePost()