Searched refs:IsActive (Results 1 – 3 of 3) sorted by relevance
/system/bt/profile/avrcp/ |
D | device.cc | 70 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 <<()
|
D | device.h | 91 bool IsActive() const;
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 142 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()
|