Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DEffectsFactoryHalHidl.cpp46 Result retval = Result::NOT_INITIALIZED; in queryAllDescriptors()
89 Result retval = Result::NOT_INITIALIZED; in getDescriptor()
111 Result retval = Result::NOT_INITIALIZED; in createEffect()
DDevicesFactoryHalHidl.cpp116 Result retval = Result::NOT_INITIALIZED; in openDevice()
131 case Result::NOT_INITIALIZED: return NO_INIT; in openDevice()
DEffectHalHidl.cpp117 case Result::NOT_INITIALIZED: return NO_INIT; in analyzeResult()
207 Result retval = Result::NOT_INITIALIZED; in processImpl()
267 Result retval = Result::NOT_INITIALIZED; in getDescriptor()
DDeviceHalHidl.cpp241 Result retval = Result::NOT_INITIALIZED; in openOutputStream()
276 Result retval = Result::NOT_INITIALIZED; in openInputStream()
DStreamHalHidl.cpp195 retval = Result::NOT_INITIALIZED; in createMmapBuffer()
418 writeStatus.retval = Result::NOT_INITIALIZED; in callWriterThread()
711 readStatus.retval = Result::NOT_INITIALIZED; in callReaderThread()
DConversionHelperHidl.cpp96 case Result::NOT_INITIALIZED: return NO_INIT; in analyzeResult()
/frameworks/native/opengl/libs/EGL/
Degl_display.h58 NOT_INITIALIZED = 0, enumerator
105 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { } in DisplayImpl()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java256 public static final int NOT_INITIALIZED = -1; field in SyncStorageEngine.AuthorityInfo
323 syncable = NOT_INITIALIZED; // default to "unknown" in defaultInitialisation()
716 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncAutomatically()
738 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
752 return AuthorityInfo.NOT_INITIALIZED; in getIsSyncable()
776 if (syncable < AuthorityInfo.NOT_INITIALIZED) { in setSyncableStateForEndPoint()
777 syncable = AuthorityInfo.NOT_INITIALIZED; in setSyncableStateForEndPoint()
1824 syncable = String.valueOf(AuthorityInfo.NOT_INITIALIZED); in parseAuthority()
1869 AuthorityInfo.NOT_INITIALIZED : Integer.parseInt(syncable); in parseAuthority()
1874 authority.syncable = AuthorityInfo.NOT_INITIALIZED; in parseAuthority()
DSyncManager.java1079 if (isSyncable == AuthorityInfo.NOT_INITIALIZED) { in scheduleSync()
1771 AuthorityInfo.NOT_INITIALIZED, ContentResolver.SYNC_EXEMPTION_NONE, in onUserUnlocked()
3280 null, AuthorityInfo.NOT_INITIALIZED, in updateRunningAccountsH()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java124 private static final float NOT_INITIALIZED = -1; field in ScrimController
158 private float mCurrentInFrontAlpha = NOT_INITIALIZED;
159 private float mCurrentBehindAlpha = NOT_INITIALIZED;
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp348 ProgramListResult halResult = ProgramListResult::NOT_INITIALIZED; in nativeGetProgramList()
Dconvert.cpp191 case Result::NOT_INITIALIZED: in __ThrowIfFailed()