Home
last modified time | relevance | path

Searched refs:res1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp172 status_t res1 = mCodec->stop(); in stop() local
173 if (res1 != OK) { in stop()
177 if (res1 == OK && res2 == OK) { in stop()
182 return res1 != OK ? res1 : res2; in stop()
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java162 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) in testWithBitmapResource() local
173 res1.compress(Bitmap.CompressFormat.PNG, 100, in testWithBitmapResource()
177 if (!equalBitmaps(res1, test1)) { in testWithBitmapResource()
178 findBitmapDifferences(res1, test1); in testWithBitmapResource()
330 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape); in testParcel() local
331 imgs.add(res1); in testParcel()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp233 status_t res1 = unwrapColorAspectsFromColorRange(range, &aspects.mRange); in convertPlatformColorAspectsToCodecAspects() local
237 return res1 != OK ? res1 : (res2 != OK ? res2 : res3); in convertPlatformColorAspectsToCodecAspects()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogControllerTest.java759 Resources res1 = mock(Resources.class); in getMobileNetworkSummary() local
760 doReturn("EDGE").when(res1).getString(anyInt()); in getMobileNetworkSummary()
763 when(SubscriptionManager.getResourcesForSubId(any(), eq(SUB_ID))).thenReturn(res1); in getMobileNetworkSummary()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java1291 AsyncResult res1 = new AsyncResult(0, null, in testRetry_DDS_switch_Failure() local
1293 Message.obtain(mPhoneSwitcher, EVENT_MODEM_COMMAND_DONE, res1).sendToTarget(); in testRetry_DDS_switch_Failure()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1381 uint16_t res1; member