Home
last modified time | relevance | path

Searched refs:ab (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/libs/gui/
DCpuConsumer.cpp49 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/
Dquat_test.cpp290 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/
DREADME1 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/
Dkernel_wakeups_short.txt2 ab 8 123456123456
/frameworks/base/core/java/android/content/pm/
DPackageItemInfo.java485 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()
DApplicationInfo.java1518 public final int compare(ApplicationInfo aa, ApplicationInfo ab) { in compare() argument
1523 CharSequence sb = mPM.getApplicationLabel(ab); in compare()
1525 sb = ab.packageName; in compare()
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem79 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/libmediaplayer2/nuplayer2/
DGenericSource2.cpp1077 sp<ABuffer> ab; in mediaBufferToABuffer() local
1085 ab = new ABuffer(NULL, mb->range_length()); in mediaBufferToABuffer()
1086 ab->meta()->setObject("mediaBufferHolder", new MediaBufferHolder(mb)); in mediaBufferToABuffer()
1098 ab = new ABuffer(outLength); in mediaBufferToABuffer()
1099 memcpy(ab->data(), in mediaBufferToABuffer()
1110 uint8_t* abEnd = ab->data() + mb->range_length(); in mediaBufferToABuffer()
1114 sp<AMessage> meta = ab->meta(); in mediaBufferToABuffer()
1164 return ab; in mediaBufferToABuffer()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1208 sp<ABuffer> ab; in mediaBufferToABuffer() local
1216 ab = new ABuffer(NULL, mb->range_length()); in mediaBufferToABuffer()
1217 ab->meta()->setObject("mediaBufferHolder", new MediaBufferHolder(mb)); in mediaBufferToABuffer()
1228 ab = new ABuffer(outLength); in mediaBufferToABuffer()
1229 memcpy(ab->data(), in mediaBufferToABuffer()
1240 uint8_t* abEnd = ab->data() + mb->range_length(); in mediaBufferToABuffer()
1244 sp<AMessage> meta = ab->meta(); in mediaBufferToABuffer()
1292 return ab; in mediaBufferToABuffer()
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp931 status_t GraphicBufferSource::acquireBuffer_l(VideoBuffer *ab) { in acquireBuffer_l() argument
985 *ab = videoBuffer; in acquireBuffer_l()
/frameworks/base/core/java/android/app/
DActivity.java3263 final ActionBar ab = getActionBar(); in setActionBar() local
3264 if (ab instanceof WindowDecorActionBar) { in setActionBar()
3275 if (ab != null) { in setActionBar()
3276 ab.onDestroy(); in setActionBar()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto535 default="ab\000c"];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto535 default="ab\000c"];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest.proto578 default="ab\000c"];