/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyDevController.java | 87 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 …]
|
D | HardwareConfig.java | 199 public int compareTo(HardwareConfig hw) { in compareTo() argument 201 String two = hw.toString(); in compareTo()
|
D | RIL.java | 5773 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/ |
D | CpuOperationUtils.h | 110 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/ |
D | ld.config.txt | 71 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/ |
D | android.hardware.neuralnetworks@1.2-service-sample-quant.rc | 1 service neuralnetworks_hal_service_sample_quant /vendor/bin/hw/android.hardware.neuralnetworks@1.2-…
|
D | android.hardware.neuralnetworks@1.2-service-sample-minimal.rc | 1 service neuralnetworks_hal_service_sample_minimal /vendor/bin/hw/android.hardware.neuralnetworks@1.…
|
D | android.hardware.neuralnetworks@1.2-service-sample-all.rc | 1 service neuralnetworks_hal_service_sample_all /vendor/bin/hw/android.hardware.neuralnetworks@1.2-se…
|
D | android.hardware.neuralnetworks@1.2-service-sample-float-fast.rc | 1 service neuralnetworks_hal_service_sample_float_fast /vendor/bin/hw/android.hardware.neuralnetworks…
|
D | android.hardware.neuralnetworks@1.2-service-sample-float-slow.rc | 1 service neuralnetworks_hal_service_sample_float_slow /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 | 53 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 | 51 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 | 5 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 | 426 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/ |
D | update_rs_prebuilts.sh | 16 NUM_CORES=`sysctl -n hw.ncpu`
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | full_mac_build.sh | 72 NUM_MAKE_JOBS=$(/usr/sbin/sysctl -n hw.ncpu)
|