HomeSort by relevance Sort by last modified time
    Searched refs:GetPipe (Results 1 - 12 of 12) sorted by null

  /external/libbrillo/brillo/
process_unittest.cc 204 EXPECT_EQ(-1, process_.GetPipe(STDERR_FILENO));
206 int pipe_fd = process_.GetPipe(STDERR_FILENO);
208 EXPECT_EQ(-1, process_.GetPipe(STDOUT_FILENO));
209 EXPECT_EQ(-1, process_.GetPipe(STDIN_FILENO));
232 EXPECT_EQ(-1, process_.GetPipe(STDOUT_FILENO));
234 int pipe_fd = process_.GetPipe(STDOUT_FILENO);
236 EXPECT_EQ(-1, process_.GetPipe(STDERR_FILENO));
237 EXPECT_EQ(-1, process_.GetPipe(STDIN_FILENO));
250 int write_fd = process_.GetPipe(STDIN_FILENO);
251 EXPECT_EQ(-1, process_.GetPipe(STDERR_FILENO))
    [all...]
process.h 114 virtual int GetPipe(int child_fd) = 0;
178 virtual int GetPipe(int child_fd);
process_mock.h 33 MOCK_METHOD1(GetPipe, int(int child_fd));
process.cc 130 int ProcessImpl::GetPipe(int child_fd) {
  /system/update_engine/common/
subprocess.cc 192 record->stdout_fd = record->proc.GetPipe(STDOUT_FILENO);
230 return pid_record->second->proc.GetPipe(fd);
262 int fd = proc.GetPipe(STDOUT_FILENO);
http_fetcher_unittest.cc 132 http_server->GetPipe(STDOUT_FILENO), false /* own */, nullptr);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 107 uint32_t GetPipe(HWBlockType hw_block_id, bool need_scale);
resource_default.cpp 236 left_index = GetPipe(hw_block_id, need_scale);
261 right_index = GetPipe(hw_block_id, need_scale);
388 uint32_t ResourceDefault::GetPipe(HWBlockType hw_block_id, bool need_scale) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 113 uint32_t GetPipe(HWBlockType hw_block_id, bool need_scale);
resource_default.cpp 267 left_index = GetPipe(hw_block_id, need_scale);
292 right_index = GetPipe(hw_block_id, need_scale);
425 uint32_t ResourceDefault::GetPipe(HWBlockType hw_block_id, bool need_scale) {
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.h 113 uint32_t GetPipe(HWBlockType hw_block_id, bool need_scale);
resource_default.cpp 267 left_index = GetPipe(hw_block_id, need_scale);
292 right_index = GetPipe(hw_block_id, need_scale);
425 uint32_t ResourceDefault::GetPipe(HWBlockType hw_block_id, bool need_scale) {

Completed in 317 milliseconds