Searched refs:isComplete (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/include/androidfw/
H A DKeyboard.h65 inline bool isComplete() const { function in class:android::KeyMap
/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/av/media/libstagefright/include/
H A DM3UParser.h35 bool isComplete() const;
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h61 bool isComplete() const { return mIsComplete; } function in class:android::EGLTextureObject
H A Dtexture.cpp95 if (!u.texture->isComplete()) {
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp68 if (isComplete()) {
104 return isComplete();
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp507 || (!mPlaylist->isComplete() && timeToRefreshPlaylist(nowUs))) {
541 if (!mPlaylist->isComplete()) {
572 if (mPlaylist->isComplete()) {
640 if (!mPlaylist->isComplete() && mNumRetries < kMaxNumRetries) {
H A DM3UParser.cpp54 bool M3UParser::isComplete() const { function in class:android::M3UParser
/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
/frameworks/base/location/java/android/location/
H A DLocation.java770 public boolean isComplete() { method in class:Location
784 * @see #isComplete
H A DLocationManager.java1217 if (!loc.isComplete()) {
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1536 if (!location.isComplete()) {

Completed in 2028 milliseconds