Home
last modified time | relevance | path

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

123

/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp52 inline void audioManagerPlayerEvent(CAudioPlayer* ap, android::player_state_t event) { in audioManagerPlayerEvent()
86 SLresult aplayer_setPlayState(const android::sp<android::GenericPlayer> &ap, SLuint32 playState, in aplayer_setPlayState()
147 static size_t adecoder_writeToBufferQueue(const uint8_t *data, size_t size, CAudioPlayer* ap) { in adecoder_writeToBufferQueue()
215 void android_audioPlayer_volumeUpdate(CAudioPlayer* ap) in android_audioPlayer_volumeUpdate()
381 void audioTrack_handleMarker_lockPlay(CAudioPlayer* ap) { in audioTrack_handleMarker_lockPlay()
398 void audioTrack_handleNewPos_lockPlay(CAudioPlayer* ap) { in audioTrack_handleNewPos_lockPlay()
416 void audioTrack_handleUnderrun_lockPlay(CAudioPlayer* ap) { in audioTrack_handleUnderrun_lockPlay()
446 void audioPlayer_dispatch_headAtEnd_lockPlay(CAudioPlayer *ap, bool setPlayStateToPaused, in audioPlayer_dispatch_headAtEnd_lockPlay()
484 SLresult audioPlayer_setStreamType(CAudioPlayer* ap, SLint32 type) { in audioPlayer_setStreamType()
527 SLresult audioPlayer_setPerformanceMode(CAudioPlayer* ap, SLuint32 mode) { in audioPlayer_setPerformanceMode()
[all …]
/frameworks/wilhelm/src/
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
Dlocks.cpp221 CAudioPlayer *ap = (CAudioPlayer *) thiz; in object_unlock_exclusive_attributes_() local
249 CAudioPlayer *ap = (CAudioPlayer *) thiz; in object_unlock_exclusive_attributes_() local
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp55 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_load_FD() local
64 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_unload() local
75 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_play() local
84 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_pause() local
93 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_resume() local
102 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_autoPause() local
111 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_autoResume() local
120 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_stop() local
130 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_setVolume() local
139 SoundPool *ap = MusterSoundPool(env, thiz); in android_media_SoundPool_mute() local
[all …]
/frameworks/wilhelm/src/itf/
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
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
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
DIPlaybackRate.cpp33 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IPlaybackRate_SetRate() local
87 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? in IPlaybackRate_SetPropertyConstraints() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java144 final AccessPoint ap = new AccessPoint(InstrumentationRegistry.getTargetContext(), bundle); in testSsidIsSpannableString_returnFalse() local
920 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateConfig_doesNotThrowNPE_ifListenerIsNulledWhileAwaitingExecution() local
946 AccessPoint ap = new TestAccessPointBuilder(mContext) in testUpdateWithNullWifiConfiguration_doesNotThrowNPE() local
958 AccessPoint ap = createAccessPointWithScanResultCache(); in testSpeedLabelAveragesAllBssidScores() local
981 AccessPoint ap = createAccessPointWithScanResultCache(); in testSpeedLabelAverageIgnoresNoSpeedScores() local
1019 AccessPoint ap = in testSpeedLabelFallbackScoreIgnoresNullCurves() local
1045 AccessPoint ap = createApWithFastTimestampedScoredNetworkCache(timeMillis); in testScoredNetworkCacheBundling() local
1061 AccessPoint ap = in testRecentNetworkScoresAreUsedForSpeedLabelGeneration() local
1074 AccessPoint ap = in testNetworkScoresAreUsedForSpeedLabelGenerationWhenWithinAgeRange() local
1087 AccessPoint ap = in testOldNetworkScoresAreNotUsedForSpeedLabelGeneration() local
[all …]
/frameworks/base/cmds/idmap2/libidmap2/
DRawPrintVisitor.cpp141 va_list ap; in print() local
155 va_list ap; in print() local
168 va_list ap; in print() local
181 va_list ap; in print() local
195 va_list ap; in print_raw() local
DResult.cpp27 va_list ap; in Error() local
37 va_list ap; in Error() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
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
/frameworks/av/media/libstagefright/foundation/
DAudioPresentationInfo.cpp32 for (const auto& ap : presentations) { in serializeAudioPresentations() local
92 AudioPresentationV1 ap; in deserializeAudioPresentations() local
/frameworks/native/vulkan/libvulkan/
Ddebug_report.h106 va_list ap; in Info() local
116 va_list ap; in Warn() local
126 va_list ap; in Err() local
/frameworks/base/tools/aapt/
DSourcePos.cpp116 va_list ap; in error() local
126 va_list ap; in warning() local
136 va_list ap; in printf() local
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dweight_a.c30 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */ in Weight_a()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dweight_amrwb_lpc.cpp118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */ in weight_amrwb_lpc()
/frameworks/base/libs/androidfw/
DAssetManager.cpp180 asset_path ap; in addAssetPath() local
306 asset_path ap; in addAssetFd() local
340 asset_path ap; in createIdmap() local
539 bool AssetManager::appendPathToResTable(asset_path& ap, bool appAsLib) const { in appendPathToResTable()
783 asset_path& ap) in openNonAssetInPathLocked()
853 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir) in createPathNameLocked()
864 ZipFileRO* AssetManager::getZipFileLocked(asset_path& ap) in getZipFileLocked()
994 const asset_path& ap = mAssetPaths.itemAt(i); in openDir() local
1043 const asset_path& ap = mAssetPaths.itemAt(which); in openNonAssetDir() local
1074 const asset_path& ap, const char* rootDir, const char* dirName) in scanAndMergeDirLocked()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAccessPointControllerImpl.java102 public int getIcon(AccessPoint ap) { in getIcon()
107 public boolean connect(AccessPoint ap) { in connect()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportWarningActivity.java56 final AlertController.AlertParams ap = mAlertParams; in onCreate() local
/frameworks/av/media/libnblog/
DWriter.cpp93 va_list ap; in logf() local
115 va_list ap; in logFormat() local
191 void Writer::logvf(const char *fmt, va_list ap) in logvf()
/frameworks/base/libs/hwui/utils/
DTraceUtils.h42 va_list ap; in atraceFormatBegin() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAccessoryUriActivity.java70 final AlertController.AlertParams ap = mAlertParams; in onCreate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wifi/
DWifiDebuggingSecondaryUserActivity.java50 final AlertController.AlertParams ap = mAlertParams; in onCreate() local
/frameworks/base/core/java/com/android/internal/app/
DConfirmUserCreationActivity.java71 final AlertController.AlertParams ap = mAlertParams; in onCreate() local

123