Searched refs:binder (Results 1 - 25 of 352) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp22 #include <binder/IServiceManager.h>
H A Dandroid_GenericMediaPlayer.h22 #include <binder/IServiceManager.h>
H A Dandroid_StreamPlayer.cpp25 #include <binder/IPCThreadState.h>
113 // Force binder to push the decremented reference count for sp<IStreamListener>.
115 // reference count, binder doesn't push that to the other process immediately.
H A Dandroid_StreamPlayer.h18 #include <binder/IServiceManager.h>
/frameworks/wilhelm/src/
H A Dentry.c23 #include <binder/ProcessState.h>
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp22 #include <binder/ProcessState.h>
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java121 final ViewBinder binder = mViewBinder;
130 if (binder != null) {
131 bound = binder.setViewValue(v, cursor, from[i]);
156 * @return a ViewBinder or null if the binder does not exist
166 * Sets the binder used to bind data to views.
168 * @param viewBinder the binder used to bind data to views, can be null to
169 * remove the existing binder
/frameworks/native/cmds/atrace/
H A Datrace.cpp29 #include <binder/IBinder.h>
30 #include <binder/IServiceManager.h>
31 #include <binder/Parcel.h>
339 // Poke all the binder-enabled processes in the system to get them to re-read
356 fprintf(stderr, "error poking binder service %s\n",
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp9 #include <binder/Parcel.h>
10 #include <binder/ProcessState.h>
11 #include <binder/IServiceManager.h>
12 #include <binder/TextOutput.h>
/frameworks/native/cmds/service/
H A Dservice.cpp17 #include <binder/Parcel.h>
18 #include <binder/ProcessState.h>
19 #include <binder/IServiceManager.h>
20 #include <binder/TextOutput.h>
/frameworks/native/cmds/servicemanager/
H A DAndroid.mk4 #LOCAL_SRC_FILES := bctest.c binder.c
10 LOCAL_SRC_FILES := service_manager.c binder.c
H A Dbinder.h8 #include <linux/binder.h>
74 /* initiate a blocking binder call
/frameworks/native/include/batteryservice/
H A DBatteryService.h20 #include <binder/Parcel.h>
H A DIBatteryPropertiesListener.h20 #include <binder/IBinder.h>
21 #include <binder/IInterface.h>
H A DIBatteryPropertiesRegistrar.h20 #include <binder/IInterface.h>
/frameworks/native/include/binder/
H A DAppOpsManager.h20 #include <binder/IAppOpsService.h>
H A DBinder.h20 #include <binder/IBinder.h>
H A DBinderService.h25 #include <binder/IServiceManager.h>
26 #include <binder/IPCThreadState.h>
27 #include <binder/ProcessState.h>
28 #include <binder/IServiceManager.h>
H A DBpBinder.h20 #include <binder/IBinder.h>
H A DBufferedTextOutput.h20 #include <binder/TextOutput.h>
H A DIAppOpsCallback.h21 #include <binder/IInterface.h>
H A DIAppOpsService.h21 #include <binder/IAppOpsCallback.h>
22 #include <binder/IInterface.h>
H A DIInterface.h21 #include <binder/Binder.h>
H A DIMemory.h26 #include <binder/IInterface.h>
H A DIPCThreadState.h21 #include <binder/Parcel.h>
22 #include <binder/ProcessState.h>
72 static void expungeHandle(int32_t handle, IBinder* binder);

Completed in 179 milliseconds

1234567891011>>