Home
last modified time | relevance | path

Searched defs:isExecuting (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DBatteryChecker.h40 bool isExecuting() { return mIsExecuting; } in isExecuting() function
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DFakeExecutor.java168 public boolean isExecuting() { in isExecuting() method in FakeExecutor
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2702 bool MediaCodec::isExecuting() const { in isExecuting() function in android::MediaCodec