Searched refs:ostream (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/libril/ |
D | RilSapSocket.cpp | 339 pb_ostream_t ostream; in sendResponse() local 349 ostream = pb_ostream_from_buffer(buffer, buffer_size); in sendResponse() 350 pb_write(&ostream, (uint8_t *)&written_size, sizeof(written_size)); in sendResponse() 351 success = pb_encode(&ostream, MsgHeader_fields, hdr); in sendResponse() 367 hdr->type, hdr->id, buffer_size, PB_GET_ERROR(&ostream)); in sendResponse() 432 pb_ostream_t ostream; in sendDisconnect() local 442 ostream = pb_ostream_from_buffer(buffer, buffer_size); in sendDisconnect() 443 pb_write(&ostream, (uint8_t *)&written_size, sizeof(written_size)); in sendDisconnect() 444 success = pb_encode(&ostream, RIL_SIM_SAP_DISCONNECT_REQ_fields, buffer); in sendDisconnect()
|
/hardware/libhardware/tests/camera2/ |
D | CameraStreamFixture.h | 45 void PrintTo(const CameraStreamParams& p, ::std::ostream* os); 53 inline ::std::ostream& operator<<(::std::ostream& os, const CameraStreamParams &p) { 58 inline void PrintTo(const CameraStreamParams& p, ::std::ostream* os) { in PrintTo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 4535 static void OutputXmlAttribute(std::ostream* stream, 4541 static void OutputXmlCDataSection(::std::ostream* stream, const char* data); 4544 static void OutputXmlTestInfo(::std::ostream* stream, 4549 static void PrintXmlTestCase(::std::ostream* stream, 4553 static void PrintXmlUnitTest(::std::ostream* stream, 4730 void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, in OutputXmlCDataSection() 4750 std::ostream* stream, in OutputXmlAttribute() 4767 void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, in OutputXmlTestInfo() 4817 void XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream* stream, in PrintXmlTestCase() 4843 void XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream* stream, in PrintXmlUnitTest() [all …]
|
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 73 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob); 79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) { in operator <<()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 2138 ::std::ostream& GetStream() { return ::std::cerr; } 3161 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); 3304 inline std::ostream& operator <<(std::ostream& os, const Message& sb) { 9307 ::std::ostream* os); 9326 static void PrintValue(const T& value, ::std::ostream* os) { 9340 static void PrintValue(const T& value, ::std::ostream* os) { 9359 static void PrintValue(const T& value, ::std::ostream* os) { 9409 void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { 9455 void UniversalPrint(const T& value, ::std::ostream* os); 9462 const C& container, ::std::ostream* os) { [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 43 ostream.
|