Home
last modified time | relevance | path

Searched defs:Engine (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/audiopolicy/enginedefault/include/
DAudioPolicyEngineInstance.h26 class Engine; variable
/frameworks/av/services/audiopolicy/engineconfigurable/include/
DAudioPolicyEngineInstance.h25 class Engine; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto45 message Engine { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto46 message Engine { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto45 message Engine { message
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java146 public class Engine { class in WallpaperService
390 public Engine() { in Engine() method in WallpaperService.Engine
402 public Engine(Supplier<Long> clockFunction, Handler handler) { in Engine() method in WallpaperService.Engine
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp57 Engine::Engine() in Engine() function in android::audio_policy::Engine
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp64 Engine::Engine() : mPolicyParameterMgr(new ParameterManagerWrapper()) in Engine() function in android::audio_policy::Engine
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java242 public class Engine { class in TextToSpeech