/frameworks/base/core/java/android/service/dreams/ |
D | IDreamService.aidl | 23 void attach(IBinder windowToken); in attach() method
|
D | DreamService.java | 604 private final void attach(IBinder windowToken) { in attach() method in DreamService 753 public void attach(final IBinder windowToken) { in attach() method in DreamService.DreamServiceWrapper 757 DreamService.this.attach(windowToken); in attach()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 25 void attach(IWallpaperConnection connection, in attach() method
|
/frameworks/base/services/java/com/android/server/dreams/ |
D | DreamController.java | 187 private void attach(IDreamService service) { in attach() method in DreamController 190 service.attach(mCurrentDream.mToken); in attach() 253 attach(IDreamService.Stub.asInterface(service)); in onServiceConnected()
|
/frameworks/wilhelm/src/android/ |
D | android_Effect.h | 104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach, 113 SLboolean attach, SLmillibel sendLevel);
|
D | android_Effect.cpp | 455 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach, in android_fxSend_attach() argument 469 if (attach) { in android_fxSend_attach() 481 if (attach) { in android_fxSend_attach() 491 if (attach) { in android_fxSend_attach() 510 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, in android_fxSend_attachToAux() argument 524 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) { in android_fxSend_attachToAux()
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 23 another IDE, you can use the debugger that comes with it and attach the debugger to a special 51 <dd>The Dalvik VM (Virtual Machine) supports the JDWP protocol to allow debuggers to attach to 52 a VM. Each application runs in a VM and exposes a unique port that you can attach a debugger to 77 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to 80 attach to this static debugging port and debug all the applications that are running on the 81 device or emulator without having to attach to multiple ports.</p>
|
D | debugging-projects-cmdline.jd | 59 emulator. You must either attach your IDE to that port (listed on the Info tab for that VM), or 63 <p>Your IDE should attach to your application running on the emulator, showing you its threads
|
/frameworks/base/core/java/android/app/ |
D | FragmentTransaction.java | 118 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
|
D | Service.java | 690 public final void attach( in attach() method in Service
|
D | Application.java | 180 /* package */ final void attach(Context context) { in attach() method in Application
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentTransaction.java | 132 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
|
D | FragmentPagerAdapter.java | 95 mCurTransaction.attach(fragment); in instantiateItem()
|
/frameworks/native/include/binder/ |
D | BpBinder.h | 70 void attach( const void* objectID,
|
/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 163 mService.attach( in setupService()
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 43 void BpBinder::ObjectManager::attach( in attach() function in android::BpBinder::ObjectManager 292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 154 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/frameworks/support/v13/java/android/support/v13/app/ |
D | FragmentPagerAdapter.java | 99 mCurTransaction.attach(fragment); in instantiateItem()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCall.java | 101 attach(Connection conn, DriverCall dc) { in attach() method in GsmCall
|
D | GsmConnection.java | 141 mParent.attach(this, dc); in GsmConnection() 466 newParent.attach(this, dc); in update()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCall.java | 98 attach(Connection conn, DriverCall dc) { in attach() method in CdmaCall
|
D | CdmaConnection.java | 141 mParent.attach(this, dc); in CdmaConnection() 510 newParent.attach(this, dc); in update()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
D | BaseFragmentPagerAdapter.java | 85 mCurTransaction.attach(fragment); in instantiateItem()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ScrollingTabContainerView.java | 238 tabView.attach(this, tab, forAdapter); in createTabView() 336 void attach(ScrollingTabContainerView parent, ActionBar.Tab tab, boolean forList) { in attach() method in ScrollingTabContainerView.TabView
|
/frameworks/opt/telephony/ |
D | README.txt | 39 *) To simplify testing we also have detach and attach simulations below where {x} is gsm, cdma or s…
|