/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
FmService.java | 22 import android.os.IBinder; 35 * IBinder of this service. 67 * @return IBinder. 70 public IBinder onBind(final Intent arg) {
|
/cts/tests/src/android/app/cts/ |
LocalService.java | 22 import android.os.IBinder; 42 private IBinder mReportObject; 45 private final IBinder mBinder = new Binder() { 83 public IBinder onBind(Intent intent) {
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ResultReceiver.java | 22 import android.os.IBinder;
|
/frameworks/base/services/java/com/android/server/wm/ |
KeyguardDisableHandler.java | 23 import android.os.IBinder; 63 final Pair<IBinder, String> pair = (Pair<IBinder, String>)msg.obj; 68 mKeyguardTokenWatcher.release((IBinder)msg.obj);
|
WindowToken.java | 19 import android.os.IBinder; 35 final IBinder token; 74 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) {
|
/frameworks/native/include/binder/ |
BpBinder.h | 20 #include <binder/IBinder.h> 27 class BpBinder : public IBinder 73 IBinder::object_cleanup_func func); 87 IBinder::object_cleanup_func func;
|
IPermissionController.h | 36 CHECK_PERMISSION_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION
|
/frameworks/native/include/private/gui/ |
ComposerService.h | 45 sp<IBinder::DeathRecipient> mDeathObserver;
|
/cts/tests/src/android/content/cts/ |
MockContextWrapperService.java | 24 import android.os.IBinder; 39 private final IBinder mBinder = new Binder(); 65 public IBinder onBind(Intent intent) {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalService.java | 25 import android.os.IBinder; 89 public IBinder onBind(Intent intent) { 95 private final IBinder mBinder = new LocalBinder();
|
/frameworks/av/camera/ |
ICameraRecordingProxyListener.cpp | 27 DATA_CALLBACK_TIMESTAMP = IBinder::FIRST_CALL_TRANSACTION, 33 BpCameraRecordingProxyListener(const sp<IBinder>& impl) 46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
|
ICameraServiceListener.cpp | 31 STATUS_CHANGED = IBinder::FIRST_CALL_TRANSACTION, 39 BpCameraServiceListener(const sp<IBinder>& impl) 56 IBinder::FLAG_ONEWAY);
|
IProCameraCallbacks.cpp | 36 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 47 BpProCameraCallbacks(const sp<IBinder>& impl) 61 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); 70 IBinder::FLAG_ONEWAY); 79 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/av/media/libmedia/ |
IDrmClient.cpp | 32 NOTIFY = IBinder::FIRST_CALL_TRANSACTION, 38 BpDrmClient(const sp<IBinder>& impl) 52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
|
IMediaPlayerClient.cpp | 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION, 33 BpMediaPlayerClient(const sp<IBinder>& impl) 48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
|
IMediaRecorderClient.cpp | 27 NOTIFY = IBinder::FIRST_CALL_TRANSACTION, 33 BpMediaRecorderClient(const sp<IBinder>& impl) 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
|
IEffectClient.cpp | 28 CONTROL_STATUS_CHANGED = IBinder::FIRST_CALL_TRANSACTION, 36 BpEffectClient(const sp<IBinder>& impl) 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
|
IRemoteDisplayClient.cpp | 27 ON_DISPLAY_CONNECTED = IBinder::FIRST_CALL_TRANSACTION, 35 BpRemoteDisplayClient(const sp<IBinder>& impl) 49 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 56 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 64 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/av/services/audioflinger/ |
ISchedulingPolicyService.cpp | 27 REQUEST_PRIORITY_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION, 35 BpSchedulingPolicyService(const sp<IBinder>& impl) 47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/ |
ITextServicesManager_Stub_Delegate.java | 22 import android.os.IBinder; 39 public static ITextServicesManager asInterface(IBinder obj) { 105 public IBinder asBinder() {
|
/frameworks/native/services/sensorservice/ |
BatteryService.h | 26 static const int TRANSACTION_noteStartSensor = IBinder::FIRST_CALL_TRANSACTION + 3; 27 static const int TRANSACTION_noteStopSensor = IBinder::FIRST_CALL_TRANSACTION + 4; 31 sp<IBinder> mBatteryStatService;
|
/hardware/qcom/display/libqservice/ |
IQClient.cpp | 23 #include <binder/IBinder.h> 35 NOTIFY_CALLBACK = IBinder::FIRST_CALL_TRANSACTION, 41 BpQClient(const sp<IBinder>& impl)
|
/frameworks/base/core/java/android/security/ |
IKeystoreService.java | 20 import android.os.IBinder; 34 private final IBinder mRemote; 36 Proxy(IBinder remote) { 40 public IBinder asBinder() { 473 static final int TRANSACTION_test = IBinder.FIRST_CALL_TRANSACTION + 0; 474 static final int TRANSACTION_get = IBinder.FIRST_CALL_TRANSACTION + 1; 475 static final int TRANSACTION_insert = IBinder.FIRST_CALL_TRANSACTION + 2; 476 static final int TRANSACTION_del = IBinder.FIRST_CALL_TRANSACTION + 3; 477 static final int TRANSACTION_exist = IBinder.FIRST_CALL_TRANSACTION + 4; 478 static final int TRANSACTION_saw = IBinder.FIRST_CALL_TRANSACTION + 5 [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteCallbackList.java | 5 import android.os.IBinder; 15 private HashMap<IBinder, Callback> callbacks = new HashMap<IBinder, Callback>(); 20 private final class Callback implements IBinder.DeathRecipient { 48 IBinder binder = callback.asBinder();
|
/frameworks/native/libs/gui/ |
ISurfaceComposerClient.cpp | 41 CREATE_SURFACE = IBinder::FIRST_CALL_TRANSACTION, 48 BpSurfaceComposerClient(const sp<IBinder>& impl) 54 sp<IBinder>* handle, 69 virtual status_t destroySurface(const sp<IBinder>& handle) { 93 sp<IBinder> handle;
|