Home
last modified time | relevance | path

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

123

/hardware/broadcom/libbt/src/
Dupio.c329 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power()
385 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set()
485 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set()
/hardware/google/gfxstream/guest/mesa/src/util/
Dos_file.c23 #define O_WRONLY _O_WRONLY macro
35 int fd = open(filename, O_CREAT | O_EXCL | O_WRONLY, filemode); in os_file_create_unique()
/hardware/interfaces/rebootescrow/aidl/default/
DRebootEscrow.cpp32 int rawFd = TEMP_FAILURE_RETRY(::open(devicePath_.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC)); in storeKey()
/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c196 fd_file = open(WCNSS_CAL_FILE, O_WRONLY in wcnss_read_and_store_cal_data()
300 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
371 fd = open(WCNSS_CTRL, O_WRONLY); in setup_wcnss_parameters()
/hardware/google/aemu/base/include/aemu/base/
Dmsvc.h99 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h56 # define O_WRONLY _O_WRONLY macro
/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c225 fd_file = open(WCNSS_CAL_FILE, O_WRONLY in wcnss_read_and_store_cal_data()
329 wfd = open(WLAN_INI_FILE_DEST, O_WRONLY | O_CREAT | O_TRUNC, 0660); in setup_wlan_config_file()
404 fd = open(WCNSS_CTRL, O_WRONLY); in setup_wcnss_parameters()
631 if ((fp_dst = open(dst, O_WRONLY |O_TRUNC)) < 0) in nvbin_sendfile()
/hardware/qcom/display/msm8084/libqdutils/
Didle_invalidator.cpp66 int fd = open(IDLE_TIME_PATH, O_WRONLY); in init()
/hardware/qcom/display/msm8226/libqdutils/
Didle_invalidator.cpp66 int fd = open(IDLE_TIME_PATH, O_WRONLY); in init()
/hardware/qcom/display/msm8994/libqdutils/
Didle_invalidator.cpp90 int fd = open(IDLE_TIME_PATH, O_WRONLY); in setIdleTimeout()
/hardware/google/graphics/common/libhwc2.1/libvrr/
DFileNode.cpp87 int fd = open(fullPath.c_str(), O_WRONLY, 0); in getFileHandler()
/hardware/qcom/audio/hal/audio_extn/
Dhwdep_cal.c75 fd = open(dev_name, O_WRONLY); in hw_util_open()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_event_logger.c270 out_fp = open(file_name, O_WRONLY | O_CREAT, 0644); in dump_crash_log()
336 out_fp = open(file_name, O_WRONLY | O_CREAT, 0644); in dump_reg_access_hist_log()
483 dis_fp = open(dis_path, O_CREAT | O_SYNC | O_WRONLY, in ssr_copy_log()
/hardware/libhardware/modules/vibrator/
Dvibrator.c55 fd = TEMP_FAILURE_RETRY(open(file, O_WRONLY)); in write_value()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DFileNode.cc63 int flags = O_WRONLY | O_CLOEXEC; in Update()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_hdmi.cpp385 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange()
476 int fd = OpenResolutionFile(O_WRONLY); in RequestNewPage()
710 int fd_mode = Sys::open_(mode_path, O_WRONLY); in SetRefreshRate()
727 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
Dhw_primary.cpp283 int fd = Sys::open_(mode_path.c_str(), O_WRONLY); in SetDisplayAttributes()
317 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
463 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs()
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.c146 null_fd = open("/dev/null", O_WRONLY); in stdio_disable()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_hdmi.cpp469 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange()
560 int fd = OpenResolutionFile(O_WRONLY); in RequestNewPage()
918 int fd_mode = Sys::open_(mode_path, O_WRONLY); in SetRefreshRate()
935 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
996 int fd = Sys::open_(hdr_stream_path, O_WRONLY); in UpdateHDRMetaData()
Dhw_primary.cpp273 int fd = Sys::open_(mode_path.c_str(), O_WRONLY); in SetDisplayAttributes()
307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_hdmi.cpp481 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange()
572 int fd = OpenResolutionFile(O_WRONLY); in RequestNewPage()
930 int fd_mode = Sys::open_(mode_path, O_WRONLY); in SetRefreshRate()
947 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
1008 int fd = Sys::open_(hdr_stream_path, O_WRONLY); in UpdateHDRMetaData()
/hardware/google/aemu/base/include/aemu/base/testing/
DTestTempDir.h139 int fd = ::android_open(path.c_str(), O_WRONLY | O_CREAT, 0744); in makeSubFile()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_hdmi.cpp498 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange()
589 int fd = OpenResolutionFile(O_WRONLY); in RequestNewPage()
947 int fd_mode = Sys::open_(mode_path, O_WRONLY); in SetRefreshRate()
964 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
1110 int fd = Sys::open_(hdr_stream_path, O_WRONLY); in UpdateHDRMetaData()
Dhw_primary.cpp273 int fd = Sys::open_(mode_path.c_str(), O_WRONLY); in SetDisplayAttributes()
307 int fd = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
469 int fd = Sys::open_(node_path, O_WRONLY); in SetIdleTimeoutMs()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_hdmi.cpp497 fd = Sys::open_(data, O_WRONLY); in OnMinHdcpEncryptionLevelChange()
588 int fd = OpenResolutionFile(O_WRONLY); in RequestNewPage()
948 int fd_mode = Sys::open_(mode_path, O_WRONLY); in SetRefreshRate()
965 int fd_node = Sys::open_(node_path, O_WRONLY); in SetRefreshRate()
1111 int fd = Sys::open_(hdr_stream_path, O_WRONLY); in UpdateHDRMetaData()

123