/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_getbits.cpp | 121 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 D | CarManagerBase.java | 46 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 D | OneShotPreDrawListener.java | 39 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 D | OneShotPreDrawListener.java | 40 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 D | FakeProviderWithAsserts.java | 49 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 D | RenderEngineThreaded.cpp | 125 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 D | brightness.cpp | 47 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 D | brightness.cpp | 47 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 D | TransitionValues.java | 95 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n"; in toString() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ |
H A D | SettingsContextualCardProviderTest.java | 64 final Bundle returnValue = in contentProviderCall_returnCorrectSize() local
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | TransitionValues.java | 95 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 D | BlockingAnswerTest.java | 43 int returnValue = 1; in testForReturn() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | TouchlessScrollView.java | 35 final Parcelable returnValue = super.onSaveInstanceState(); in onSaveInstanceState() local
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | gl2_perf.cpp | 53 EGLBoolean returnValue; in main() local
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/ |
H A D | ExecutionResult.java | 27 public int returnValue; field in ExecutionResult
|
/aosp12/frameworks/rs/ |
H A D | rsClosure.cpp | 12 RsAllocation returnValue, in rsi_ClosureCreate() 60 Allocation* returnValue, in Closure()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
H A D | WifiTetherSettingsTest.java | 162 private void setupIsTetherAvailable(boolean returnValue) { in setupIsTetherAvailable()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareLogging.java | 576 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 D | AllInOneTetherSettingsTest.java | 216 private void setupIsTetherAvailable(boolean returnValue) { in setupIsTetherAvailable()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | LayoutParserWrapper.java | 135 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 D | ParsableBitArray.java | 68 int returnValue = 0; in readBits() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | AccessibilityInteractionControllerTest.java | 210 AccessibilityWindowInfo returnValue = null; in findWindowByTitle() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | AccessibilityInteractionControllerTest.java | 228 AccessibilityWindowInfo returnValue = null; in findWindowByTitle() local
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/ |
H A D | RequestThrottleTest.kt | 135 val returnValue = AtomicBoolean(false) regex
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/install/ |
H A D | RequestThrottleTest.kt | 135 val returnValue = AtomicBoolean(false) regex
|