HomeSort by relevance Sort by last modified time
    Searched refs:caller (Results 176 - 200 of 276) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /external/bluetooth/bluez/serial/
port.c 519 const char *dev, *owner, *caller; local
533 caller = dbus_message_get_sender(msg);
534 if (!g_str_equal(owner, caller))
  /external/v8/src/
accessors.cc 671 JSFunction* caller) {
673 if (caller->shared()->strict_mode()) {
678 return caller;
697 // Once we have found the frame, we need to go to the caller
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 392 SLObjectItf caller,
518 SLAudioIODeviceCapabilitiesItf caller,
527 SLAudioIODeviceCapabilitiesItf caller,
535 SLAudioIODeviceCapabilitiesItf caller,
881 SLOutputMixItf caller,
932 SLPlayItf caller,
    [all...]
  /dalvik/dx/etc/
dx.bat 16 REM don't modify the caller's environment
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 367 int caller = ((Integer) callerIter.next()).intValue(); local
368 int returnLoc = getNext(iter, caller, pos);
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 10 // compatability. Note that the caller must decide that this is a file
file.js 10 // compatability. Note that the caller must decide that this is a file
path.js 58 // Hashes found in paths (possibly only when the caller explicitly sets
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 550 } catch (MethodAndArgsCaller caller) {
551 caller.run();
698 * so the caller may want to close the original descriptors.
  /system/media/wilhelm/tests/examples/
slesTestFeedback.cpp 62 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller, void *context)
121 static void playerCallback(SLBufferQueueItf caller, void *context)
  /external/grub/stage2/
tparm.c 460 * We'll have to assume that the caller knows the difference, since
  /external/icu4c/test/intltest/
intltest.h 235 IntlTest* caller; member in class:IntlTest
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 61 'autoload', 'binding', 'caller', 'catch', 'chop', 'chop!',
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 627 /* Up to the caller to SDL_free() returned string */
647 void *caller = __builtin_return_address(1); /* Be *very* careful about inlining */ local
649 void *caller = NULL; local
661 if (dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage && caller)
663 caller_mh = image_for_address(caller);
    [all...]
  /external/valgrind/main/callgrind/
bbcc.c 137 * - current context (includes caller chain)
484 fn_node* caller; local
505 caller = CLG_(get_fn_node)(bb);
506 CLG_(push_cxt)( caller );
510 source_bbcc->rec_array = new_recursion(caller->separate_recursions);
  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 142 boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref);
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 59 static synchronized CommandParamsFactory getInstance(RilMessageDecoder caller,
65 return new CommandParamsFactory(caller, fh);
70 private CommandParamsFactory(RilMessageDecoder caller, IccFileHandler fh) {
71 mCaller = caller;
    [all...]

Completed in 601 milliseconds

1 2 3 4 5 6 78 91011>>