/aosp12/frameworks/wilhelm/src/android/ |
H A D | AudioPlayer_to_android.cpp | 216 void android_audioPlayer_volumeUpdate(CAudioPlayer* ap) in android_audioPlayer_volumeUpdate() 382 void audioTrack_handleMarker_lockPlay(CAudioPlayer* ap) { in audioTrack_handleMarker_lockPlay() 399 void audioTrack_handleNewPos_lockPlay(CAudioPlayer* ap) { in audioTrack_handleNewPos_lockPlay() 417 void audioTrack_handleUnderrun_lockPlay(CAudioPlayer* ap) { in audioTrack_handleUnderrun_lockPlay() 624 void audioPlayer_auxEffectUpdate(CAudioPlayer* ap) { in audioPlayer_auxEffectUpdate() 767 CAudioPlayer *ap = (CAudioPlayer *)user; in sfplayer_handlePrefetchEvent() local 1237 CAudioPlayer *ap = (CAudioPlayer *)user; in audioTrack_callBack_pullFromBuffQueue() local 2232 void android_audioPlayer_setPlayState(CAudioPlayer *ap) { in android_audioPlayer_setPlayState() 2304 void android_audioPlayer_usePlayEventMask(CAudioPlayer *ap) { in android_audioPlayer_usePlayEventMask() 2360 CAudioPlayer *ap = (CAudioPlayer *)pPlayItf->mThis; in android_audioPlayer_getDuration() local [all …]
|
/aosp12/frameworks/wilhelm/src/ |
H A D | handler_bodies.cpp | 27 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_gain() local 62 CAudioPlayer *ap; in handler_AudioPlayer_position() local 81 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_transport() local 90 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_play_state() local 130 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_bq_enqueue() local 141 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_abq_enqueue() local 172 CAudioPlayer *ap = (CAudioPlayer *) thiz; in handler_AudioPlayer_gain() local
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | android_media_SoundPool.cpp | 56 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_load_FD() local 65 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_unload() local 76 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_play() local 85 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_pause() local 94 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_resume() local 103 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_autoPause() local 112 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_autoResume() local 121 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_stop() local 131 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_setVolume() local 140 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_mute() local [all …]
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IAndroidEffectSend.cpp | 35 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IAndroidEffectSend_EnableEffectSend() local 92 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IAndroidEffectSend_SetDirectLevel() local 125 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IAndroidEffectSend_GetDirectLevel() local 154 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IAndroidEffectSend_SetSendLevel() local 193 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IAndroidEffectSend_GetSendLevel() local
|
H A D | IMuteSolo.cpp | 31 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_SetChannelMute() local 70 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetChannelMute() local 103 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_SetChannelSolo() local 142 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetChannelSolo() local 178 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetNumChannels() local
|
H A D | IEffectSend.cpp | 133 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IEffectSend_EnableEffectSend() local 199 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IEffectSend_SetDirectLevel() local 234 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IEffectSend_GetDirectLevel() local 270 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IEffectSend_SetSendLevel() local
|
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
H A D | AccessPointTest.java | 941 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() local 967 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateWithNullWifiConfiguration_doesNotThrowNPE() local 979 AccessPoint ap = createAccessPointWithScanResultCache(); in testSpeedLabelAveragesAllBssidScores() local 1040 AccessPoint ap = in testSpeedLabelFallbackScoreIgnoresNullCurves() local 1082 AccessPoint ap = in testRecentNetworkScoresAreUsedForSpeedLabelGeneration() local 1095 AccessPoint ap = in testNetworkScoresAreUsedForSpeedLabelGenerationWhenWithinAgeRange() local 1108 AccessPoint ap = in testOldNetworkScoresAreNotUsedForSpeedLabelGeneration() local 1126 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateScoresRefreshesScoredNetworkCacheTimestamps() local 1154 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateScoresRefreshesScoredNetworkCacheWithNewSpeed() local 1202 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdate_passpointWifiInfo_doesNotUpdateNonPasspointAccessPoint() local [all …]
|
/aosp12/system/libbase/ |
H A D | stringprintf.cpp | 26 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV() 69 va_list ap; in StringPrintf() local 78 va_list ap; in StringAppendF() local
|
/aosp12/bionic/linker/ |
H A D | linker_debug.cpp | 33 void linker_log_va_list(int prio __unused, const char* fmt, va_list ap) { in linker_log_va_list() 43 va_list ap; in linker_log() local
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | Result.cpp | 27 va_list ap; in Error() local 37 va_list ap; in Error() local
|
H A D | RawPrintVisitor.cpp | 147 va_list ap; in print() local 160 va_list ap; in print() local 172 va_list ap; in print() local 184 va_list ap; in print() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContent.java | 453 BluetoothMapAppParams ap) { in setProtected() 470 BluetoothMapAppParams ap) { in setThreadId() 491 BluetoothMapAppParams ap) { in setThreadName() 506 BluetoothMapAppParams ap) { in setSent() 530 BluetoothMapAppParams ap) { in setRead() 548 BluetoothMapAppParams ap) { in setConvoRead() 561 BluetoothMapAppParams ap) { in setPriority() 592 BluetoothMapAppParams ap) { in setAttachment() 647 BluetoothMapAppParams ap) { in setText() 676 BluetoothMapAppParams ap) { in setReceptionStatus() [all …]
|
/aosp12/system/core/fastboot/ |
H A D | util.cpp | 47 va_list ap; in die() local 68 va_list ap; in verbose() local
|
/aosp12/bionic/libc/bionic/ |
H A D | exec.cpp | 50 static int __execl(const char* name, const char* argv0, va_list ap) { in __execl() 77 va_list ap; in execl() local 85 va_list ap; in execle() local 93 va_list ap; in execlp() local
|
H A D | error.cpp | 68 va_list ap; in error() local 90 va_list ap; in error_at_line() local
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Log.h | 130 va_list ap; in log() local 145 va_list ap; in info() local 160 va_list ap; in warn() local 175 va_list ap; in error() local
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
H A D | AccessPointPreferenceTest.java | 65 final AccessPoint ap = new TestAccessPointBuilder(mContext) in refresh_openNetwork_updateContentDescription() local 95 final AccessPoint ap = new TestAccessPointBuilder(mContext) in refresh_setTitle_shouldUseSsidString() local
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | debug_report.h | 106 va_list ap; in Info() local 116 va_list ap; in Warn() local 126 va_list ap; in Err() local
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | AudioPresentationInfo.cpp | 32 for (const auto& ap : presentations) { in serializeAudioPresentations() local 92 AudioPresentationV1 ap; in deserializeAudioPresentations() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | SourcePos.cpp | 116 va_list ap; in error() local 126 va_list ap; in warning() local 136 va_list ap; in printf() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gen/ |
H A D | vwarnx.c | 37 vwarnx(const char *fmt, va_list ap) in vwarnx()
|
H A D | verrx.c | 37 verrx(int eval, const char *fmt, va_list ap) in verrx()
|
H A D | vwarn.c | 39 vwarn(const char *fmt, va_list ap) in vwarn()
|
H A D | warn.c | 37 va_list ap; in warn() local
|
H A D | warnx.c | 37 va_list ap; in warnx() local
|