HomeSort by relevance Sort by last modified time
    Searched defs:attach (Results 76 - 100 of 316) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/tools/sk_app/win/
Window_win.cpp 345 bool Window_win::attach(BackendType attachType) { function in class:sk_app::Window_win
381 // Need to change these early, so attach() creates the window context correctly
387 this->attach(fBackend);
  /external/skqp/tools/sk_app/unix/
Window_unix.cpp 335 bool Window_unix::attach(BackendType attachType) { function in class:sk_app::Window_unix
  /external/skqp/tools/sk_app/win/
Window_win.cpp 345 bool Window_win::attach(BackendType attachType) { function in class:sk_app::Window_win
381 // Need to change these early, so attach() creates the window context correctly
387 this->attach(fBackend);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 32 void AudioPort::attach(const sp<HwModule>& module) function in class:android::AudioPort
  /frameworks/base/core/java/android/app/
Application.java 211 /* package */ final void attach(Context context) { method in class:Application
Service.java 753 public final void attach( method in class:Service
    [all...]
  /frameworks/base/libs/hwui/
Animator.cpp 83 void BaseRenderNodeAnimator::attach(RenderNode* target) { function in class:android::uirenderer::BaseRenderNodeAnimator
  /frameworks/support/wear/src/main/java/androidx/wear/ambient/
AmbientModeSupport.java 41 * The primary entry point for this code is the {@link #attach(FragmentActivity)} method.
46 * status of the ambient mode. An example of how to attach {@link AmbientModeSupport} to your
225 * Attach ambient support to the given activity. Calling this method with an Activity
233 * @param activity the activity to attach ambient support to.
237 public static <T extends FragmentActivity> AmbientController attach(T activity) { method in class:AmbientModeSupport
267 * when they attach their {@link Activity} to {@link AmbientModeSupport}.
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
message.py 158 def attach(self, payload):
156 def attach(self, payload): member in class:Message
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
message.py 158 def attach(self, payload):
156 def attach(self, payload): member in class:Message
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 158 def attach(self, payload):
156 def attach(self, payload): member in class:Message
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 158 def attach(self, payload):
156 def attach(self, payload): member in class:Message
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 141 mParent.attach(this, dc);
676 newParent.attach(this, dc);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 85 public void attach() { method in class:ImageStraighten
86 super.attach();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DiscoveryBaseTestCase.java 41 * 1. Attach
50 * 1. Attach
90 // attach (optionally with an identity listener)
95 mWifiAwareManager.attach(attachCb, identityL, mHandler);
97 mWifiAwareManager.attach(attachCb, mHandler);
103 Log.e(TAG, "executeTest: attach TIMEOUT");
107 Log.e(TAG, "executeTest: attach ON_ATTACH_FAILED");
113 Log.e(TAG, "executeTest: attach callback succeeded but null session returned!?");
118 Log.d(TAG, "executeTest: attach succeeded");
141 // 1. attach
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 215 void attach (GLuint element, GLuint container);
264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) function in class:deqp::gles3::Functional::__anon18458::BufferVAOAttacher
275 attach(0, varr);
313 void attach (GLuint buffer, GLuint tf);
326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) function in class:deqp::gles3::Functional::__anon18458::BufferTfAttacher
  /external/python/cpython3/Lib/email/
message.py 199 def attach(self, payload):
212 raise TypeError("Attach is not valid on a message with a"
197 def attach(self, payload): member in class:Message
    [all...]
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 354 Bool attach (pid_t pid, const char *msg) function
360 // repetitively attach error. We will output once an error
361 // for the initial_attach. Once the 1st attach has succeeded, we
459 if (!attach(vgdb_threads[i].lwpid, "attach_thread")) {
460 ERROR(0, "ERROR attach pid %d tid %d\n",
822 DEBUG(1, "attach to 'main' pid %d\n", pid);
823 if (!attach(pid, "attach main pid")) {
824 ERROR(0, "error attach main pid %d\n", pid);
    [all...]
  /external/webrtc/webrtc/base/
httpbase.cc 377 HttpBase::attach(StreamInterface* stream) { function in class:rtc::HttpBase
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 109 status_t SoundTriggerHwService::attach(const sound_trigger_module_handle_t handle, function in class:android::SoundTriggerHwService
113 ALOGV("attach module %d", handle);
    [all...]
  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanInterface.java 105 * so that it can attach to any pre-existing network fragment, or when it is in the process of
267 public void attach(@NonNull LowpanProvision provision) throws LowpanException { method in class:LowpanInterface
269 mBinder.attach(provision);
  /frameworks/native/libs/binder/
BpBinder.cpp 62 void BpBinder::ObjectManager::attach( function in class:android::BpBinder::ObjectManager
72 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
341 mObjects.attach(objectID, object, cleanupCookie, func);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 153 public void attach(Connection conn) { method in class:ImsPhoneCall
155 Rlog.v(LOG_TAG, "attach : " + mCallContext + " conn = " + conn);
163 public void attach(Connection conn, State state) { method in class:ImsPhoneCall
165 Rlog.v(LOG_TAG, "attach : " + mCallContext + " state = " +
168 this.attach(conn);
173 attach(conn, state); method
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
AdapterServiceTest.java 124 // Attach a context to the service for permission checks.
125 mAdapterService.attach(mMockContext, null, null, null, null, null);
  /bionic/libc/kernel/uapi/scsi/
cxlflash_ioctl.h 118 struct dk_cxlflash_attach attach; member in union:cxlflash_ioctls

Completed in 1218 milliseconds

1 2 34 5 6 7 8 91011>>