Home
last modified time | relevance | path

Searched defs:ap (Results 1 – 25 of 178) sorted by relevance

12345678

/aosp12/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp216 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 Dhandler_bodies.cpp27 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 Dandroid_media_SoundPool.cpp56 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 DIAndroidEffectSend.cpp35 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 DIMuteSolo.cpp31 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 DIEffectSend.cpp133 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 DAccessPointTest.java941 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 Dstringprintf.cpp26 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 Dlinker_debug.cpp33 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 DResult.cpp27 va_list ap; in Error() local
37 va_list ap; in Error() local
H A DRawPrintVisitor.cpp147 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 DBluetoothMapContent.java453 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 Dutil.cpp47 va_list ap; in die() local
68 va_list ap; in verbose() local
/aosp12/bionic/libc/bionic/
H A Dexec.cpp50 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 Derror.cpp68 va_list ap; in error() local
90 va_list ap; in error_at_line() local
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DLog.h130 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 DAccessPointPreferenceTest.java65 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 Ddebug_report.h106 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 DAudioPresentationInfo.cpp32 for (const auto& ap : presentations) { in serializeAudioPresentations() local
92 AudioPresentationV1 ap; in deserializeAudioPresentations() local
/aosp12/frameworks/base/tools/aapt/
H A DSourcePos.cpp116 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 Dvwarnx.c37 vwarnx(const char *fmt, va_list ap) in vwarnx()
H A Dverrx.c37 verrx(int eval, const char *fmt, va_list ap) in verrx()
H A Dvwarn.c39 vwarn(const char *fmt, va_list ap) in vwarn()
H A Dwarn.c37 va_list ap; in warn() local
H A Dwarnx.c37 va_list ap; in warnx() local

12345678