• Home
  • Raw
  • Download

Lines Matching refs:anw

241         for (auto& anw : output.mSharedWindows) {  in isSessionConfigurationSupported()  local
242 ret = getIGBPfromAnw(anw, iGBP); in isSessionConfigurationSupported()
305 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local
306 ret = getIGBPfromAnw(anw, iGBP); in updateOutputConfigurationLocked()
412 ANativeWindow* anw = outputTarget.mWindow; in allocateCaptureRequest() local
414 ret = getSurfaceFromANativeWindow(anw, surface); in allocateCaptureRequest()
440 ALOGE("Unconfigured output target %p in capture request!", anw); in allocateCaptureRequest()
463 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get()); in allocateACaptureRequest() local
464 ACameraOutputTarget outputTarget(anw); in allocateACaptureRequest()
635 ANativeWindow* anw, in getIGBPfromAnw() argument
638 camera_status_t ret = getSurfaceFromANativeWindow(anw, surface); in getIGBPfromAnw()
648 ANativeWindow* anw, sp<Surface>& out) { in getSurfaceFromANativeWindow() argument
649 if (anw == nullptr) { in getSurfaceFromANativeWindow()
654 int err = (*anw->query)(anw, NATIVE_WINDOW_CONCRETE_TYPE, &value); in getSurfaceFromANativeWindow()
659 sp<Surface> surface(static_cast<Surface*>(anw)); in getSurfaceFromANativeWindow()
679 ANativeWindow* anw = outConfig.mWindow; in configureStreamsLocked() local
681 ret = getIGBPfromAnw(anw, iGBP); in configureStreamsLocked()
686 anw, OutputConfiguration(iGBP, outConfig.mRotation, outConfig.mPhysicalCameraId, in configureStreamsLocked()
888 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get()); in onCaptureErrorLocked() local
890 getId(), anw, frameNumber); in onCaptureErrorLocked()
897 msg->setPointer(kAnwKey, (void*) anw); in onCaptureErrorLocked()
1100 ANativeWindow* anw; in onMessageReceived() local
1101 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1106 (*onWindowPrepared)(context, anw, session.get()); in onMessageReceived()
1358 ANativeWindow* anw; in onMessageReceived() local
1359 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1373 (*onBufferLost)(context, session.get(), request, anw, frameNumber); in onMessageReceived()