/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyDevController.java | 81 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 …]
|
D | HardwareConfig.java | 197 public int compareTo(HardwareConfig hw) { in compareTo() argument 199 String two = hw.toString(); in compareTo()
|
D | RIL.java | 6545 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/ |
D | CpuOperationUtils.h | 128 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/ |
D | ld.config.txt | 79 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/ |
D | android.hardware.neuralnetworks@1.3-service-sample-all.rc | 1 service neuralnetworks_hal_service_sample_all /vendor/bin/hw/android.hardware.neuralnetworks@1.3-se…
|
D | android.hardware.neuralnetworks@1.3-service-sample-quant.rc | 1 service neuralnetworks_hal_service_sample_quant /vendor/bin/hw/android.hardware.neuralnetworks@1.3-…
|
D | android.hardware.neuralnetworks@1.3-service-sample-minimal.rc | 1 service neuralnetworks_hal_service_sample_minimal /vendor/bin/hw/android.hardware.neuralnetworks@1.…
|
D | android.hardware.neuralnetworks@1.3-service-sample-float-slow.rc | 1 service neuralnetworks_hal_service_sample_float_slow /vendor/bin/hw/android.hardware.neuralnetworks…
|
D | android.hardware.neuralnetworks@1.3-service-sample-float-fast.rc | 1 service neuralnetworks_hal_service_sample_float_fast /vendor/bin/hw/android.hardware.neuralnetworks…
|
/frameworks/native/services/bufferhub/ |
D | android.frameworks.bufferhub@1.0-service.rc | 1 service system_bufferhub /system/bin/hw/android.frameworks.bufferhub@1.0-service
|
D | Android.bp | 51 relative_install_path: "hw",
|
/frameworks/av/services/mediacodec/ |
D | android.hardware.media.omx@1.0-service.rc | 1 service vendor.media.omx /vendor/bin/hw/android.hardware.media.omx@1.0-service
|
D | Android.mk | 49 LOCAL_MODULE_RELATIVE_PATH := hw
|
/frameworks/av/media/codec2/hidl/services/ |
D | android.hardware.media.c2@1.0-service.rc | 1 service android-hardware-media-c2-hal-1-0 /vendor/bin/hw/android.hardware.media.c2@1.0-service
|
D | Android.bp | 11 relative_install_path: "hw",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | android.hardware.drm@1.2-service.clearkey.rc | 1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service.clearkey
|
D | android.hardware.drm@1.2-service-lazy.clearkey.rc | 1 service vendor.drm-clearkey-hal-1-2 /vendor/bin/hw/android.hardware.drm@1.2-service-lazy.clearkey
|
D | Android.bp | 38 relative_install_path: "hw",
|
/frameworks/native/vulkan/nulldrv/ |
D | Android.bp | 19 relative_install_path: "hw",
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleForeground.java | 339 final RecordingCanvas hw = (RecordingCanvas) c; in draw() local 340 drawHardware(hw, p); in draw()
|
/frameworks/ml/nn/driver/sample/ |
D | Android.bp | 58 relative_install_path: "hw",
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 493 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/ |
D | update_rs_prebuilts.sh | 16 NUM_CORES=`sysctl -n hw.ncpu`
|