Home
last modified time | relevance | path

Searched refs:write_requested (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
Dfake_stream.cc363 bool write_requested = stream_utils::IsWriteAccessMode(mode); in WaitForData() local
365 if ((read_requested && !CanRead()) || (write_requested && !CanWrite())) in WaitForData()
370 if (write_requested && IsWriteBufferFull()) in WaitForData()
375 write_requested, delay_output_until_, &mode, &delay); in WaitForData()
386 bool write_requested = stream_utils::IsWriteAccessMode(in_mode); in WaitForDataBlocking() local
388 if ((read_requested && !CanRead()) || (write_requested && !CanWrite())) in WaitForDataBlocking()
393 write_requested, delay_output_until_, out_mode, &delay); in WaitForDataBlocking()
/external/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_sip_svc.c116 fpga_config_buffers[i].write_requested = 0; in mark_last_buffer_xfer_completed()
172 if (fpga_config_buffers[i].write_requested != 0) { in intel_fpga_config_completed_write()
208 fpga_config_buffers[i].write_requested = 0; in intel_fpga_config_start()
230 if (!fpga_config_buffers[i].write_requested) in is_fpga_config_buffer_full()
260 if (!fpga_config_buffers[j].write_requested) { in intel_fpga_config_write()
264 fpga_config_buffers[j].write_requested = 1; in intel_fpga_config_write()
/external/arm-trusted-firmware/plat/intel/soc/common/include/
Dsocfpga_sip_svc.h64 uint32_t write_requested; member