/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | Android.bp | 27 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentLibrary_V1_0.x… 36 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ComponentTypeSet_V1_0.x… 45 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomain_V1_0… 54 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ConfigurableDomains_V1_… 63 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_FileIncluder_V1_0.xsd", 72 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Parameter_V1_0.xsd", 81 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterFrameworkConfi… 90 …cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_ParameterSettings_V1_0.… 99 cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_Subsystem_V1_0.xsd", 108 … cmd: "cp -f $(in) $(genDir)/audio_policy_engine_configurable_configuration_SystemClass_V1_0.xsd", [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 78 #define _LTOH16_UA(cp) ((cp)[0] | ((cp)[1] << 8)) argument 79 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) argument 80 #define _NTOH16_UA(cp) (((cp)[0] << 8) | (cp)[1]) argument 81 #define _NTOH32_UA(cp) (((cp)[0] << 24) | ((cp)[1] << 16) | ((cp)[2] << 8) | (cp)[3]) argument
|
/hardware/google/pixel/pixelstats/ |
D | UeventListener.cpp | 400 char *cp; in ProcessUevent() local 442 cp = msg; in ProcessUevent() 443 while (*cp) { in ProcessUevent() 445 write(log_fd_, cp, strlen(cp)); in ProcessUevent() 449 if (!strncmp(cp, "DRIVER=", strlen("DRIVER="))) { in ProcessUevent() 450 driver = cp; in ProcessUevent() 451 } else if (!strncmp(cp, "PRODUCT=", strlen("PRODUCT="))) { in ProcessUevent() 452 product = cp; in ProcessUevent() 453 } else if (!strncmp(cp, "MIC_BREAK_STATUS=", strlen("MIC_BREAK_STATUS="))) { in ProcessUevent() 454 mic_break_status = cp; in ProcessUevent() [all …]
|
/hardware/google/gfxstream/scripts/ |
D | generate-apigen-sources.sh | 4 cp -f codegen/gles1/gles1.attrib codegen/gles1/gl.attrib 5 cp -f codegen/gles1/gles1.in codegen/gles1/gl.in 6 cp -f codegen/gles1/gles1.types codegen/gles1/gl.types 13 cp -f codegen/gles2/gles2.attrib codegen/gles2/gl2.attrib 14 cp -f codegen/gles2/gles2.in codegen/gles2/gl2.in 15 cp -f codegen/gles2/gles2.types codegen/gles2/gl2.types
|
D | build-nested-vulkan-loader.sh | 73 cp loader/libvulkan.so loader/libvulkan_gfxstream.so
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | update-android-headers.sh | 22 cp -av ${dest}/system/window.h platform-system-core/libsystem/include/system 30 cp -av \ 44 cp -av platform-hardware-libhardware/include/hardware/{hardware,gralloc,gralloc1,fb}.h ${dest}/hard… 45 cp -av platform-frameworks-native/vulkan/include/hardware/hwvulkan.h ${dest}/hardware 48 cp -av platform-system-core/libcutils/include/cutils/{compiler,log,native_handle,properties,trace}.… 54 cp -av \
|
D | python-venv.sh | 24 cp "$requirements_file" "$venv_req"
|
/hardware/interfaces/camera/provider/2.4/default/ |
D | LegacyCameraProviderImpl_2_4.cpp | 141 LegacyCameraProviderImpl_2_4* cp = const_cast<LegacyCameraProviderImpl_2_4*>( in sCameraDeviceStatusChange() local 143 if (cp == nullptr) { in sCameraDeviceStatusChange() 148 Mutex::Autolock _l(cp->mCbLock); in sCameraDeviceStatusChange() 152 cp->mCameraStatusMap[cameraIdStr] = (camera_device_status_t) new_status; in sCameraDeviceStatusChange() 154 if (cp->mCallbacks == nullptr) { in sCameraDeviceStatusChange() 162 for (auto const& deviceNamePair : cp->mCameraDeviceNames) { in sCameraDeviceStatusChange() 164 cp->mCallbacks->cameraDeviceStatusChange(deviceNamePair.second, status); in sCameraDeviceStatusChange() 173 cp->addDeviceNames(camera_id, status, true); in sCameraDeviceStatusChange() 178 cp->removeDeviceNames(camera_id); in sCameraDeviceStatusChange() 187 LegacyCameraProviderImpl_2_4* cp = const_cast<LegacyCameraProviderImpl_2_4*>( in sTorchModeStatusChange() local [all …]
|
/hardware/interfaces/health/utils/libhealthloop/ |
D | HealthLoop.cpp | 131 char* cp; in UeventEvent() local 141 cp = msg; in UeventEvent() 143 while (*cp) { in UeventEvent() 144 if (!strcmp(cp, "SUBSYSTEM=power_supply")) { in UeventEvent() 150 while (*cp++) in UeventEvent()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/ |
D | update-expectations | 15 cp -f "$output" "$expectation" 18 cp -f gen-validusage/out/validation/validusage.json expectations/validusage.json
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | installRelease | 33 cp $genspec/promoter.html $install/index.html 35 cp -rp $genspec/core $genspec/wsi $genspec/df $install
|
D | gen-script-docs.sh | 31 cp scripts/__init__.py.docs scripts/__init__.py
|
/hardware/interfaces/tv/tuner/assets/ |
D | Android.bp | 16 cmd: "cp -f $(in) $(genDir)/test.es", 25 cmd: "cp -f $(in) $(genDir)/segment000000.ts",
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_misc_utils.cpp | 263 float cr = 0.0, sr = 0.0, cp = 0.0, sp = 0.0, ch = 0.0, sh = 0.0; in Euler2Dcm() local 267 cp = cosf(euler[1]); in Euler2Dcm() 272 dcm[0][0] = cp * ch; in Euler2Dcm() 276 dcm[1][0] = cp * sh; in Euler2Dcm() 281 dcm[2][1] = sr * cp; in Euler2Dcm() 282 dcm[2][2] = cr * cp; in Euler2Dcm()
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_misc_utils.cpp | 263 float cr = 0.0, sr = 0.0, cp = 0.0, sp = 0.0, ch = 0.0, sh = 0.0; in Euler2Dcm() local 267 cp = cosf(euler[1]); in Euler2Dcm() 272 dcm[0][0] = cp * ch; in Euler2Dcm() 276 dcm[1][0] = cp * sh; in Euler2Dcm() 281 dcm[2][1] = sr * cp; in Euler2Dcm() 282 dcm[2][2] = cr * cp; in Euler2Dcm()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 748 bcm_strtoul(const char *cp, char **endp, uint base) in bcm_strtoul() argument 755 while (bcm_isspace(*cp)) in bcm_strtoul() 756 cp++; in bcm_strtoul() 758 if (cp[0] == '+') in bcm_strtoul() 759 cp++; in bcm_strtoul() 760 else if (cp[0] == '-') { in bcm_strtoul() 762 cp++; in bcm_strtoul() 766 if (cp[0] == '0') { in bcm_strtoul() 767 if ((cp[1] == 'x') || (cp[1] == 'X')) { in bcm_strtoul() 769 cp = &cp[2]; in bcm_strtoul() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | compImages.sh | 24 cp images/*.svg $img1 36 cp images/*.svg $img2
|
/hardware/interfaces/usb/1.0/default/ |
D | Usb.cpp | 321 char *cp; in uevent_event() local 332 cp = msg; in uevent_event() 334 while (*cp) { in uevent_event() 335 if (!strcmp(cp, "SUBSYSTEM=dual_role_usb")) { in uevent_event() 336 ALOGE("uevent received %s", cp); in uevent_event() 348 while (*cp++); in uevent_event()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | addscripts.sh | 27 cp $input $output
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | update-expectations | 15 cp -f "$result_file" "expect-$test_name-$tag.adoc"
|
/hardware/interfaces/audio/effect/4.0/xml/ |
D | Android.bp | 17 cmd: "cp -f $(in) $(out)",
|
/hardware/interfaces/audio/effect/2.0/xml/ |
D | Android.bp | 17 cmd: "cp -f $(in) $(genDir)/audio_effects_conf_V2_0.xsd",
|
/hardware/google/pixel-sepolicy/common/vendor/ |
D | file_contexts | 6 /vendor/bin/cp u:object_r:vendor_toolbox_exec:s0
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.cpp | 419 char *cp; in parseUevent() local 438 cp = msg; in parseUevent() 439 while (*cp) { in parseUevent() 440 std::string uevent = cp; in parseUevent() 461 while (*cp++) { in parseUevent()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xmlconfig.c | 620 char *cp; in parseRange() local 622 XSTRDUP(cp, string); in parseRange() 625 sep = strchr(cp, ':'); in parseRange() 627 free(cp); in parseRange() 632 if (!parseValue(&info->range.start, info->type, cp) || in parseRange() 634 free(cp); in parseRange() 639 free(cp); in parseRange() 644 free(cp); in parseRange() 648 free(cp); in parseRange()
|