Home
last modified time | relevance | path

Searched refs:NOT_INITIALIZED (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaudiohal/
DEffectsFactoryHalHidl.cpp57 Result retval = Result::NOT_INITIALIZED; in queryAllDescriptors()
100 Result retval = Result::NOT_INITIALIZED; in getDescriptor()
122 Result retval = Result::NOT_INITIALIZED; in createEffect()
DEffectHalHidl.cpp113 case Result::NOT_INITIALIZED: return NO_INIT; in analyzeResult()
195 Result retval = Result::NOT_INITIALIZED; in processImpl()
255 Result retval = Result::NOT_INITIALIZED; in getDescriptor()
DDevicesFactoryHalHidl.cpp78 Result retval = Result::NOT_INITIALIZED; in openDevice()
DConversionHelperHidl.cpp93 case Result::NOT_INITIALIZED: return NO_INIT; in analyzeResult()
DDeviceHalHidl.cpp249 Result retval = Result::NOT_INITIALIZED; in openOutputStream()
279 Result retval = Result::NOT_INITIALIZED; in openInputStream()
DStreamHalHidl.cpp167 retval = Result::NOT_INITIALIZED; in createMmapBuffer()
351 writeStatus.retval = Result::NOT_INITIALIZED; in callWriterThread()
611 readStatus.retval = Result::NOT_INITIALIZED; in callReaderThread()
/frameworks/native/opengl/libs/EGL/
Degl_display.h54 NOT_INITIALIZED = 0, enumerator
101 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { } in DisplayImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java60 private static final float NOT_INITIALIZED = -1; field in ScrimController
91 private float mCurrentInFrontAlpha = NOT_INITIALIZED;
92 private float mCurrentBehindAlpha = NOT_INITIALIZED;
93 private float mCurrentHeadsUpAlpha = NOT_INITIALIZED;
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java227 public static final int NOT_INITIALIZED = -1; field in SyncStorageEngine.AuthorityInfo
294 syncable = NOT_INITIALIZED; // default to "unknown" in defaultInitialisation()
659 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncAutomatically()
680 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
694 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
712 if (syncable < AuthorityInfo.NOT_INITIALIZED) { in setSyncableStateForEndPoint()
713 syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncableStateForEndPoint()
1709 syncable = String.valueOf(AuthorityInfo.NOT_INITIALIZED); in parseAuthority()
1754 AuthorityInfo.NOT_INITIALIZED : Integer.parseInt(syncable); in parseAuthority()
1759 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in parseAuthority()
DSyncManager.java969 if (isSyncable == AuthorityInfo.NOT_INITIALIZED) { in scheduleSync()
1590 AuthorityInfo.NOT_INITIALIZED); in onUserUnlocked()
2774 null, AuthorityInfo.NOT_INITIALIZED); in updateRunningAccountsH()
/frameworks/av/services/radio/
DRadioHalHidl.cpp51 Result halResult = Result::NOT_INITIALIZED; in getProperties()
78 Result halResult = Result::NOT_INITIALIZED; in openTuner()
DHidlUtils.cpp44 case Result::NOT_INITIALIZED: in convertHalResult()