/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_env.cpp | 191 bool GLEnv::IsActive() const { in IsActive() function in android::filterfw::GLEnv 221 bool wasActive = IsActive(); in SwitchToSurfaceId() 298 if (context_id_ == context_id && IsActive()) in ReleaseContextId()
|
H A D | gl_env.h | 167 bool IsActive() const;
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 216 if (display_null_.IsActive()) { in SetState() 245 if (!display_null_.IsActive()) { in SetState()
|
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
H A D | display_null.h | 58 bool IsActive() { in IsActive() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 216 if (display_null_.IsActive()) { in SetState() 245 if (!display_null_.IsActive()) { in SetState()
|
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
H A D | display_null.h | 58 bool IsActive() { in IsActive() function
|
H A D | hwc_display_primary.cpp | 599 if (!display_null_.IsActive()) { in SetStandByMode() 608 if (display_null_.IsActive()) { in SetStandByMode()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_display_external.cpp | 226 if (display_null_.IsActive()) { in SetState() 258 if (!display_null_.IsActive()) { in SetState()
|
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
H A D | display_null.h | 58 bool IsActive() { in IsActive() function
|
/aosp12/system/bt/profile/avrcp/ |
H A D | device.cc | 88 bool Device::IsActive() const { in IsActive() function in bluetooth::avrcp::Device 400 if (!IsActive()) { in HandleVolumeChanged() 490 if (!IsActive()) state_to_send = PlayState::PAUSED; in PlaybackStatusNotificationResponse() 502 interim, IsActive() ? status.state : PlayState::PAUSED); in PlaybackStatusNotificationResponse() 607 IsActive() ? status.state : PlayState::PAUSED); in GetPlayStatusResponse() 684 if (!d->IsActive()) { in MessageReceived() 702 if (IsActive()) { in MessageReceived() 1488 if (d.IsActive()) out << " <Active>"; in operator <<()
|
H A D | device.h | 101 bool IsActive() const;
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
H A D | hwc_tonemapper.h | 82 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
H A D | hwc_tonemapper.h | 82 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_pluggable.cpp | 222 if (display_null_.IsActive()) { in SetState() 251 if (!display_null_.IsActive()) { in SetState()
|
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
H A D | display_null.h | 127 bool IsActive() { return active_; } in IsActive() function
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display_pluggable.cpp | 220 if (display_null_.IsActive()) { in SetState() 252 if (!display_null_.IsActive()) { in SetState()
|
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
H A D | display_null.h | 147 bool IsActive() { return active_; } in IsActive() function
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_tonemapper.h | 106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
|
/aosp12/art/runtime/gc/ |
H A D | reference_queue.cc | 79 heap->ConcurrentCopyingCollector()->IsActive()) { in DisableReadBarrierForReference()
|
/aosp12/system/apex/apexd/ |
H A D | apexservice_test.cpp | 145 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()
|