Searched refs:binder (Results 126 - 150 of 785) sorted by path

1234567891011>>

/frameworks/av/include/media/
H A DVolumeShaper.h25 #include <binder/Parcel.h>
89 * It must be expressible as an int32_t for binder purposes.
H A Dmediametadataretriever.h23 #include <binder/IMemory.h>
H A Dmediaplayer.h22 #include <binder/IMemory.h>
/frameworks/av/include/media/nbaio/
H A DNBLog.h22 #include <binder/IMemory.h>
446 // The thread is triggered on AudioFlinger binder activity.
/frameworks/av/include/media/omx/1.0/
H A DConversion.h29 #include <binder/Binder.h>
30 #include <binder/Status.h>
175 * \brief Convert `Return<void>` to `binder::Status`.
178 * \return The corresponding `binder::Status`.
180 // convert: Return<void> -> ::android::binder::Status
181 inline ::android::binder::Status toBinderStatus(
183 return ::android::binder::Status::fromExceptionCode(
189 * \brief Convert `Return<Status>` to `binder::Status`.
192 * \return The corresponding `binder::Status`.
194 // convert: Return<Status> -> ::android::binder
[all...]
H A DWGraphicBufferSource.h23 #include <binder/Binder.h>
62 typedef ::android::binder::Status BnStatus;
H A DWOmxBufferSource.h23 #include <binder/Binder.h>
63 ::android::binder::Status onOmxExecuting() override;
64 ::android::binder::Status onOmxIdle() override;
65 ::android::binder::Status onOmxLoaded() override;
66 ::android::binder::Status onInputBufferAdded(int32_t bufferID) override;
67 ::android::binder::Status onInputBufferEmptied(
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h27 #include <binder/MemoryDealer.h>
H A DMetaData.h25 #include <binder/Parcel.h>
H A DPersistentSurface.h24 #include <binder/Parcel.h>
H A DRemoteDataSource.h20 #include <binder/IMemory.h>
21 #include <binder/MemoryDealer.h>
57 // Protect strong pointer assignments. This also can be called from the binder
/frameworks/av/include/radio/
H A DIRadio.h21 #include <binder/IInterface.h>
22 #include <binder/IMemory.h>
23 #include <binder/Parcel.h>
H A DIRadioClient.h21 #include <binder/IInterface.h>
22 #include <binder/IMemory.h>
23 #include <binder/Parcel.h>
H A DIRadioService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DRadio.h20 #include <binder/IBinder.h>
/frameworks/av/include/soundtrigger/
H A DISoundTrigger.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
23 #include <binder/IMemory.h>
H A DISoundTriggerClient.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DISoundTriggerHwService.h21 #include <binder/IInterface.h>
22 #include <binder/Parcel.h>
H A DSoundTrigger.h20 #include <binder/IBinder.h>
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp25 #include <binder/IPCThreadState.h>
26 #include <binder/ProcessState.h>
27 #include <binder/IServiceManager.h>
55 // binder on death notification instead.
107 sp<IBinder> binder = sm->getService(String16("media.log")); local
108 if (binder != 0) {
110 binder->dump(-1, args);
/frameworks/av/media/common_time/
H A DAndroid.mk4 # (binder marshalers for ICommonClock as well as common clock and local clock
H A DICommonClock.cpp20 #include <binder/Parcel.h>
H A DICommonTimeConfig.cpp20 #include <binder/Parcel.h>
H A Dutils.cpp20 #include <binder/Parcel.h>
H A Dutils.h22 #include <binder/Parcel.h>

Completed in 144 milliseconds

1234567891011>>