Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyDevController.java87 HardwareConfig hw = new HardwareConfig(hwString); in initFromResource() local
88 if (hw != null) { in initFromResource()
89 if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_MODEM) { in initFromResource()
90 updateOrInsert(hw, mModems); in initFromResource()
91 } else if (hw.type == HardwareConfig.DEV_HARDWARE_TYPE_SIM) { in initFromResource()
92 updateOrInsert(hw, mSims); in initFromResource()
147 private static void updateOrInsert(HardwareConfig hw, ArrayList<HardwareConfig> list) { in updateOrInsert() argument
154 if (item.uuid.compareTo(hw.uuid) == 0) { in updateOrInsert()
160 if (DBG) logd("updateOrInsert: inserting: " + hw); in updateOrInsert()
161 list.add(hw); in updateOrInsert()
[all …]
DHardwareConfig.java199 public int compareTo(HardwareConfig hw) { in compareTo() argument
201 String two = hw.toString(); in compareTo()
DRIL.java5773 HardwareConfig hw; in convertHalHwConfigList() local
5785 hw = new HardwareConfig(type); in convertHalHwConfigList()
5787 hw.assignModem(hwRil.uuid, hwRil.state, hwModem.rilModel, hwModem.rat, in convertHalHwConfigList()
5792 hw = new HardwareConfig(type); in convertHalHwConfigList()
5793 hw.assignSim(hwRil.uuid, hwRil.state, hwRil.sim.get(0).modemUuid); in convertHalHwConfigList()
5802 response.add(hw); in convertHalHwConfigList()
/frameworks/ml/nn/common/include/
DCpuOperationUtils.h110 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNchwToNhwc() local
112 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertNchwToNhwc()
129 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertNhwcToNchw() local
130 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertNhwcToNchw()
/frameworks/av/apex/
Dld.config.txt71 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
93 namespace.sphal.permitted.paths += /odm/${LIB}/hw
95 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
97 namespace.sphal.permitted.paths += /system/vendor/${LIB}/hw
100 namespace.sphal.permitted.paths += /system/${LIB}/vndk-sp${VNDK_VER}/hw
109 namespace.sphal.asan.permitted.paths += /data/asan/odm/${LIB}/hw
110 namespace.sphal.asan.permitted.paths += /odm/${LIB}/hw
113 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}/hw
114 namespace.sphal.asan.permitted.paths += /vendor/${LIB}/hw
118 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.2-service-sample-quant.rc1 service neuralnetworks_hal_service_sample_quant /vendor/bin/hw/android.hardware.neuralnetworks@1.2-…
Dandroid.hardware.neuralnetworks@1.2-service-sample-minimal.rc1 service neuralnetworks_hal_service_sample_minimal /vendor/bin/hw/android.hardware.neuralnetworks@1.…
Dandroid.hardware.neuralnetworks@1.2-service-sample-all.rc1 service neuralnetworks_hal_service_sample_all /vendor/bin/hw/android.hardware.neuralnetworks@1.2-se…
Dandroid.hardware.neuralnetworks@1.2-service-sample-float-fast.rc1 service neuralnetworks_hal_service_sample_float_fast /vendor/bin/hw/android.hardware.neuralnetworks…
Dandroid.hardware.neuralnetworks@1.2-service-sample-float-slow.rc1 service neuralnetworks_hal_service_sample_float_slow /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.bp53 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.mk51 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.bp5 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.cpp426 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertToNhwcImpl() local
428 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertToNhwcImpl()
441 for (uint32_t hw = 0; hw < spatialSize; hw++) { in convertFromNhwcImpl() local
442 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`
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dfull_mac_build.sh72 NUM_MAKE_JOBS=$(/usr/sbin/sysctl -n hw.ncpu)