Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
DClipboardModelTest.kt58 val model = ClipboardModel.fromClipData(mContext, mClipboardUtils, mSampleClipData, source) in test_textClipData() constant
85 val model = ClipboardModel.fromClipData(mContext, mClipboardUtils, mSampleClipData, "") in test_remoteExtra() constant
99 val model = ClipboardModel.fromClipData(mMockContext, mClipboardUtils, imageClipData, "") in test_imageClipData() constant
113 val model = ClipboardModel.fromClipData(mMockContext, mClipboardUtils, imageClipData, "") in test_imageClipData_loadFailure() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DTestUtil.java66 SoundModel model = new SoundModel(); in createSoundModel() local
76 private static void validateSoundModel_2_1(ISoundTriggerHw.SoundModel model, int type) { in validateSoundModel_2_1()
87 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel model) { in dupModel_2_1()
100 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model, int type) { in validateSoundModel_2_0()
109 static void validateGenericSoundModel_2_1(ISoundTriggerHw.SoundModel model) { in validateGenericSoundModel_2_1()
114 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.SoundModel model) { in validateGenericSoundModel_2_0()
119 PhraseSoundModel model = new PhraseSoundModel(); in createPhraseSoundModel() local
132 static void validatePhraseSoundModel_2_1(ISoundTriggerHw.PhraseSoundModel model) { in validatePhraseSoundModel_2_1()
139 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel model) { in dupPhraseModel_2_1()
148 android.hardware.soundtrigger.V2_0.ISoundTriggerHw.PhraseSoundModel model) { in validatePhraseSoundModel_2_0()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DValidationUtil.java51 static void validateGenericModel(@Nullable SoundModel model) { in validateGenericModel()
55 static void validateModel(@Nullable SoundModel model, int expectedType) { in validateModel()
67 static void validatePhraseModel(@Nullable PhraseSoundModel model) { in validatePhraseModel()
DSoundTriggerModule.java244 public int loadModel(@NonNull SoundModel model) { in loadModel()
266 public int loadPhraseModel(@NonNull PhraseSoundModel model) { in loadPhraseModel()
309 Model model; in stopRecognition() local
394 private int load(@NonNull SoundModel model, in load()
404 private int load(@NonNull PhraseSoundModel model, in load()
DSoundTriggerHw3Compat.java229 public void modelUnloaded(int model) { in modelUnloaded()
234 public void phraseRecognitionCallback(int model, PhraseRecognitionEvent event) { in phraseRecognitionCallback()
241 public void recognitionCallback(int model, RecognitionEvent event) { in recognitionCallback()
DSoundTriggerMiddlewareValidation.java252 ModelState(SoundModel model) { in ModelState()
256 ModelState(PhraseSoundModel model) { in ModelState()
358 public int loadModel(@NonNull SoundModel model) { in loadModel()
380 public int loadPhraseModel(@NonNull PhraseSoundModel model) { in loadPhraseModel()
DSoundTriggerHalEnforcer.java246 public void recognitionCallback(int model, RecognitionEvent event) { in recognitionCallback()
271 public void phraseRecognitionCallback(int model, PhraseRecognitionEvent event) { in phraseRecognitionCallback()
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
DGenericSoundModelTest.java94 GenericSoundModel model = new_sound_model(); in testUpdateGenericSoundModel() local
108 GenericSoundModel model = new_sound_model(); in testDeleteGenericSoundModel() local
126 GenericSoundModel model = new_sound_model(); in testStartStopGenericSoundModel() local
150 GenericSoundModel model = new_sound_model(); in testTriggerGenericSoundModel() local
188 GenericSoundModel model; in testFuzzGenericSoundModel() field in GenericSoundModelTest.ModelInfo
190 public ModelInfo(GenericSoundModel model, int status) { in testFuzzGenericSoundModel()
205 GenericSoundModel model = new GenericSoundModel(modelUuid, mVendorUuid, data); in testFuzzGenericSoundModel() local
/frameworks/base/core/java/android/view/
DDisplayAddress.java51 public static Physical fromPortAndModel(int port, Long model) { in fromPortAndModel()
108 final long model = mPhysicalDisplayId >>> MODEL_SHIFT; in getModel() local
123 final Long model = getModel(); in toString() local
145 private Physical(int port, Long model) { in Physical()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectionCompanionGenerator.java115 public void generate(@NonNull InspectableClassModel model) throws IOException { in generate()
128 JavaFile generateFile(@NonNull InspectableClassModel model) { in generateFile()
143 private TypeSpec generateTypeSpec(@NonNull InspectableClassModel model) { in generateTypeSpec()
464 private static ClassName generateClassName(@NonNull InspectableClassModel model) { in generateClassName()
/frameworks/base/media/aidl/android/media/soundtrigger_middleware/
DISoundTriggerModule.aidl49 int loadModel(in SoundModel model); in loadModel()
60 int loadPhraseModel(in PhraseSoundModel model); in loadPhraseModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dream/
DMediaDreamComplication.java40 public ViewHolder createView(ComplicationViewModel model) { in createView()
/frameworks/base/core/java/android/hardware/usb/
DAccessoryFilter.java48 public AccessoryFilter(String manufacturer, String model, String version) { in AccessoryFilter()
69 String model = null; in read() local
DUsbAccessory.java81 public UsbAccessory(@NonNull String manufacturer, @NonNull String model, in UsbAccessory()
106 public UsbAccessory(@NonNull String manufacturer, @NonNull String model, in UsbAccessory()
/frameworks/native/libs/ui/
DDeviceProductInfo.cpp64 if (const auto* model = std::get_if<ModelYear>(&manufactureOrModelDate)) { in dump() local
/frameworks/base/media/java/android/media/voice/
DKeyphraseModelManager.java113 public void updateKeyphraseSoundModel(@NonNull SoundTrigger.KeyphraseSoundModel model) { in updateKeyphraseSoundModel()
/frameworks/base/opengl/java/android/opengl/
DGLU.java148 float[] model, int modelOffset, float[] project, int projectOffset, in gluProject()
214 float[] model, int modelOffset, float[] project, int projectOffset, in gluUnProject()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardLongPressViewModel.kt40 interactor.menu.map { model -> in <lambda>() method
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerUtil.java94 SoundTriggerManager.Model model = null; in getSoundModel() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DDreamClockTimeComplication.java58 public ViewHolder createView(ComplicationViewModel model) { in createView()
DComplication.java249 ViewHolder createView(ComplicationViewModel model); in createView()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DPrinterFilterSamsung.java82 private boolean isSupportedSamsungModel(String model) { in isSupportedSamsungModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java265 ClipboardModel model = ClipboardModel.fromClipData(mContext, mClipboardUtils, data, source); in setClipData() local
297 final ClipboardModel model = mClipboardModel; in setExpandedView() local
380 private void classifyText(ClipboardModel model) { in classifyText()
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java121 KeyphraseSoundModel model = null; in getSoundModel() local
/frameworks/wilhelm/src/itf/
DI3DSource.cpp196 static SLresult I3DSource_SetRolloffModel(SL3DSourceItf self, SLuint8 model) in I3DSource_SetRolloffModel()
226 SLuint8 model = thiz->mDistanceModel; in I3DSource_GetRolloffModel() local

123