Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 25 of 67) sorted by relevance

123

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_getbits.cpp121 uint32 returnValue = 0; in getNbits() local
180 uint16 returnValue; in getUpTo9bits() local
227 uint32 returnValue; in getUpTo17bits() local
276 uint8 returnValue; in get1bit() local
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarManagerBase.java46 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService()
57 protected <T> T handleExceptionFromCarService(Exception e, T returnValue) { in handleExceptionFromCarService()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DOneShotPreDrawListener.java39 private OneShotPreDrawListener(View view, boolean returnValue, Runnable runnable) { in OneShotPreDrawListener()
68 public static OneShotPreDrawListener add(View view, boolean returnValue, Runnable runnable) { in add()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DOneShotPreDrawListener.java40 private OneShotPreDrawListener(@NonNull View view, boolean returnValue, in OneShotPreDrawListener()
70 public static OneShotPreDrawListener add(@NonNull View view, boolean returnValue, in add()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DFakeProviderWithAsserts.java49 String sortOrder, Cursor returnValue) { in ExpectedQuery()
64 ExpectedInsert(Uri uri, ContentValues contentValues, Uri returnValue) { in ExpectedInsert()
79 ContentValues contentValues, int returnValue) { in ExpectedUpdate()
/aosp12/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.cpp125 bool returnValue = SyncFeatures::GetInstance().useNativeFenceSync(); in useNativeFenceSync() local
140 bool returnValue = SyncFeatures::GetInstance().useWaitSync(); in useWaitSync() local
309 bool returnValue = instance.isProtected(); in isProtected() local
324 bool returnValue = instance.supportsProtectedContent(); in supportsProtectedContent() local
340 bool returnValue = instance.useProtectedContext(useProtectedContext); in useProtectedContext() local
370 bool returnValue = instance.cleanupPostRender(mode); in cleanupPostRender() local
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp47 float returnValue = sqrt(0.241f * avgPixels[0] * avgPixels[0] + in Java_androidx_media_filterfw_samples_simplecamera_AvgBrightnessFilter_brightnessOperator() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp47 float returnValue = sqrt(0.241f * avgPixels[0] * avgPixels[0] + in Java_androidx_media_filterfw_samples_simplecamera_AvgBrightnessFilter_brightnessOperator() local
/aosp12/frameworks/base/core/java/android/transition/
H A DTransitionValues.java95 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n"; in toString() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DSettingsContextualCardProviderTest.java64 final Bundle returnValue = in contentProviderCall_returnCorrectSize() local
/aosp14/frameworks/base/core/java/android/transition/
H A DTransitionValues.java95 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n"; in toString() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
H A DBlockingAnswerTest.java43 int returnValue = 1; in testForReturn() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTouchlessScrollView.java35 final Parcelable returnValue = super.onSaveInstanceState(); in onSaveInstanceState() local
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp53 EGLBoolean returnValue; in main() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/
H A DExecutionResult.java27 public int returnValue; field in ExecutionResult
/aosp12/frameworks/rs/
H A DrsClosure.cpp12 RsAllocation returnValue, in rsi_ClosureCreate()
60 Allocation* returnValue, in Closure()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
H A DWifiTetherSettingsTest.java162 private void setupIsTetherAvailable(boolean returnValue) { in setupIsTetherAvailable()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerMiddlewareLogging.java576 Object returnValue, Object... params) { in createForReturn()
580 private ServiceEvent(Exception exception, Type type, String packageName, Object returnValue, in ServiceEvent()
641 Object returnValue, Object... params) { in createForReturn()
650 private SessionEvent(Exception exception, Type type, Object returnValue, in SessionEvent()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DAllInOneTetherSettingsTest.java216 private void setupIsTetherAvailable(boolean returnValue) { in setupIsTetherAvailable()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java135 int returnValue; in next() local
175 String returnValue = null; in getAttributeValue() local
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DParsableBitArray.java68 int returnValue = 0; in readBits() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java210 AccessibilityWindowInfo returnValue = null; in findWindowByTitle() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java228 AccessibilityWindowInfo returnValue = null; in findWindowByTitle() local
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt135 val returnValue = AtomicBoolean(false) regex
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/
H A DRequestThrottleTest.kt135 val returnValue = AtomicBoolean(false) regex

123