• Home
  • Raw
  • Download

Lines Matching refs:anw

254         for (auto& anw : output.mSharedWindows) {  in isSessionConfigurationSupported()  local
255 ret = getIGBPfromAnw(anw, iGBP); in isSessionConfigurationSupported()
319 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local
320 ret = getIGBPfromAnw(anw, iGBP); in updateOutputConfigurationLocked()
374 ANativeWindow* anw = outputTarget.mWindow; in allocateCaptureRequest() local
376 ret = getSurfaceFromANativeWindow(anw, surface); in allocateCaptureRequest()
402 ALOGE("Unconfigured output target %p in capture request!", anw); in allocateCaptureRequest()
425 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get()); in allocateACaptureRequest() local
426 ACameraOutputTarget outputTarget(anw); in allocateACaptureRequest()
593 ANativeWindow* anw, in getIGBPfromAnw() argument
596 camera_status_t ret = getSurfaceFromANativeWindow(anw, surface); in getIGBPfromAnw()
606 ANativeWindow* anw, sp<Surface>& out) { in getSurfaceFromANativeWindow() argument
607 if (anw == nullptr) { in getSurfaceFromANativeWindow()
612 int err = (*anw->query)(anw, NATIVE_WINDOW_CONCRETE_TYPE, &value); in getSurfaceFromANativeWindow()
617 sp<Surface> surface(static_cast<Surface*>(anw)); in getSurfaceFromANativeWindow()
637 ANativeWindow* anw = outConfig.mWindow; in configureStreamsLocked() local
639 ret = getIGBPfromAnw(anw, iGBP); in configureStreamsLocked()
645 anw, OutputConfiguration(iGBP, outConfig.mRotation, physicalId16, in configureStreamsLocked()
845 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get()); in onCaptureErrorLocked() local
847 getId(), anw, frameNumber); in onCaptureErrorLocked()
854 msg->setPointer(kAnwKey, (void*) anw); in onCaptureErrorLocked()
1255 ANativeWindow* anw; in onMessageReceived() local
1256 found = msg->findPointer(kAnwKey, (void**) &anw); in onMessageReceived()
1270 (*onBufferLost)(context, session.get(), request, anw, frameNumber); in onMessageReceived()