/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHwService.cpp | 90 sp<Module> module = new Module(this, dev, descriptor, client); in onFirstRef() local 143 sp<Module> module = mModules.valueAt(index); in attach() local 166 void SoundTriggerHwService::detachModule(sp<Module> module) in detachModule() 218 Module *module = (Module *)cookie; in recognitionCallback() local 267 Module *module) in sendRecognitionEvent() 296 Module *module = (Module *)cookie; in soundModelCallback() local 324 Module *module) in sendSoundModelEvent() 362 Module *module) in sendServiceStateEvent_l() 391 sp<Module> module; in onCallbackEvent() local 470 wp<Module> module) in CallbackEvent()
|
/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 73 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext, in CreateFromBuffer() local 100 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext, in CreateFromFile() local 169 llvm::Module *module = in CreateEmpty() local
|
D | Compiler.cpp | 248 llvm::Module &module = pScript.getSource().getModule(); in compile() local
|
/frameworks/av/soundtrigger/ |
D | ISoundTriggerHwService.cpp | 80 sp<ISoundTrigger>& module) in attach() 145 sp<ISoundTrigger> module; in onTransact() local
|
D | SoundTrigger.cpp | 94 sp<SoundTrigger> SoundTrigger::attach(const sound_trigger_module_handle_t module, in attach() 127 SoundTrigger::SoundTrigger(sound_trigger_module_handle_t module, in SoundTrigger()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 56 Module module("test", script); in TEST_F() local 102 Module module("libplasma.so", script); in TEST_F() local 355 Module module(script); in TEST_F() local
|
D | ELFBinaryReaderTest.cpp | 48 Module module("test", script); in TEST_F() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_lights_LightsService.cpp | 51 static light_device_t* get_device(hw_module_t* module, char const* name) in get_device() 66 hw_module_t* module; in init_native() local
|
D | com_android_server_ConsumerIrService.cpp | 33 hw_module_t const* module; in halOpen() local
|
/frameworks/base/core/jni/ |
D | android_hardware_SoundTrigger.cpp | 353 static sp<SoundTrigger> setSoundTrigger(JNIEnv* env, jobject thiz, const sp<SoundTrigger>& module) in setSoundTrigger() 455 sp<SoundTrigger> module = SoundTrigger::attach(handle, callback); in android_hardware_SoundTrigger_setup() local 467 sp<SoundTrigger> module = setSoundTrigger(env, thiz, 0); in android_hardware_SoundTrigger_detach() local 479 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_finalize() local 503 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_loadSoundModel() local 655 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_unloadSoundModel() local 670 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_startRecognition() local 763 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_stopRecognition() local
|
D | android_server_FingerprintManager.cpp | 56 fingerprint_module_t const* module; member
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyClientImplLegacy.cpp | 65 static audio_io_handle_t open_output(audio_module_handle_t module, in open_output() 119 audio_module_handle_t module, in aps_open_output_on_module() 176 static audio_io_handle_t open_input(audio_module_handle_t module, in open_input() 226 audio_module_handle_t module, in aps_open_input_on_module()
|
D | AudioPolicyClientImpl.cpp | 39 status_t AudioPolicyService::AudioPolicyClient::openOutput(audio_module_handle_t module, in openOutput() 99 status_t AudioPolicyService::AudioPolicyClient::openInput(audio_module_handle_t module, in openInput()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompiler.cpp | 37 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass() local
|
D | RSEmbedInfo.cpp | 60 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
|
D | RSInfoExtractor.cpp | 114 const llvm::Module &module = pSource.getModule(); in ExtractFromSource() local
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 128 llvm::Module *module = NULL; in translate() local
|
D | MetadataExtractor.cpp | 77 MetadataExtractor::MetadataExtractor(const llvm::Module *module) in MetadataExtractor()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | main.cpp | 120 mcld::Module module(script); in main() local
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 41 hw_module_t const* module; in GraphicBufferAllocator() local
|
D | GraphicBufferMapper.cpp | 43 hw_module_t const* module; in ANDROID_SINGLETON_STATIC_INSTANCE() local
|
D | FramebufferNativeWindow.cpp | 78 hw_module_t const* module; in FramebufferNativeWindow() local
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 189 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local
|
/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 318 std::unique_ptr<llvm::Module> module; in main() local
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 81 status_t Camera2ClientBase<TClientBase>::initialize(camera_module_t *module) { in initialize()
|