Searched refs:binder (Results 276 - 300 of 785) sorted by path

<<11121314151617181920>>

/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp23 #include <binder/IServiceManager.h>
153 sp<IBinder> binder = local
156 interface_cast<IMediaPlayerService>(binder);
161 binder->linkToDeath(sBinderDeathObserver.get());
253 sp<IBinder> binder = sm->getService(String16("media.resource_manager")); local
254 sp<IResourceManagerService> service = interface_cast<IResourceManagerService>(binder);
H A DMediaExtractor.cpp36 #include <binder/IServiceManager.h>
37 #include <binder/MemoryDealer.h>
132 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.extractor")); local
134 if (binder != 0) {
135 sp<IMediaExtractorService> mediaExService(interface_cast<IMediaExtractorService>(binder));
H A DOMXClient.cpp27 #include <binder/IServiceManager.h>
H A DVideoFrameScheduler.cpp25 #include <binder/IServiceManager.h>
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp23 #include <binder/MemoryDealer.h>
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp25 #include <binder/Parcel.h>
H A DAString.cpp26 #include <binder/Parcel.h>
H A DAWakeLock.cpp24 #include <binder/IPCThreadState.h>
25 #include <binder/IServiceManager.h>
39 sp<IBinder> binder = IInterface::asBinder(mPowerManager); local
40 binder->unlinkToDeath(mDeathRecipient);
50 sp<IBinder> binder = local
52 if (binder == NULL) {
55 mPowerManager = interface_cast<IPowerManager>(binder);
56 binder->linkToDeath(mDeathRecipient);
60 sp<IBinder> binder = new BBinder(); local
64 binder, String1
[all...]
/frameworks/av/media/libstagefright/foundation/include/
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/media/libstagefright/http/
H A DHTTPHelper.cpp61 sp<IBinder> binder = local
64 httpService = interface_cast<IMediaHTTPService>(binder);
H A DMediaHTTP.cpp23 #include <binder/IServiceManager.h>
105 // limit the buffer sizes transferred across binder boundaries
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp22 #include <binder/Parcel.h>
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp24 #include <binder/ProcessState.h>
/frameworks/av/media/libstagefright/include/
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/media/libstagefright/mpeg2ts/
H A DATSParser.cpp27 #include <binder/MemoryDealer.h>
44 using binder::Status;
H A DCasManager.cpp24 #include <binder/IServiceManager.h>
29 using binder::Status;
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h29 #include <binder/Binder.h>
30 #include <binder/Status.h>
181 * \brief Convert `Return<void>` to `binder::Status`.
184 * \return The corresponding `binder::Status`.
186 // convert: Return<void> -> ::android::binder::Status
187 inline ::android::binder::Status toBinderStatus(
189 return ::android::binder::Status::fromExceptionCode(
195 * \brief Convert `Return<Status>` to `status_t`. This is for legacy binder
215 * \brief Convert `Return<void>` to `status_t`. This is for legacy binder calls.
226 * \brief Convert `Status` to `status_t`. This is for legacy binder call
[all...]
H A DWGraphicBufferProducer.h23 #include <binder/Binder.h>
H A DWOmxBufferSource.cpp34 ::android::binder::Status LWOmxBufferSource::onOmxExecuting() {
38 ::android::binder::Status LWOmxBufferSource::onOmxIdle() {
42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() {
46 ::android::binder::Status LWOmxBufferSource::onInputBufferAdded(
52 ::android::binder::Status LWOmxBufferSource::onInputBufferEmptied(
57 return ::android::binder::Status::fromExceptionCode(
58 ::android::binder::Status::EX_BAD_PARCELABLE,
61 ::android::binder::Status status = toBinderStatus(

Completed in 169 milliseconds

<<11121314151617181920>>