HomeSort by relevance Sort by last modified time
    Searched refs:IBinder (Results 301 - 325 of 517) sorted by null

<<11121314151617181920>>

  /frameworks/base/include/binder/
IPCThreadState.h 70 static void expungeHandle(int32_t handle, IBinder* binder);
  /frameworks/base/include/surfaceflinger/
ISurfaceComposer.h 140 BOOT_FINISHED = IBinder::FIRST_CALL_TRANSACTION,
  /frameworks/base/libs/camera/
ICameraService.cpp 32 BpCameraService(const sp<IBinder>& impl)
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 24 import android.os.IBinder;
57 IBinder service) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 26 import android.os.IBinder;
189 public IBinder onBind(Intent intent) {
ServiceStartArguments.java 28 import android.os.IBinder;
169 public IBinder onBind(Intent intent) {
  /frameworks/base/core/java/android/app/
Instrumentation.java 30 import android.os.IBinder;
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 24 import android.os.IBinder;
112 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 22 import android.os.IBinder;
115 IBinder b = ServiceManager.getService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE);
BluetoothHealth.java 20 import android.os.IBinder;
438 IBinder b = ServiceManager.getService(BluetoothAdapter.BLUETOOTH_SERVICE);
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 22 import android.os.IBinder;
197 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /frameworks/base/core/java/android/os/
Binder.java 30 * remote procedure call mechanism defined by {@link IBinder}.
31 * This class is an implementation of IBinder that provides
41 * @see IBinder
43 public class Binder implements IBinder {
356 final class BinderProxy implements IBinder {
  /frameworks/base/core/java/android/speech/
RecognitionService.java 26 import android.os.IBinder;
196 public final IBinder onBind(final Intent intent) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 24 import android.os.IBinder;
139 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
140 IAccessibilityManager service = IAccessibilityManager.Stub.asInterface(iBinder);
  /frameworks/base/drm/libdrmframework/include/
IDrmManagerService.h 47 ADD_UNIQUEID = IBinder::FIRST_CALL_TRANSACTION,
167 BpDrmManagerService(const sp<IBinder>& impl)
  /frameworks/base/keystore/java/android/security/
KeyChain.java 24 import android.os.IBinder;
414 @Override public void onServiceConnected(ComponentName name, IBinder service) {
  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 62 DISCONNECT = IBinder::FIRST_CALL_TRANSACTION,
73 BpMediaMetadataRetriever(const sp<IBinder>& impl)
IMediaPlayerService.cpp 33 CREATE = IBinder::FIRST_CALL_TRANSACTION,
46 BpMediaPlayerService(const sp<IBinder>& impl)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 33 import android.os.IBinder;
118 IBinder b = ServiceManager.getService(USB_SERVICE);
UsbPermissionActivity.java 32 import android.os.IBinder;
120 IBinder b = ServiceManager.getService(USB_SERVICE);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 25 import android.os.IBinder;
152 public void onServiceConnected(ComponentName name, IBinder service) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 27 import android.os.IBinder;
64 void onShown(IBinder windowToken);
  /frameworks/base/services/audioflinger/
AudioPolicyService.h 42 public IBinder::DeathRecipient
117 // IBinder::DeathRecipient
118 virtual void binderDied(const wp<IBinder>& who);
  /frameworks/base/services/camera/libcameraservice/
CameraService.h 173 const sp<IBinder>& binder,
190 sp<IBinder> mSurface;
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 26 import android.os.IBinder;
59 IBinder receiver; // who is currently running, null if none.

Completed in 640 milliseconds

<<11121314151617181920>>