Searched refs:binder (Results 26 - 50 of 785) sorted by path

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp127 binder::Status remoteRet = mRemote->createDefaultRequest(templateId, &rawRequest);
238 binder::Status remoteRet;
382 binder::Status remoteRet = mRemote->cancelRequest(repeatingSequenceId, &lastFrameNumber);
437 binder::Status remoteRet = mRemote->flush(&lastFrameNumber);
461 binder::Status remoteRet = mRemote->waitUntilIdle();
575 binder::Status remoteRet = mRemote->beginConfigure();
1129 binder::Status
1135 binder::Status ret = binder::Status::ok();
1194 binder
[all...]
H A DACameraDevice.h69 binder::Status onDeviceError(int32_t errorCode,
71 binder::Status onDeviceIdle() override;
72 binder::Status onCaptureStarted(const CaptureResultExtras& resultExtras,
74 binder::Status onResultReceived(const CameraMetadata& metadata,
76 binder::Status onPrepared(int streamId) override;
77 binder::Status onRequestQueueEmpty() override;
78 binder::Status onRepeatingRequestError(int64_t lastFrameNumber) override;
H A DACameraManager.cpp84 sp<IBinder> binder; local
86 binder = sm->getService(String16(kCameraServiceName));
87 if (binder != nullptr) {
96 binder->linkToDeath(mDeathNotifier);
97 mCameraService = interface_cast<hardware::ICameraService>(binder);
131 binder::Status ret = mCameraService->getCameraVendorTagDescriptor(/*out*/desc.get());
143 binder::Status res =
235 binder::Status serviceRet = cs->supportsCameraApi(String16(deviceStatus.first),
297 binder::Status CameraManagerGlobal::CameraServiceListener::onStatusChanged(
305 return binder
[all...]
H A DACameraManager.h25 #include <binder/IServiceManager.h>
80 virtual binder::Status onStatusChanged(int32_t status, const String16& cameraId);
83 virtual binder::Status onTorchStatusChanged(int32_t, const String16&) {
84 return binder::Status::ok();
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp20 #include <binder/IInterface.h>
21 #include <binder/IServiceManager.h>
22 #include <binder/Parcel.h>
23 #include <binder/ProcessState.h>
75 virtual binder::Status onStatusChanged(int32_t status, const String16& cameraId) {
79 return binder::Status::ok();
82 virtual binder::Status onTorchStatusChanged(int32_t status, const String16& cameraId) {
86 return binder::Status::ok();
168 virtual binder::Status onDeviceError(int errorCode,
177 return binder
295 sp<IBinder> binder = sm->getService(String16("media.camera")); local
417 sp<IBinder> binder = sm->getService(String16("media.camera")); local
[all...]
H A DCameraZSLTests.cpp22 #include <binder/ProcessState.h>
80 ::android::binder::Status rc;
83 sp<IBinder> binder = sm->getService(String16("media.camera")); local
84 mCameraService = interface_cast<ICameraService>(binder);
165 ::android::binder::Status rc;
H A DVendorTagDescriptorTests.cpp20 #include <binder/Parcel.h>
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp38 #include <binder/IPCThreadState.h>
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp23 #include <binder/ProcessState.h>
H A Dcodec.cpp24 #include <binder/IServiceManager.h>
25 #include <binder/ProcessState.h>
H A Dmediafilter.cpp22 #include <binder/ProcessState.h>
H A Dmuxer.cpp25 #include <binder/ProcessState.h>
H A Drecord.cpp19 #include <binder/ProcessState.h>
H A Drecordvideo.cpp24 #include <binder/ProcessState.h>
H A Dstagefright.cpp32 #include <binder/IServiceManager.h>
33 #include <binder/ProcessState.h>
844 sp<IBinder> binder = sm->getService(String16("media.player")); local
846 interface_cast<IMediaPlayerService>(binder);
920 sp<IBinder> binder = sm->getService(String16("media.codec")); local
921 sp<IMediaCodecService> service = interface_cast<IMediaCodecService>(binder);
H A Dstream.cpp21 #include <binder/ProcessState.h>
35 #include <binder/IServiceManager.h>
347 sp<IBinder> binder = sm->getService(String16("media.player")); local
348 sp<IMediaPlayerService> service = interface_cast<IMediaPlayerService>(binder);
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp23 #include <binder/IPCThreadState.h>
H A DIDrmServiceListener.cpp19 #include <binder/Parcel.h>
20 #include <binder/IPCThreadState.h>
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp26 #include <binder/IServiceManager.h>
27 #include <binder/IPCThreadState.h>
H A Dmain_drmserver.cpp20 #include <binder/IPCThreadState.h>
21 #include <binder/ProcessState.h>
22 #include <binder/IServiceManager.h>
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp18 #include <binder/IServiceManager.h>
H A DDrmManagerClientImpl.cpp23 #include <binder/IServiceManager.h>
62 sp<IBinder> binder; local
64 binder = sm->getService(String16("drm.drmManager"));
65 if (binder != 0) {
77 binder->linkToDeath(sDeathNotifier);
78 sDrmManagerService = interface_cast<IDrmManagerService>(binder);
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h20 #include <binder/IMemory.h>
H A DDrmManagerService.h22 #include <binder/IInterface.h>
23 #include <binder/Parcel.h>
H A DIDrmManagerService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>

Completed in 106 milliseconds

1234567891011>>