HomeSort by relevance Sort by last modified time
    Searched refs:anb (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 40 ANativeWindowBuffer* anb; local
42 &anb));
43 ASSERT_TRUE(anb != NULL);
45 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
90 ANativeWindowBuffer* anb; local
92 &anb));
93 ASSERT_TRUE(anb != NULL);
95 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
155 ANativeWindowBuffer* anb; local
157 &anb));
232 ANativeWindowBuffer* anb; local
447 ANativeWindowBuffer* anb; local
508 ANativeWindowBuffer *anb; local
548 ANativeWindowBuffer *anb; local
579 ANativeWindowBuffer *anb; local
632 ANativeWindowBuffer* anb; local
701 ANativeWindowBuffer* anb; local
    [all...]
SurfaceTextureFBO_test.cpp 39 android_native_buffer_t* anb; local
41 &anb));
42 ASSERT_TRUE(anb != NULL);
44 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
65 &anb));
66 ASSERT_TRUE(anb != NULL);
68 buf = GraphicBuffer::from(anb);
FillBuffer.cpp 93 android_native_buffer_t* anb;
95 &anb));
96 ASSERT_TRUE(anb != NULL);
98 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
CpuConsumer_test.cpp 482 ANativeWindowBuffer* anb; local
484 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
487 ASSERT_TRUE(anb != NULL);
489 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SortedSetRelation.java 82 boolean anb = (allow & A_NOT_B) != 0;
98 return anb;
116 return anb;
121 if (!anb) return false;
129 return anb;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 80 boolean anb = (allow & A_NOT_B) != 0;
96 return anb;
114 return anb;
119 if (!anb) return false;
127 return anb;
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 167 ANativeWindowBuffer* anb = NULL; local
216 err = native_window_dequeue_buffer_and_wait(nativeWindow, &anb);
223 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
247 anb = NULL;
252 if (anb != NULL) {
253 nativeWindow->cancelBuffer(nativeWindow, anb, -1);
254 anb = NULL;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 65 ANativeWindowBuffer* anb; local
79 anb = bufferItem.mGraphicBuffer->getNativeBuffer();
80 assert(anb != NULL);
87 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
120 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); local
121 if (anb != NULL && &(anb->handle) == buffer.buffer) {
Camera3SharedOutputStream.cpp 133 ANativeWindowBuffer* anb; local
137 res = getBufferLockedCommon(&anb, &fenceFd);
147 res = splitter->attachBufferToOutputs(anb, surface_ids);
165 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
Camera3OutputStream.cpp 170 ANativeWindowBuffer* anb; local
174 res = getBufferLockedCommon(&anb, &fenceFd);
183 handoutBufferLocked(*buffer, &(anb->handle), /*acquireFence*/fenceFd,
504 status_t Camera3OutputStream::getBufferLockedCommon(ANativeWindowBuffer** anb, int* fenceFd) {
520 *anb = gb.get();
521 res = mConsumer->attachBuffer(*anb);
556 res = currentConsumer->dequeueBuffer(currentConsumer.get(), anb, fenceFd);
Camera3OutputStream.h 232 status_t getBufferLockedCommon(ANativeWindowBuffer** anb, int* fenceFd);
Camera3StreamSplitter.h 83 status_t attachBufferToOutputs(ANativeWindowBuffer* anb,
Camera3StreamSplitter.cpp 394 status_t Camera3StreamSplitter::attachBufferToOutputs(ANativeWindowBuffer* anb,
401 sp<GraphicBuffer> gb(static_cast<GraphicBuffer*>(anb));
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 90 ANativeWindowBuffer *anb; local
116 if (native_window_dequeue_buffer_and_wait(anw.get(), &anb))
118 if (anb == NULL)
120 sp <GraphicBuffer> buf(GraphicBuffer::from(anb));
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 207 ANativeWindowBuffer* anb) {
210 buffer_handle_t& buf = anb->handle;
215 mReversedBufMap[bufId] = anb;
235 ANativeWindowBuffer* anb; local
236 int rc = native_window_dequeue_buffer_and_wait(a, &anb);
243 auto pair = getBufferId(anb);
244 buf = (pair.first) ? anb->handle : nullptr;
246 stride = anb->stride;
CameraHardwareInterface.h 370 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb);
  /frameworks/native/libs/nativewindow/include/system/
window.h     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 175 ANativeWindowBuffer* anb; local
201 err = native_window_dequeue_buffer_and_wait(anw.get(), &anb);
209 sp<GraphicBuffer> buf(GraphicBuffer::from(anb));
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 342 android_native_buffer_t *anb = NULL; local
344 status_t res = anw->dequeueBuffer(anw.get(), &anb, &fenceFd);
360 sp<GraphicBuffer> buffer(GraphicBuffer::from(anb));
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 1063 ANativeWindowBuffer* anb = NULL;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 1058 ANativeWindowBuffer* anb = NULL; local
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 359 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb);
378 ANativeWindowBuffer* anb) {
381 buffer_handle_t& buf = anb->handle;
386 mReversedBufMap[bufId] = anb;
400 ANativeWindowBuffer* anb; local
401 auto rc = native_window_dequeue_buffer_and_wait(mAnw.get(), &anb);
406 auto pair = getBufferId(anb);
407 buf = (pair.first) ? anb->handle : nullptr;
409 stride = anb->stride;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 

Completed in 437 milliseconds

1 2