Searched refs:binder (Results 101 - 125 of 785) sorted by relevance

1234567891011>>

/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...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
/frameworks/av/include/media/
H A DIMediaCodecList.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIRemoteDisplayClient.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
/frameworks/av/include/radio/
H A DIRadioService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
/frameworks/av/include/soundtrigger/
H A DISoundTriggerHwService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceDefinitions.h22 #include <binder/TextOutput.h>
23 #include <binder/IInterface.h>
H A DAudioEndpointParcelable.h23 #include <binder/Parcel.h>
24 #include <binder/Parcelable.h>
H A DSharedMemoryParcelable.h23 #include <binder/Parcel.h>
24 #include <binder/Parcelable.h>
/frameworks/av/media/libmedia/include/media/
H A DIMediaCodecList.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DIRemoteDisplayClient.h24 #include <binder/IInterface.h>
25 #include <binder/Parcel.h>
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCamera2Heap.h20 #include <binder/MemoryBase.h>
21 #include <binder/MemoryHeapBase.h>
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h20 #include <binder/Parcel.h>
21 #include <binder/Parcelable.h>
/frameworks/base/media/native/midi/
H A DAndroid.mk11 frameworks/native/aidl/binder
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java39 Binder binder = new Binder();
40 ServiceManager.addService("activity", binder);
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
H A DTestLibraryMainActivity.java29 ActivityTestLibraryMainBinding binder = ActivityTestLibraryMainBinding.inflate(
31 setContentView(binder.getRoot());
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
H A DDataBoundAdapter.java22 T binder = DataBindingUtil.inflate(LayoutInflater.from(viewGroup.getContext()), mLayoutId,
24 return new DataBoundViewHolder(binder);
/frameworks/native/include/binder/
H A DMemoryDealer.h24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.h>
/frameworks/native/include/gui/
H A DIConsumerListener.h19 #include <binder/IInterface.h>
20 #include <binder/SafeInterface.h>
H A DIDisplayEventConnection.h19 #include <binder/IInterface.h>
20 #include <binder/SafeInterface.h>
/frameworks/native/libs/binder/
H A DIActivityManager.cpp20 #include <binder/IActivityManager.h>
22 #include <binder/Parcel.h>
/frameworks/native/libs/binder/include/binder/
H A DMemoryDealer.h24 #include <binder/IMemory.h>
25 #include <binder/MemoryHeapBase.h>
/frameworks/av/camera/include/camera/
H A DCameraUtils.h20 #include <binder/IMemory.h>
/frameworks/av/include/camera/
H A DCameraUtils.h20 #include <binder/IMemory.h>
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h23 #include <binder/IInterface.h>
24 #include <binder/IServiceManager.h>
58 sp<IBinder> binder = defaultServiceManager()->checkService( local
60 sp<ICommonTimeConfig> clk = interface_cast<ICommonTimeConfig>(binder);

Completed in 2213 milliseconds

1234567891011>>