OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_prev_getPreset
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/itf/
IPresetReverb.c
83
android::status_t status =
android_prev_getPreset
(thiz->mPresetReverbEffect, &preset);
/frameworks/wilhelm/src/android/
android_Effect.h
58
extern android::status_t
android_prev_getPreset
(android::sp<android::AudioEffect> pFx,
android_Effect.cpp
372
if (android::NO_ERROR ==
android_prev_getPreset
(ipr->mPresetReverbEffect, &preset)) {
389
android::status_t
android_prev_getPreset
(android::sp<android::AudioEffect> pFx, uint16_t* preset) {
Completed in 2766 milliseconds