Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/service/dreams/
DIDreamService.aidl23 void attach(IBinder windowToken); in attach() method
DDreamService.java604 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/
DIWallpaperService.aidl25 void attach(IWallpaperConnection connection, in attach() method
/frameworks/base/services/java/com/android/server/dreams/
DDreamController.java187 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/
Dandroid_Effect.h104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
113 SLboolean attach, SLmillibel sendLevel);
Dandroid_Effect.cpp455 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/
Dindex.jd23 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>
Ddebugging-projects-cmdline.jd59 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/
DFragmentTransaction.java118 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
DService.java690 public final void attach( in attach() method in Service
DApplication.java180 /* package */ final void attach(Context context) { in attach() method in Application
/frameworks/support/v4/java/android/support/v4/app/
DFragmentTransaction.java132 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
DFragmentPagerAdapter.java95 mCurTransaction.attach(fragment); in instantiateItem()
/frameworks/native/include/binder/
DBpBinder.h70 void attach( const void* objectID,
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java163 mService.attach( in setupService()
/frameworks/native/libs/binder/
DBpBinder.cpp43 void BpBinder::ObjectManager::attach( in attach() function in android::BpBinder::ObjectManager
292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
DBinder.cpp154 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
/frameworks/support/v13/java/android/support/v13/app/
DFragmentPagerAdapter.java99 mCurTransaction.attach(fragment); in instantiateItem()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCall.java101 attach(Connection conn, DriverCall dc) { in attach() method in GsmCall
DGsmConnection.java141 mParent.attach(this, dc); in GsmConnection()
466 newParent.attach(this, dc); in update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCall.java98 attach(Connection conn, DriverCall dc) { in attach() method in CdmaCall
DCdmaConnection.java141 mParent.attach(this, dc); in CdmaConnection()
510 newParent.attach(this, dc); in update()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseFragmentPagerAdapter.java85 mCurTransaction.attach(fragment); in instantiateItem()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DScrollingTabContainerView.java238 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/
DREADME.txt39 *) To simplify testing we also have detach and attach simulations below where {x} is gsm, cdma or s…

1234