Home | History | Annotate | Download | only in impl

Lines Matching defs:anw

45 const char* CameraDevice::kAnwKey            = "Anw";
331 for (auto& anw : output->mSharedWindows) {
332 ret = getIGBPfromAnw(anw, iGBP);
382 ANativeWindow* anw = outputTarget.mWindow;
384 ret = getSurfaceFromANativeWindow(anw, surface);
410 ALOGE("Unconfigured output target %p in capture request!", anw);
426 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get());
427 ACameraOutputTarget outputTarget(anw);
593 ANativeWindow* anw,
596 camera_status_t ret = getSurfaceFromANativeWindow(anw, surface);
606 ANativeWindow* anw, sp<Surface>& out) {
607 if (anw == nullptr) {
612 int err = (*anw->query)(anw, NATIVE_WINDOW_CONCRETE_TYPE, &value);
617 sp<Surface> surface(static_cast<Surface*>(anw));
637 ANativeWindow* anw = outConfig.mWindow;
639 ret = getIGBPfromAnw(anw, iGBP);
644 anw, OutputConfiguration(iGBP, outConfig.mRotation,
844 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get());
845 ALOGV("Camera %s Lost output buffer for ANW %p frame %" PRId64,
846 getId(), anw, frameNumber);
853 msg->setPointer(kAnwKey, (void*) anw);
1135 ANativeWindow* anw;
1136 found = msg->findPointer(kAnwKey, (void**) &anw);
1150 (*onBufferLost)(context, session.get(), request, anw, frameNumber);