/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCall.java | 155 attach(Connection conn) { in attach() method in ImsPhoneCall 166 attach(Connection conn, State state) { in attach() method in ImsPhoneCall 171 this.attach(conn); in attach() 177 attach(conn, state); in attachFake()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewBindingAdapter.java | 161 final OnViewAttachedToWindow attach) { in setListener() argument 164 if (detach == null && attach == null) { in setListener() 170 if (attach != null) { in setListener() 171 attach.onViewAttachedToWindow(v); in setListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | UserDetailView.java | 41 public static UserDetailView inflate(Context context, ViewGroup parent, boolean attach) { in inflate() argument 43 R.layout.qs_user_detail, parent, attach); in inflate()
|
/frameworks/base/core/java/android/service/dreams/ |
D | IDreamService.aidl | 23 void attach(IBinder windowToken, boolean canDoze); in attach() method
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 26 void attach(IWallpaperConnection connection, in attach() method
|
/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 | 466 android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach, in android_fxSend_attach() argument 480 if (attach) { in android_fxSend_attach() 492 if (attach) { in android_fxSend_attach() 502 if (attach) { in android_fxSend_attach() 521 SLresult android_fxSend_attachToAux(CAudioPlayer* ap, SLInterfaceID pUuid, SLboolean attach, in android_fxSend_attachToAux() argument 536 if (android::NO_ERROR == android_fxSend_attach( ap, (bool) attach, pFx, sendLevel) ) { in android_fxSend_attachToAux()
|
/frameworks/av/soundtrigger/ |
D | ISoundTriggerHwService.cpp | 80 virtual status_t attach(const sound_trigger_module_handle_t handle, in attach() function in android::BpSoundTriggerHwService 156 status_t status = attach(handle, client, module); in onTransact()
|
D | SoundTrigger.cpp | 94 sp<SoundTrigger> SoundTrigger::attach(const sound_trigger_module_handle_t module, in attach() function in android::SoundTrigger 104 status_t status = service->attach(module, soundTrigger, soundTrigger->mISoundTrigger); in attach()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | HwModule.cpp | 86 profile->attach(this); in loadInput() 132 profile->attach(this); in loadOutput() 197 profile->attach(this); in addOutputProfile() 230 profile->attach(this); in addInputProfile()
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamController.java | 250 private void attach(IDreamService service) { in attach() method in DreamController 253 service.attach(mCurrentDream.mToken, mCurrentDream.mCanDoze); in attach() 320 attach(IDreamService.Stub.asInterface(service)); in onServiceConnected()
|
/frameworks/av/radio/ |
D | IRadioService.cpp | 80 virtual status_t attach(radio_handle_t handle, in attach() function in android::BpRadioService 164 status_t status = attach(handle, client, configPtr, withAudio, radio); in onTransact()
|
D | Radio.cpp | 94 sp<Radio> Radio::attach(radio_handle_t handle, in attach() function in android::Radio 106 status_t status = service->attach(handle, radio, config, withAudio, radio->mIRadio); in attach()
|
/frameworks/av/include/radio/ |
D | IRadioService.h | 39 virtual status_t attach(const radio_handle_t handle,
|
D | Radio.h | 41 static sp<Radio> attach(radio_handle_t handle,
|
/frameworks/av/include/soundtrigger/ |
D | ISoundTriggerHwService.h | 39 virtual status_t attach(const sound_trigger_module_handle_t handle,
|
D | SoundTrigger.h | 41 static sp<SoundTrigger> attach(const sound_trigger_module_handle_t module,
|
/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 52 <dd>The Dalvik VM (Virtual Machine) supports the JDWP protocol to allow debuggers to attach to 53 a VM. Each application runs in a VM and exposes a unique port that you can attach a debugger to 78 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to 81 attach to this static debugging port and debug all the applications that are running on the 82 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 | 121 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediarouter.jd | 23 <li><a href="#attach-mr-callback">Attaching a callback to MediaRouter</a></li> 80 of the {@link android.support.v7.media.MediaRouter} framework object and attach a {@link 176 <p>Once you have added the Cast button to your user interface, you must attach a media 184 Checklist</a>. You must also attach a media route selector to the button using the 253 you attach it to the {@link android.support.v7.app.MediaRouteActionProvider} object associated 286 android.support.v7.media.MediaRouter} framework object and then attach a {@link 306 you attach to the {@link android.support.v7.media.MediaRouter} framework object. An app 381 <p>After defining your callback object for the media router, you still need to attach it to 382 the main media router framework object. The next section discusses the appropriate way to attach 386 <h3 id="attach-mr-callback">Attaching a callback to MediaRouter</h3> [all …]
|
/frameworks/native/include/binder/ |
D | BpBinder.h | 70 void attach( const void* objectID,
|
/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 160 mService.attach( in setupService()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | DeviceDescriptor.h | 44 virtual void attach(const sp<HwModule>& module);
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentTransaction.java | 146 public abstract FragmentTransaction attach(Fragment fragment); in attach() method in FragmentTransaction
|