Searched refs:binder (Results 376 - 400 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h20 #include <binder/IMemory.h>
21 #include <binder/MemoryBase.h>
22 #include <binder/MemoryHeapBase.h>
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java942 public void onServiceConnected(final ComponentName name, final IBinder binder) { argument
948 + " binder=" + binder);
958 // Save their binder
959 mServiceBinder = IMediaBrowserService.Stub.asInterface(binder);
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp26 #include <binder/BinderService.h>
27 #include <binder/Parcel.h>
28 #include <binder/IServiceManager.h>
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp24 #include <binder/IServiceManager.h>
25 #include <binder/ProcessState.h>
H A Dmuxer.cpp25 #include <binder/ProcessState.h>
H A Drecordvideo.cpp24 #include <binder/ProcessState.h>
/frameworks/av/media/libmedia/
H A DICrypto.cpp21 #include <binder/Parcel.h>
22 #include <binder/IMemory.h>
H A DIAudioTrack.cpp25 #include <binder/Parcel.h>
H A DIEffect.cpp23 #include <binder/Parcel.h>
/frameworks/base/media/jni/
H A Dandroid_media_MediaMetadataRetriever.cpp131 sp<IBinder> binder = ibinderForJavaObject(env, httpServiceBinderObj); local
132 httpService = interface_cast<IMediaHTTPService>(binder);
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java348 public void onServiceConnected(ComponentName component, IBinder binder) { argument
352 mBoundService = binder;
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java634 ret = ib.binder;
992 IBinder binder = connection.asBinder();
993 ArrayList<ConnectionRecord> clist = s.connections.get(binder);
996 s.connections.put(binder, clist);
1016 clist = mServiceConnections.get(binder);
1019 mServiceConnections.put(binder, clist);
1053 c.conn.connected(s.name, b.intent.binder);
1093 b.binder = service;
1129 IBinder binder = connection.asBinder();
1130 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "unbindService: conn=" + binder);
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java113 protected IInterface asInterface(IBinder binder) { argument
114 return IConditionProvider.Stub.asInterface(binder);
/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp20 #include <binder/Parcel.h>
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp18 #include <binder/IServiceManager.h>
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp23 #include <binder/IMemory.h>
/frameworks/av/include/media/
H A DIAudioFlinger.h26 #include <binder/IInterface.h>
H A DIAudioPolicyService.h26 #include <binder/IInterface.h>
H A DIDrm.h17 #include <binder/IInterface.h>
H A DIOMX.h21 #include <binder/IInterface.h>
90 // This will set *type to previous metadata buffer type on OMX error (not on binder error), and
126 // This will set *type to resulting metadata buffer type on OMX error (not on binder error) as
137 // This will set *type to resulting metadata buffer type on OMX error (not on binder error) as
H A Dmediaplayer.h22 #include <binder/IMemory.h>
/frameworks/av/media/utils/
H A DBatteryNotifier.cpp22 #include <binder/IServiceManager.h>
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp22 #include <binder/IBinder.h>
23 #include <binder/IPCThreadState.h>
24 #include <binder/IServiceManager.h>
28 #include <binder/Parcel.h>
H A Dandroid_view_GraphicBuffer.cpp28 #include <binder/Parcel.h>
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp38 #include <binder/Parcel.h>

Completed in 487 milliseconds

<<11121314151617181920>>