Searched refs:Receiver (Results 1 - 4 of 4) sorted by relevance

/system/core/libmemunreachable/
H A DScopedPipe.h60 int Receiver() { return pipefd_[0]; } function in class:ScopedPipe
64 int ret = Receiver();
H A DLeakPipe.h67 if (!SendFd(sv_[1], pipe.Receiver())) {
184 LeakPipeReceiver& Receiver() { function in class:LeakPipe
H A DMemUnreachable.cpp391 ok = ok && pipe.Receiver().Receive(&info.num_allocations);
392 ok = ok && pipe.Receiver().Receive(&info.allocation_bytes);
393 ok = ok && pipe.Receiver().Receive(&info.num_leaks);
394 ok = ok && pipe.Receiver().Receive(&info.leak_bytes);
395 ok = ok && pipe.Receiver().ReceiveVector(info.leaks);
/system/core/libmemunreachable/tests/
H A DThreadCapture_test.cpp193 EXPECT_EQ(1, TEMP_FAILURE_RETRY(read(stop_pipe.Receiver(), &buf, 1))) << strerror(errno);
200 ASSERT_EQ(1, TEMP_FAILURE_RETRY(read(start_pipe.Receiver(), &buf, 1))) << strerror(errno);
341 ASSERT_EQ(1, TEMP_FAILURE_RETRY(read(pipe.Receiver(), &buf, 1)));

Completed in 126 milliseconds