Searched refs:get (Results 1 - 25 of 2963) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp93 ret = cs.get()->connectLegacy(cl, cameraId, halVersion, clientPackageName,
162 ALOGV("setPreviewTarget(%p)", bufferProducer.get());
171 ALOGV("setVideoTarget(%p)", bufferProducer.get());
243 // get preview state
252 // get recording state
295 // get preview/capture parameters - key/value pairs
H A DCameraBase.cpp92 if (gCameraService.get() == 0) {
126 ret = (cs.get()->*fnConnectService)(cl, cameraId, clientPackageName, clientUid,
209 if (!cs.get()) {
H A DCameraParameters.cpp268 const char *CameraParameters::get(const char *key) const function in class:android::CameraParameters
278 const char *v = get(key);
286 const char *v = get(key);
358 const char *p = get(KEY_PREVIEW_SIZE);
366 const char *p = get(KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO);
373 const char *previewSizesStr = get(KEY_SUPPORTED_PREVIEW_SIZES);
387 const char *p = get(KEY_VIDEO_SIZE);
394 const char *videoSizesStr = get(KEY_SUPPORTED_VIDEO_SIZES);
411 const char *p = get(KEY_PREVIEW_FPS_RANGE);
423 return get(KEY_PREVIEW_FORMA
[all...]
H A DCameraParameters2.cpp124 const char *CameraParameters2::get(const char *key) const
136 const char *v = get(key);
144 const char *v = get(key);
246 const char *p = get(CameraParameters::KEY_PREVIEW_SIZE);
254 const char *p = get(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO);
261 const char *previewSizesStr = get(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES);
275 const char *p = get(CameraParameters::KEY_VIDEO_SIZE);
282 const char *videoSizesStr = get(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES);
299 const char *p = get(CameraParameters::KEY_PREVIEW_FPS_RANGE);
317 return get(CameraParameter
[all...]
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp73 __FUNCTION__, binder.get());
H A DOutputConfiguration.cpp84 mGbp.get(), String8(surfaceShim.name).string(), mRotation, mSurfaceSetID);
/frameworks/av/camera/cameraserver/
H A Dmain_cameraserver.cpp31 ALOGI("ServiceManager: %p", sm.get());
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp226 requestList.push_back(*(req.get()));
307 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get());
654 ALOGE("Frame number out of order. Expect %" PRId64 " but get %" PRId64,
844 sp<ACameraCaptureSession> session(static_cast<ACameraCaptureSession*>(obj.get()));
856 requestSp = static_cast<CaptureRequest*>(obj.get());
872 (*onState)(context, session.get());
893 (*onStart)(context, session.get(), request, timestamp);
914 sp<ACameraMetadata> result(static_cast<ACameraMetadata*>(obj.get()));
916 (*onResult)(context, session.get(), request, result.get());
[all...]
H A DACameraManager.cpp76 if (mCameraService.get() == nullptr) {
121 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get());
135 ALOGE("%s: Failed to get vendor tag descriptors: %s",
448 ALOGE("%s: cannot get camera characteristics for camera %s. err %d",
466 // No way to get package name from native.
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp339 ASSERT_NE(nullptr, device.get());
389 if (p.second.get() != nullptr) {
447 EXPECT_TRUE(opaqueConsumer.get() != nullptr);
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp53 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(),
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp135 mSurface = static_cast<Surface *>(obj.get());
H A Dmediafilter.cpp388 rsWrapper->mContext = context.get();
H A Drecord.cpp133 CHECK(meta.get() != NULL);
H A Dsf2.cpp656 surface.get(), NATIVE_WINDOW_API_MEDIA));
675 surface.get(), NATIVE_WINDOW_API_MEDIA));
H A Dstagefright.cpp537 CHECK_EQ(writer->start(params.get()), (status_t)OK);
845 CHECK(service.get() != NULL);
911 CHECK(service.get() != NULL);
914 CHECK(omx.get() != NULL);
H A Dstream.cpp346 CHECK(service.get() != NULL);
/frameworks/av/drm/common/
H A DDrmConstraints.cpp43 String8 DrmConstraints::get(const String8& key) const { function in class:DrmConstraints
H A DDrmInfo.cpp49 String8 DrmInfo::get(const String8& key) const { function in class:DrmInfo
H A DDrmInfoRequest.cpp46 String8 DrmInfoRequest::get(const String8& key) const { function in class:DrmInfoRequest
H A DDrmMetadata.cpp38 String8 DrmMetadata::get(const String8& key) const { function in class:DrmMetadata
H A DIDrmManagerService.cpp258 const String8 value = drmInfo->get(key);
303 const String8 value = drmInforequest->get(key);
1033 const String8 value = drmInfo->get(key);
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp129 if (NULL != drmServiceListener.get()) {
H A Dmain_drmserver.cpp35 ALOGV("ServiceManager: %p", sm.get());
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp54 if (NULL == sDrmManagerService.get()) {
74 if (NULL == sDeathNotifier.get()) {
97 (NULL != infoListener.get()) ? this : NULL);
184 if (NULL != decryptHandle.get()) {
186 uniqueId, decryptHandle.get(), action, reserve);
195 if (NULL != decryptHandle.get()) {
197 uniqueId, decryptHandle.get(), playbackStatus, position);
285 if (NULL != decryptHandle.get()) {
287 uniqueId, decryptHandle.get());
296 if ((NULL != decryptHandle.get())
[all...]

Completed in 3316 milliseconds

1234567891011>>