Searched refs:ab (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 49 const auto& ab = mAcquiredBuffers[i]; in findAcquiredBufferLocked() local 51 if (ab.mLockedBufferId == id) { in findAcquiredBufferLocked() 187 AcquiredBuffer& ab = mAcquiredBuffers.editItemAt(lockedIdx); in lockNextBuffer() local 189 ab.mSlot = b.mSlot; in lockNextBuffer() 190 ab.mGraphicBuffer = b.mGraphicBuffer; in lockNextBuffer() 191 ab.mLockedBufferId = getLockedBufferId(*nativeBuffer); in lockNextBuffer() 209 AcquiredBuffer& ab = mAcquiredBuffers.editItemAt(lockedIdx); in unlockBuffer() local 212 status_t err = ab.mGraphicBuffer->unlockAsync(&fenceFd); in unlockBuffer() 220 addReleaseFenceLocked(ab.mSlot, ab.mGraphicBuffer, fence); in unlockBuffer() 221 releaseBufferLocked(ab.mSlot, ab.mGraphicBuffer); in unlockBuffer() [all …]
|
/frameworks/native/libs/math/tests/ |
D | quat_test.cpp | 290 quatd ab = a * b; in TEST_F() local 294 ASSERT_NEAR(ab.x, ab_other.x, value_eps); in TEST_F() 295 ASSERT_NEAR(ab.y, ab_other.y, value_eps); in TEST_F() 296 ASSERT_NEAR(ab.z, ab_other.z, value_eps); in TEST_F() 297 ASSERT_NEAR(ab.w, ab_other.w, value_eps); in TEST_F()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 1 The file "jbmr2-encrypted-settings-abcd.ab" in this directory is an encrypted 12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | kernel_wakeups_short.txt | 2 ab 8 123456123456
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageItemInfo.java | 485 public final int compare(PackageItemInfo aa, PackageItemInfo ab) { in compare() argument 488 CharSequence sb = ab.loadLabel(mPM); in compare() 489 if (sb == null) sb = ab.name; in compare()
|
D | ApplicationInfo.java | 1520 public final int compare(ApplicationInfo aa, ApplicationInfo ab) { in compare() argument 1525 CharSequence sb = mPM.getApplicationLabel(ab); in compare() 1527 sb = ab.packageName; in compare()
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 79 1b:8e:d2:cc:c7:3e:b2:13:53:b9:82:ed:ab:6d:63: 122 c6:d4:fe:97:f0:48:03:3f:24:10:93:00:70:ab:1f: 126 b1:a9:70:ad:18:ab:57:89:56:b0:cf:4c:3a:15:44: 177 8d:63:ab:7a:f1:d2:f9:0b:fc:71:02:fe:66:11:0f:30:18:99: 183 45:9b:4e:ac:50:7b:dc:1e:3a:3c:2b:09:db:ab:23:b1:0c:68: 189 fd:ab:12:cc:ec:a9:e0:fa:77:ea:56:db:7e:34:6f:4c:c5:c4:
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 1210 sp<ABuffer> ab; in mediaBufferToABuffer() local 1218 ab = new ABuffer(NULL, mb->range_length()); in mediaBufferToABuffer() 1219 ab->meta()->setObject("mediaBufferHolder", new MediaBufferHolder(mb)); in mediaBufferToABuffer() 1230 ab = new ABuffer(outLength); in mediaBufferToABuffer() 1231 memcpy(ab->data(), in mediaBufferToABuffer() 1242 uint8_t* abEnd = ab->data() + mb->range_length(); in mediaBufferToABuffer() 1246 sp<AMessage> meta = ab->meta(); in mediaBufferToABuffer() 1294 return ab; in mediaBufferToABuffer()
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 931 status_t GraphicBufferSource::acquireBuffer_l(VideoBuffer *ab) { in acquireBuffer_l() argument 985 *ab = videoBuffer; in acquireBuffer_l()
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 3270 final ActionBar ab = getActionBar(); in setActionBar() local 3271 if (ab instanceof WindowDecorActionBar) { in setActionBar() 3282 if (ab != null) { in setActionBar() 3283 ab.onDestroy(); in setActionBar()
|