HomeSort by relevance Sort by last modified time
    Searched refs:asBinder (Results 176 - 200 of 268) sorted by null

1 2 3 4 5 6 78 91011

  /frameworks/av/media/libmedia/
AudioRecord.cpp 108 mAudioRecord->asBinder()->unlinkToDeath(mDeathNotifier, this);
519 mAudioRecord->asBinder()->unlinkToDeath(mDeathNotifier, this);
569 mAudioRecord->asBinder()->linkToDeath(mDeathNotifier, this);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 538 mGlobalWindowTokens.put(windowId, windowToken.asBinder());
541 + " with windowId: " + windowId + " and token: " + windowToken.asBinder());
549 userState.mWindowTokens.put(windowId, windowToken.asBinder());
553 + " and token: " + windowToken.asBinder());
568 IBinder token = window.asBinder();
574 + " with windowId: " + removedWindowId + " and token: " + window.asBinder());
588 + mUserStates.keyAt(i) + " and token: " + window.asBinder());
664 && userState.mUiAutomationService.mServiceInterface.asBinder()
665 == serviceClient.asBinder()) {
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 777 listener->asBinder()->remoteBinder() != NULL) {
778 status = listener->asBinder()->linkToDeath(
827 mCore->mConnectedProducerListener->asBinder();
    [all...]
SurfaceComposerClient.cpp 74 mComposerService->asBinder()->linkToDeath(mDeathObserver);
465 return (mClient != 0) ? mClient->asBinder() : 0;
472 return sm->asBinder()->linkToDeath(recipient, cookie, flags);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 500 sp<IBinder> surfaceTextureBinder(bufferProducer->asBinder());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 295 return token.asBinder();
693 mListener.asBinder().unlinkToDeath(this, 0);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java     [all...]
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 222 sp<IBinder> b(bufferProducer->asBinder());
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 349 sDrmManagerService->asBinder()->unlinkToDeath(this);
  /frameworks/av/media/libstagefright/
OMXClient.cpp 40 virtual IBinder *onAsBinder() { return mRemoteOMX->asBinder().get(); }
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 352 return mTransport.asBinder();
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 675 public IBinder asBinder()
688 public final IBinder asBinder() {
779 data.writeStrongBinder(voiceInteractor != null ? voiceInteractor.asBinder() : null);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 692 public IBinder asBinder() {
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 255 if (mRoots.get(i).mWindow.asBinder() == wparams.token) {
  /frameworks/base/services/core/java/com/android/server/am/
ProviderMap.java 400 tp.getWriteFd().getFileDescriptor(), r.provider.asBinder(), args);
ActiveServices.java 675 + " type=" + resolvedType + " conn=" + connection.asBinder()
758 IBinder binder = connection.asBinder();
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 327 getRemoteInstanceLazy().asBinder().dump(fd, new String[]{prefix});
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 181 public IBinder asBinder() {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 146 client->asBinder()->linkToDeath(module);
513 mClient->asBinder()->unlinkToDeath(this);
  /frameworks/base/core/java/android/security/
IKeystoreService.java 40 public IBinder asBinder() {
585 public IBinder asBinder() {
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 385 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
408 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 661 IBinder binder = cb.asBinder();
663 if (binder.equals(mControllerCallbacks.get(i).asBinder())) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 181 mListeners.put(callback.asBinder(), callback);
184 mListeners.remove(callback.asBinder());

Completed in 1188 milliseconds

1 2 3 4 5 6 78 91011