HomeSort by relevance Sort by last modified time
    Searched refs:attach (Results 51 - 75 of 328) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DeviceDescriptor.h 44 virtual void attach(const sp<HwModule>& module);
AudioPort.h 38 virtual void attach(const sp<HwModule>& module);
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 160 mService.attach(
  /frameworks/native/include/binder/
BpBinder.h 70 void attach( const void* objectID,
  /frameworks/wilhelm/src/android/
android_Effect.h 104 extern android::status_t android_fxSend_attach(CAudioPlayer* ap, bool attach,
113 SLboolean attach, SLmillibel sendLevel);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
EditorPlaceHolder.java 48 editor.getImageShow().attach();
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
reporter.py 85 msg.attach(text_msg)
93 msg.attach(html_msg)
94 msg.attach(html_long)
  /external/lldb/utils/test/
ras.py 117 # Attach them all if it exists!
120 outer.attach(MIMEText(output, 'plain'))
122 outer.attach(MIMEText("%s\n%s\n\n" % (output,
161 outer.attach(msg)
  /external/opencv/cxcore/src/
cximage.cpp 139 attach( img );
162 attach( img );
177 attach( img );
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 250 private void attach(IDreamService service) { method in class:DreamController
253 service.attach(mCurrentDream.mToken, mCurrentDream.mCanDoze);
320 attach(IDreamService.Stub.asInterface(service));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java 103 ft.attach(mFragment);
FragmentTabs.java 103 ft.attach(mFragment);
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/
MainActivity.java 86 // If it exists, simply attach it in order to show it
87 ft.attach(fragment);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 78 logWriter.println("Attach to: " + address);
131 transport.attach(address, settings.getTimeout(), settings.getTimeout());
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 213 virtual void attach (GLuint element, GLuint container) = 0;
314 void attach (GLuint element, GLuint container);
326 void attach (GLuint element, GLuint container);
339 void attach (GLuint element, GLuint container);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionGroups.java 63 stateManager.attach(bulletAppState);
TestGhostObject.java 64 stateManager.attach(bulletAppState);
TestKinematicAddToPhysicsSpaceIssue.java 35 stateManager.attach(bulletAppState);
TestLocalPhysics.java 61 stateManager.attach(bulletAppState);
TestPhysicsHingeJoint.java 78 stateManager.attach(bulletAppState);
TestSimplePhysics.java 61 stateManager.attach(bulletAppState);
  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_base.h 38 void attach(pixfmt_type& ren) function in class:agg::renderer_base
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 86 profile->attach(this);
132 profile->attach(this);
197 profile->attach(this);
230 profile->attach(this);
  /frameworks/base/core/java/android/app/
Service.java 700 public final void attach( method in class:Service
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 82 attach(Connection conn, DriverCall dc) { method in class:CdmaCall

Completed in 1696 milliseconds

1 23 4 5 6 7 8 91011>>