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

1 2

  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 92 Reflection implementor = new Reflection(); local
94 implementor.start(pool);
112 if (!implementor.makeReflective(c, pool.get(metaobj),
125 implementor.onLoad(pool, entries[i].classname);
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreter.h 111 typedef uint32_t (*SWIGPythonCalculateNumChildren) (void *implementor);
112 typedef void* (*SWIGPythonGetChildAtIndex) (void *implementor, uint32_t idx);
113 typedef int (*SWIGPythonGetIndexOfChildWithName) (void *implementor, const char* child_name);
380 CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor)
386 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx)
392 GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor, const char* child_name)
398 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor)
404 MightHaveChildrenSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor)
ScriptInterpreterPython.h 102 CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor);
105 GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor, uint32_t idx);
108 GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implementor, const char* child_name);
111 UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor);
114 MightHaveChildrenSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implementor);
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 96 LLDBSwigPython_CalculateNumChildren (void *implementor);
99 LLDBSwigPython_GetChildAtIndex (void *implementor, uint32_t idx);
102 LLDBSwigPython_GetIndexOfChildWithName (void *implementor, const char* child_name);
108 LLDBSwigPython_UpdateSynthProviderInstance (void* implementor);
111 LLDBSwigPython_MightHaveChildrenSynthProviderInstance (void* implementor);
2422 void* implementor = implementor_sp->GetObject(); local
2446 void* implementor = implementor_sp->GetObject(); local
2484 void* implementor = implementor_sp->GetObject(); local
2510 void* implementor = implementor_sp->GetObject(); local
2534 void* implementor = implementor_sp->GetObject(); local
    [all...]
  /system/core/include/system/
sound_trigger.h 63 char implementor[SOUND_TRIGGER_MAX_STRING_LEN]; /* implementor name */ member in struct:sound_trigger_properties
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 196 implementor : "The Android Open Source Project",
  /frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.c 95 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
IAutomaticGainControl.c 92 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
INoiseSuppression.c 90 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 54 /** human readable voice detection engine implementor */
55 public final String implementor; field in class:SoundTrigger.ModuleProperties
94 ModuleProperties(int id, String implementor, String description,
100 this.implementor = implementor;
128 String implementor = in.readString(); local
141 return new ModuleProperties(id, implementor, description, uuid, version,
150 dest.writeString(implementor);
172 return "ModuleProperties [id=" + id + ", implementor=" + implementor + ", description=
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 78 char implementor[EFFECT_STRING_LEN_MAX]; // human readable effect implementor name member in struct:effect_descriptor_s
927 const char *implementor; member in struct:audio_effect_library_s
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
AudioRecordInput.java 195 "implementor: " + descriptor.implementor + ", " +
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 210 * <li>implementor: human readable effect implementor name</li>
230 * @param implementor human readable effect implementor name
234 String name, String implementor) {
239 this.implementor = implementor;
274 * Human readable effect implementor name
276 public String implementor; field in class:AudioEffect.Descriptor
    [all...]
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 402 jstring implementor = env->NewStringUTF(nModules[i].properties.implementor); local
415 implementor, description, uuid,
427 env->DeleteLocalRef(implementor);
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectsTest.java 198 tv.setText(" vendor: "+ mDescriptors[position].implementor);
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 43 "AOSP", //implementor name
369 .implementor = "AOSP",
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 370 jdescImplementor = env->NewStringUTF(desc.implementor);
756 jdescImplementor = env->NewStringUTF(desc.implementor);
856 jdescImplementor = env->NewStringUTF(descriptors[i].implementor);
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 459 .implementor = "The Android Open Source Project",
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 56 .implementor = "The Android Open Source Project",
72 "The Android Open Source Project" // human readable effect implementor name
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 755 implementor : "The Android Open Source Project",
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 687 .implementor = "The Android Open Source Project",
  /hardware/qcom/audio/post_proc/
bundle.c 754 implementor : "The Android Open Source Project",
  /hardware/qcom/audio/voice_processing/
voice_processing.c 753 .implementor = "The Android Open Source Project",
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c     [all...]
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp     [all...]

Completed in 1546 milliseconds

1 2