Home
last modified time | relevance | path

Searched refs:getModel (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/libs/usb/src/com/android/future/usb/
DUsbAccessory.java33 mModel = accessory.getModel(); in UsbAccessory()
54 public String getModel() { in getModel() method in UsbAccessory
108 compare(mModel, accessory.getModel()) && in equals()
DUsbManager.java132 accessory.getManufacturer(),accessory.getModel(), in openAccessory()
153 accessory.getManufacturer(),accessory.getModel(), in hasPermission()
178 accessory.getManufacturer(),accessory.getModel(), in requestPermission()
/frameworks/base/core/java/android/hardware/usb/
DAccessoryFilter.java55 mModel = accessory.getModel(); in AccessoryFilter()
97 if (mModel != null && !acc.getModel().equals(mModel)) return false; in matches()
131 mModel.equals(accessory.getModel()) && in equals()
DUsbAccessory.java129 public @NonNull String getModel() { in getModel() method in UsbAccessory
191 compare(mModel, accessory.getModel()) && in equals()
/frameworks/base/core/java/android/view/
DDisplayAddress.java84 public Long getModel() { in getModel() method in DisplayAddress.Physical
100 final Long model = getModel(); in toString()
/frameworks/base/graphics/java/android/graphics/
DColor.java385 public ColorSpace.Model getModel() { in getModel() method in Color
386 return mColorSpace.getModel(); in getModel()
628 if (mColorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()
630 "color space. The supplied color space is " + mColorSpace.getModel()); in luminance()
1218 if (colorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()
1220 "color space. The supplied color space is " + colorSpace.getModel()); in luminance()
DColorSpace.java950 public Model getModel() { in getModel() method in ColorSpace
1223 if (source.getModel() == Model.RGB && destination.getModel() == Model.RGB) { in connect()
1275 if (source.getModel() == Model.RGB) { in connect()
1333 if (colorSpace.getModel() == Model.RGB) { in adapt()
1426 if (colorSpace.getModel() == Model.RGB) { in match()
3651 source.getModel() == Model.RGB ? adapt(source, ILLUMINANT_D50_XYZ) : source, in Connector()
3652 destination.getModel() == Model.RGB ? in Connector()
3684 boolean srcRGB = source.getModel() == Model.RGB; in computeTransform()
3685 boolean dstRGB = destination.getModel() == Model.RGB; in computeTransform()
4223 if (colorSpace.getModel() != Model.RGB) continue;
[all …]
/frameworks/base/media/java/android/mtp/
DMtpDeviceInfo.java53 public final @NonNull String getModel() { in getModel() method in MtpDeviceInfo
/frameworks/ml/nn/runtime/
DCompilationBuilder.h64 const ModelBuilder* getModel() const { return mModel; } in getModel() function
DExecutionBuilder.h99 const ModelBuilder* getModel() const { return mModel; } in getModel() function
DManager.cpp190 const Model& hidlModel = metaModel.getModel(); in getSupportedOperations()
637 const Model& hidlModel = metaModel.getModel(); in getSupportedOperations()
/frameworks/base/libs/usb/api/
Dcurrent.txt7 method public String getModel();
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp707 sp<Model> model = getModel(handle); in startRecognition()
739 sp<Model> model = getModel(handle); in stopRecognition()
759 sp<Model> model = getModel(handle); in getModelState()
793 sp<Model> model = getModel(recognitionEvent->model); in onCallbackEvent()
813 sp<Model> model = getModel(soundmodelEvent->model); in onCallbackEvent()
840 sp<SoundTriggerHwService::Model> SoundTriggerHwService::Module::getModel( in getModel() function in android::SoundTriggerHwService::Module
DSoundTriggerHalHidl.cpp303 sp<SoundModel> model = getModel(handle); in startRecognition()
359 sp<SoundModel> model = getModel(handle); in stopRecognition()
411 sp<SoundModel> model = getModel(handle); in getModelState()
468 sp<SoundTriggerHalHidl::SoundModel> SoundTriggerHalHidl::getModel(sound_model_handle_t handle) in getModel() function in android::SoundTriggerHalHidl
DSoundTriggerHalHidl.h197 sp<SoundModel> getModel(sound_model_handle_t handle);
DSoundTriggerHwService.h134 sp<Model> getModel(sound_model_handle_t handle);
/frameworks/ml/nn/common/include/
DValidateHal.h92 std::function<const hal::V1_3::Model*(const sp<hal::V1_3::IPreparedModel>&)> getModel,
DMetaModel.h73 const hal::Model& getModel() const { return mHidlModel; } in getModel() function
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java87 textView2.setText(info.getModel()); in getView()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DSourceActivity.java195 && MODEL.equals(accessory.getModel()); in isSink()
/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerManager.java96 public Model getModel(UUID soundModelId) { in getModel() method in SoundTriggerManager
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp250 auto getModel = [](const sp<V1_3::IPreparedModel>& preparedModel) -> const V1_3::Model* { in allocate() local
256 return samplePreparedModel->getModel(); in allocate()
258 if (!validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, getModel, &roles, in allocate()
DSampleDriver.h172 const hal::Model* getModel() const { return &mModel; } in getModel() function
/frameworks/ml/nn/common/
DValidateHal.cpp858 std::function<const V1_3::Model*(const sp<V1_3::IPreparedModel>&)> getModel, in validateMemoryDesc() argument
871 const auto* model = getModel(preparedModel); in validateMemoryDesc()
885 const auto* model = getModel(preparedModel); in validateMemoryDesc()
/frameworks/base/core/java/com/android/internal/usb/
DDumpUtils.java55 dump.write("model", UsbAccessoryProto.MODEL, accessory.getModel()); in writeAccessory()

12