Searched defs:isComplete (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/androidfw/
H A DKeyboard.h65 inline bool isComplete() const { function in class:android::KeyMap
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h61 bool isComplete() const { return mIsComplete; } function in class:android::EGLTextureObject
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp54 bool M3UParser::isComplete() const { function in class:android::M3UParser
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java118 public boolean isComplete() { method in class:GestureRecorder.Gesture
162 if (mCurrentGesture == null || mCurrentGesture.isComplete()) {
204 if (!g.isComplete()) continue;
236 if (mCurrentGesture != null && !mCurrentGesture.isComplete()) {
/frameworks/base/location/java/android/location/
H A DLocation.java770 public boolean isComplete() { method in class:Location
784 * @see #isComplete
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp159 bool isComplete() const;
1042 if (!section->isComplete()) {
1285 bool ATSParser::PSISection::isComplete() const { function in class:android::ATSParser::PSISection

Completed in 1074 milliseconds