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

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 52 inline void audioManagerPlayerEvent(CAudioPlayer* ap, android::player_state_t event) {
53 if (ap->mObject.mEngine->mAudioManager != 0) {
54 ap->mObject.mEngine->mAudioManager->playerEvent(ap->mPIId, event);
86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState,
94 ap->stop();
101 ap->prepare();
106 ap->pause();
119 ap->prepare();
124 ap->play()
766 CAudioPlayer *ap = (CAudioPlayer *)user; local
1235 CAudioPlayer *ap = (CAudioPlayer *)user; local
2337 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local
2363 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; local
    [all...]
  /external/syslinux/com32/lib/
asprintf.c 11 va_list ap, ap1; local
16 va_start(ap, format);
17 va_copy(ap1, ap);
26 rv = vsnprintf(p, bytes, format, ap);
28 va_end(ap);
vasprintf.c 9 int vasprintf(char **bufp, const char *format, va_list ap)
15 va_copy(ap1, ap);
24 return vsnprintf(p, bytes, format, ap);
  /system/core/base/
stringprintf.cpp 26 void StringAppendV(std::string* dst, const char* format, va_list ap) {
34 va_copy(backup_ap, ap);
57 va_copy(backup_ap, ap);
69 va_list ap; local
70 va_start(ap, fmt);
72 StringAppendV(&result, fmt, ap);
73 va_end(ap);
78 va_list ap; local
79 va_start(ap, format);
80 StringAppendV(dst, format, ap);
    [all...]
  /external/honggfuzz/examples/terminal-emulators/
libclose.c 23 va_list ap; local
24 va_start(ap, __cmd);
25 int a1 = va_arg(ap, int);
26 int a2 = va_arg(ap, int);
27 int a3 = va_arg(ap, int);
28 int a4 = va_arg(ap, int);
29 va_end(ap);
  /external/clang/test/CodeGen/
arm64-abi-vector.c 24 va_list ap; local
26 va_start(ap, fixed);
27 __char2 c3 = va_arg(ap, __char2);
29 va_end(ap);
43 va_list ap; local
45 va_start(ap, fixed);
46 __char3 c3 = va_arg(ap, __char3);
48 va_end(ap);
63 va_list ap; local
65 va_start(ap, fixed)
83 va_list ap; local
105 va_list ap; local
125 va_list ap; local
145 va_list ap; local
167 va_list ap; local
189 va_list ap; local
210 va_list ap; local
231 va_list ap; local
248 va_list ap; local
    [all...]
  /frameworks/wilhelm/src/
handler_bodies.cpp 27 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
28 android_audioPlayer_volumeUpdate(ap);
62 CAudioPlayer *ap; local
63 ap = (CAudioPlayer *) thiz;
65 (void) android_audioPlayer_seek(ap, ap->mSeek.mPos);
81 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
82 android_audioPlayer_usePlayEventMask(ap);
90 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
91 android_audioPlayer_setPlayState(ap);
130 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
141 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
172 CAudioPlayer *ap = (CAudioPlayer *) thiz; local
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
vprintf-support.c 47 va_list ap; local
50 va_copy (ap, args);
52 memcpy ((PTR) &ap, (PTR) &args, sizeof (va_list));
64 total_width += abs (va_arg (ap, int));
74 total_width += abs (va_arg (ap, int));
92 (void) va_arg (ap, int);
99 (void) va_arg (ap, double);
105 total_width += strlen (va_arg (ap, char *));
109 (void) va_arg (ap, char *);
116 va_end (ap);
    [all...]
  /external/gflags/src/
windows_port.cc 53 int safe_vsnprintf(char *str, size_t size, const char *format, va_list ap) {
57 return _vsnprintf(str, size-1, format, ap);
65 va_list ap; local
66 va_start(ap, format);
67 r = vsnprintf(str, size, format, ap);
68 va_end(ap);
  /external/ltp/include/
tst_safe_posix_ipc.h 36 va_list ap; local
41 va_start(ap, oflags);
47 mode = va_arg(ap, mode_t);
49 mode = va_arg(ap, int);
52 attr = va_arg(ap, struct mq_attr *);
54 va_end(ap);
  /external/icu/icu4c/source/io/
sscanf.cpp 40 va_list ap; local
43 va_start(ap, patternSpecification);
44 converted = u_vsscanf(buffer, patternSpecification, ap);
45 va_end(ap);
55 va_list ap; local
58 va_start(ap, patternSpecification);
59 converted = u_vsscanf_u(buffer, patternSpecification, ap);
60 va_end(ap);
68 va_list ap)
88 converted = u_vsscanf_u(buffer, pattern, ap);
    [all...]
uscanf.h 33 va_list ap);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/
new_array.pass.cpp 30 A* ap = new(buf) A[Size]; local
31 assert((char*)ap >= buf);
32 assert((char*)ap < (buf + ExtraSize));
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 54 SoundPool *ap = MusterSoundPool(env, thiz); local
55 if (ap == NULL) return 0;
56 return (jint) ap->load(jniGetFDFromFileDescriptor(env, fileDescriptor),
63 SoundPool *ap = MusterSoundPool(env, thiz); local
64 if (ap == NULL) return JNI_FALSE;
65 return ap->unload(sampleID) ? JNI_TRUE : JNI_FALSE;
74 SoundPool *ap = MusterSoundPool(env, thiz); local
75 if (ap == NULL) return 0;
76 return (jint) ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate);
83 SoundPool *ap = MusterSoundPool(env, thiz) local
92 SoundPool *ap = MusterSoundPool(env, thiz); local
101 SoundPool *ap = MusterSoundPool(env, thiz); local
110 SoundPool *ap = MusterSoundPool(env, thiz); local
119 SoundPool *ap = MusterSoundPool(env, thiz); local
129 SoundPool *ap = MusterSoundPool(env, thiz); local
138 SoundPool *ap = MusterSoundPool(env, thiz); local
148 SoundPool *ap = MusterSoundPool(env, thiz); local
158 SoundPool *ap = MusterSoundPool(env, thiz); local
168 SoundPool *ap = MusterSoundPool(env, thiz); local
204 SoundPool *ap = new SoundPool(maxChannels, paa); local
226 SoundPool *ap = MusterSoundPool(env, thiz); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.placement/
new_array.pass.cpp 30 A* ap = new(buf) A[Size]; local
31 assert((char*)ap >= buf);
32 assert((char*)ap < (buf + ExtraSize));
  /bionic/libc/bionic/
mremap.cpp 51 va_list ap; local
52 va_start(ap, flags);
53 new_address = va_arg(ap, void*);
54 va_end(ap);
  /bionic/linker/
linker_globals.cpp 56 va_list ap; local
57 va_start(ap, fmt);
58 android::base::StringAppendV(&result, fmt, ap);
59 va_end(ap);
  /bootable/recovery/
stub_ui.h 48 va_list ap; variable
49 va_start(ap, fmt);
50 vprintf(fmt, ap);
51 va_end(ap); variable
  /external/clang/test/CodeGenCXX/
microsoft-abi-byval-vararg.cpp 13 va_list ap; local
14 va_start(ap, a);
17 sum += va_arg(ap, int);
18 va_end(ap);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow_replace.pass.cpp 47 A* volatile ap; variable
51 ap = new (std::nothrow) A[3];
52 assert(ap);
55 delete [] ap;
new_array_replace.pass.cpp 48 A* volatile ap; variable
52 ap = new A[3];
53 assert(ap);
56 delete [] ap;
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow_replace.pass.cpp 47 A* volatile ap; variable
51 ap = new (std::nothrow) A;
52 assert(ap);
55 delete ap;
new_replace.pass.cpp 46 A *volatile ap; variable
50 ap = new A;
51 assert(ap);
54 delete ap;
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 65 A* ap = a.allocate(3); local
70 a.construct(ap);
74 a.destroy(ap);
78 a.construct(ap, A());
82 a.destroy(ap);
86 a.construct(ap, 5);
90 a.destroy(ap);
94 a.construct(ap, 5, (int*)0);
98 a.destroy(ap);
102 a.deallocate(ap, 3)
113 move_only* ap = a.allocate(3); local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 48 va_list ap; local
61 va_start(ap, string);
62 vprintf(string, ap);
63 va_end(ap);

Completed in 1104 milliseconds

1 2 3 4 5 6 78 91011>>