Searched refs:binder (Results 226 - 250 of 785) sorted by relevance

1234567891011>>

/frameworks/native/include/binder/
H A DIAppOpsService.h21 #include <binder/IAppOpsCallback.h>
22 #include <binder/IInterface.h>
H A DIServiceManager.h21 #include <binder/IInterface.h>
22 #include <binder/IPermissionController.h>
H A DValue.h26 #include <binder/Parcelable.h>
27 #include <binder/PersistableBundle.h>
28 #include <binder/Map.h>
37 namespace binder { namespace in namespace:android
90 Value(const binder::Map& value);
106 Value& operator=(const binder::Map& rhs);
121 void putMap(const binder::Map& value);
136 bool getMap(binder::Map* out) const;
182 } // namespace binder
H A DIPCThreadState.h21 #include <binder/Parcel.h>
22 #include <binder/ProcessState.h>
72 static void expungeHandle(int32_t handle, IBinder* binder);
88 // Call blocks until the number of executing binder threads is less than
89 // the maximum number of binder threads threads allowed for this process.
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h19 #include <binder/IInterface.h>
20 #include <binder/SafeInterface.h>
/frameworks/native/libs/binder/
H A DIMediaResourceMonitor.cpp17 #include <binder/IMediaResourceMonitor.h>
18 #include <binder/Parcel.h>
H A DTextOutput.cpp17 #include <binder/TextOutput.h>
19 #include <binder/Debug.h>
H A DValue.cpp19 #include <binder/Value.h>
23 #include <binder/IBinder.h>
24 #include <binder/Parcel.h>
25 #include <binder/Map.h>
26 #include <private/binder/ParcelValTypes.h>
40 using android::binder::Value;
43 using namespace android::binder;
80 namespace binder { namespace in namespace:android
277 DEF_TYPE_ACCESSORS(::android::binder::Map, Map)
414 } // namespace binder
[all...]
H A DIPermissionController.cpp19 #include <binder/IPermissionController.h>
22 #include <binder/Parcel.h>
25 #include <private/binder/Static.h>
H A DPermissionCache.cpp21 #include <binder/IPCThreadState.h>
22 #include <binder/IServiceManager.h>
23 #include <binder/PermissionCache.h>
/frameworks/native/libs/binder/include/binder/
H A DIAppOpsService.h21 #include <binder/IAppOpsCallback.h>
22 #include <binder/IInterface.h>
H A DIServiceManager.h21 #include <binder/IInterface.h>
22 #include <binder/IPermissionController.h>
H A DValue.h26 #include <binder/Parcelable.h>
27 #include <binder/PersistableBundle.h>
28 #include <binder/Map.h>
37 namespace binder { namespace in namespace:android
90 Value(const binder::Map& value);
106 Value& operator=(const binder::Map& rhs);
121 void putMap(const binder::Map& value);
136 bool getMap(binder::Map* out) const;
182 } // namespace binder
H A DIPCThreadState.h21 #include <binder/Parcel.h>
22 #include <binder/ProcessState.h>
72 static void expungeHandle(int32_t handle, IBinder* binder);
88 // Call blocks until the number of executing binder threads is less than
89 // the maximum number of binder threads threads allowed for this process.
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.cpp23 #include <binder/IPCThreadState.h>
24 #include <binder/PermissionCache.h>
/frameworks/native/services/vr/hardware_composer/
H A Dvr_hardware_composer_service.cpp16 #include <binder/ProcessState.h>
17 #include <binder/IServiceManager.h>
48 // Register the binder service used by VR Window Manager service to receive
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLockManagerTest.java69 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) argument
74 assertTrue(mWifiLockManager.acquireWifiLock(lockMode, tag, binder, ws));
77 InOrder inOrder = inOrder(binder, mBatteryStats);
78 inOrder.verify(binder).linkToDeath(deathRecipient.capture(), eq(0));
82 private void releaseWifiLockSuccessful(IBinder binder) throws Exception { argument
86 assertTrue(mWifiLockManager.releaseWifiLock(binder));
87 InOrder inOrder = inOrder(binder, mBatteryStats);
88 inOrder.verify(binder).unlinkToDeath(deathRecipient.capture(), eq(0));
126 * binder instance.
H A DWifiMulticastLockManagerTest.java68 IBinder binder = mock(IBinder.class);
69 mManager.acquireLock(binder, "Test");
/frameworks/native/cmds/atrace/
H A Datrace.rc46 chown root shell /sys/kernel/debug/tracing/events/binder/binder_transaction/enable
47 chown root shell /sys/kernel/tracing/events/binder/binder_transaction/enable
48 chown root shell /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable
49 chown root shell /sys/kernel/tracing/events/binder/binder_transaction_received/enable
50 chown root shell /sys/kernel/debug/tracing/events/binder/binder_lock/enable
51 chown root shell /sys/kernel/tracing/events/binder/binder_lock/enable
52 chown root shell /sys/kernel/debug/tracing/events/binder/binder_locked/enable
53 chown root shell /sys/kernel/tracing/events/binder/binder_locked/enable
54 chown root shell /sys/kernel/debug/tracing/events/binder/binder_unlock/enable
55 chown root shell /sys/kernel/tracing/events/binder/binder_unloc
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp31 // Convenience methods for constructing binder::Status objects for error returns
34 binder::Status::fromServiceSpecificError(errorCode, \
38 binder::Status::fromServiceSpecificError(errorCode, \
115 binder::Status CameraDeviceClient::submitRequest(
124 binder::Status CameraDeviceClient::submitRequestList(
132 binder::Status res = binder::Status::ok();
273 binder::Status CameraDeviceClient::cancelRequest(
281 binder::Status res;
314 binder
499 sp<IBinder> binder = IInterface::asBinder(bufferProducer); local
1280 sp<IBinder> binder = IInterface::asBinder( local
[all...]
/frameworks/av/camera/ndk/impl/
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...]
/frameworks/av/media/libmediametrics/
H A DIMediaAnalyticsService.cpp23 #include <binder/Parcel.h>
24 #include <binder/IMemory.h>
25 #include <binder/IPCThreadState.h>
76 // this will be a binder call with appropriate timing
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp28 #include <binder/IPCThreadState.h>
29 #include <binder/IServiceManager.h>
30 #include <binder/MemoryHeapBase.h>
31 #include <binder/MemoryBase.h>
442 sp<IBinder> binder = (sCameraVerified || !sCameraChecked) local
445 if (binder != NULL) {
447 mCameraDeathListener = new ServiceDeathNotifier(binder, listener,
449 binder->linkToDeath(mCameraDeathListener);
465 binder = sm->getService(String16("media.codec"));
466 if (binder
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java69 ManagedResource(IBinder binder) { argument
71 mBinder = binder;
127 TransformRecord(IpSecConfig config, int resourceId, IBinder binder) { argument
128 super(binder);
181 IBinder binder) {
182 super(binder);
188 mBinder = binder;
278 int direction, String remoteAddress, int requestedSpi, IBinder binder)
302 resourceId, direction, localAddress, remoteAddress, spi, binder));
326 public Bundle openUdpEncapsulationSocket(int port, IBinder binder) throw argument
175 SpiRecord( int resourceId, int direction, String localAddress, String remoteAddress, int spi, IBinder binder) argument
277 reserveSecurityParameterIndex( int direction, String remoteAddress, int requestedSpi, IBinder binder) argument
342 createTransportModeTransform(IpSecConfig c, IBinder binder) argument
[all...]
/frameworks/native/cmds/dumpstate/
H A DAndroid.mk82 LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/binder
83 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/binder
84 LOCAL_C_INCLUDES := $(LOCAL_PATH)/binder
86 binder/android/os/IDumpstate.aidl \
87 binder/android/os/IDumpstateListener.aidl \
88 binder/android/os/IDumpstateToken.aidl

Completed in 2635 milliseconds

1234567891011>>