Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Ddisplay_null.h58 bool IsActive() { in IsActive() function
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Ddisplay_null.h58 bool IsActive() { in IsActive() function
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Ddisplay_null.h58 bool IsActive() { in IsActive() function
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/sm7250/display/composer/
H A Ddisplay_null.h127 bool IsActive() { return active_; } in IsActive() function
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Ddisplay_null.h147 bool IsActive() { return active_; } in IsActive() function
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_tonemapper.h82 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_tonemapper.h82 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_tonemapper.h106 bool IsActive() { return !tone_map_sessions_.empty(); } in IsActive() function
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp191 bool GLEnv::IsActive() const { in IsActive() function in android::filterfw::GLEnv
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h144 bool IsActive() const { in IsActive() function
/aosp12/art/runtime/
H A Dinstrumentation.h391 bool IsActive() const REQUIRES_SHARED(Locks::mutator_lock_) { in IsActive() function
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc88 bool Device::IsActive() const { in IsActive() function in bluetooth::avrcp::Device
/aosp12/system/apex/apexd/
H A 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