HomeSort by relevance Sort by last modified time
    Searched refs:getEffect (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 225 static CallEffects getEffect(const ObjCMethodDecl *MD);
228 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 221 static CallEffects getEffect(const ObjCMethodDecl *MD);
224 static CallEffects getEffect(const FunctionDecl *FD);
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 159 getEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, mp.getAudioSessionId());
187 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
216 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
246 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
342 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
376 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
410 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0);
442 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
478 getEffect(AudioEffect.EFFECT_TYPE_ENV_REVERB, 0);
515 getEffect(AudioEffect.EFFECT_TYPE_PRESET_REVERB, 0)
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 81 getEffect(sSession);
119 getEffect(sSession);
145 getEffect(sSession);
224 private void getEffect(int session) {
VirtualizerTest.java 80 getEffect(sSession);
116 getEffect(sSession);
142 getEffect(sSession);
220 private void getEffect(int session) {
PresetReverbTest.java 88 getEffect(sSession);
120 getEffect(sSession);
150 getEffect(sSession);
249 private void getEffect(int session) {
VisualizerTest.java 88 getEffect(sSession);
189 getEffect(sSession);
231 getEffect(sSession);
251 private void getEffect(int session) {
EqualizerTest.java 83 getEffect(sSession);
176 getEffect(sSession);
205 getEffect(sSession);
355 private void getEffect(int session) {
EnvReverbTest.java 101 getEffect(0);
198 getEffect(0);
515 private void getEffect(int session) {
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
MainActivity.java 182 mPreviewView.takePicture(mPreviewView.getEffect());
CameraView.java 323 public int getEffect() {
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParametersIntf.h 233 int32_t getEffect();
QCameraParametersIntf.cpp 1043 int32_t QCameraParametersIntf::getEffect()
1047 return mImpl->getEffect();
    [all...]
QCameraParameters.h     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParametersIntf.h 247 int32_t getEffect();
QCameraParametersIntf.cpp 1102 int32_t QCameraParametersIntf::getEffect()
1106 return mImpl->getEffect();
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h 750 int32_t getEffect() {return mParmEffect;};
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h 750 int32_t getEffect() {return mParmEffect;};
    [all...]

Completed in 388 milliseconds

1 2