Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java81 HardwareConfig hw = new HardwareConfig(hwString); in initFromResource() local
82 if (hw != null) { in initFromResource()
83 if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_MODEM) { in initFromResource()
84 updateOrInsert(hw, mModems); in initFromResource()
85 } else if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_SIM) { in initFromResource()
86 updateOrInsert(hw, mSims); in initFromResource()
141 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { in updateOrInsert() argument
148 if (item.uuid.compareTo(hw.uuid) == 0) { in updateOrInsert()
154 if (DBG) logd("updateOrInsert: inserting: " + hw); in updateOrInsert()
155 list.add(hw); in updateOrInsert()
[all …]
DHardwareConfig.java197 public int compareTo(HardwareConfig hw) { in compareTo() argument
199 String two = hw.toString(); in compareTo()
DRIL.java6545 HardwareConfig hw; in convertHalHwConfigList() local
6557 hw = new HardwareConfig(type); in convertHalHwConfigList()
6559 hw.assignModem(hwRil.uuid, hwRil.state, hwModem.rilModel, hwModem.rat, in convertHalHwConfigList()
6564 hw = new HardwareConfig(type); in convertHalHwConfigList()
6565 hw.assignSim(hwRil.uuid, hwRil.state, hwRil.sim.get(0).modemUuid); in convertHalHwConfigList()
6574 response.add(hw); in convertHalHwConfigList()
/frameworks/ml/nn/common/include/
DCpuOperationUtils.h128 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNchwToNhwc() local
130 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertNchwToNhwc()
147 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNhwcToNchw() local
148 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertNhwcToNchw()
/frameworks/av/apex/
Dld.config.txt79 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
101 namespace.sphal.permitted.paths += /odm/${LIB}/hw
103 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
105 namespace.sphal.permitted.paths += /system/vendor/${LIB}/hw
108 namespace.sphal.permitted.paths += /system/${LIB}/vndk-sp${VNDK_VER}/hw
117 namespace.sphal.asan.permitted.paths += /data/asan/odm/${LIB}/hw
118 namespace.sphal.asan.permitted.paths += /odm/${LIB}/hw
121 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}/hw
122 namespace.sphal.asan.permitted.paths += /vendor/${LIB}/hw
126 namespace.sphal.asan.permitted.paths += /data/asan/system/${LIB}/vndk-sp${VNDK_VER}/hw
[all …]
/frameworks/ml/nn/driver/sample/config/
Dandroid.hardware.neuralnetworks@1.3-service-sample-all.rc1 service neuralnetworks_hal_service_sample_all /vendor/bin/hw/android.hardware.neuralnetworks@1.3-se…
Dandroid.hardware.neuralnetworks@1.3-service-sample-quant.rc1 service neuralnetworks_hal_service_sample_quant /vendor/bin/hw/android.hardware.neuralnetworks@1.3-…
Dandroid.hardware.neuralnetworks@1.3-service-sample-minimal.rc1 service neuralnetworks_hal_service_sample_minimal /vendor/bin/hw/android.hardware.neuralnetworks@1.…
Dandroid.hardware.neuralnetworks@1.3-service-sample-float-slow.rc1 service neuralnetworks_hal_service_sample_float_slow /vendor/bin/hw/android.hardware.neuralnetworks…
Dandroid.hardware.neuralnetworks@1.3-service-sample-float-fast.rc1 service neuralnetworks_hal_service_sample_float_fast /vendor/bin/hw/android.hardware.neuralnetworks…
/frameworks/native/services/bufferhub/
Dandroid.frameworks.bufferhub@1.0-service.rc1 service system_bufferhub /system/bin/hw/android.frameworks.bufferhub@1.0-service
DAndroid.bp51 relative_install_path: "hw",
/frameworks/av/services/mediacodec/
Dandroid.hardware.media.omx@1.0-service.rc1 service vendor.media.omx /vendor/bin/hw/android.hardware.media.omx@1.0-service
DAndroid.mk49 LOCAL_MODULE_RELATIVE_PATH := hw
/frameworks/av/media/codec2/hidl/services/
Dandroid.hardware.media.c2@1.0-service.rc1 service android-hardware-media-c2-hal-1-0 /vendor/bin/hw/android.hardware.media.c2@1.0-service
DAndroid.bp11 relative_install_path: "hw",
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
Dandroid.hardware.drm@1.2-service.clearkey.rc1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service.clearkey
Dandroid.hardware.drm@1.2-service-lazy.clearkey.rc1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service-lazy.clearkey
DAndroid.bp38 relative_install_path: "hw",
/frameworks/native/vulkan/nulldrv/
DAndroid.bp19 relative_install_path: "hw",
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java339 final RecordingCanvas hw = (RecordingCanvas) c; in draw() local
340 drawHardware(hw, p); in draw()
/frameworks/ml/nn/driver/sample/
DAndroid.bp58 relative_install_path: "hw",
/frameworks/ml/nn/common/
DCpuExecutor.cpp493 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertToNhwcImpl() local
495 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertToNhwcImpl()
508 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertFromNhwcImpl() local
509 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertFromNhwcImpl()
/frameworks/rs/
Dupdate_rs_prebuilts.sh16 NUM_CORES=`sysctl -n hw.ncpu`