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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 115 OutputStream streamOut;
136 streamOut = receiverSocket.getOutputStream();
167 streamOut.write(response.getBytes(), 0, response.length());
172 streamOut.write(RESPONSE_ERR.getBytes(), 0, RESPONSE_ERR.length());
  /frameworks/av/media/codec2/vndk/util/
C2Debug.cpp 249 std::ostream& streamOut(std::ostream& os) const;
253 std::ostream& C2FieldSupportedValuesHelper<T>::Impl::streamOut(std::ostream& os) const {
268 return i._mImpl->streamOut(os);
C2InterfaceUtils.cpp 328 std::ostream& streamOut(std::ostream& os) const;
    [all...]
  /external/icu/icu4c/source/i18n/
fmtable.cpp 827 static void streamOut(ostream& stream, const Formattable& obj);
837 FormattableStreamer::streamOut(ostream& stream, const Formattable& obj)
872 FormattableStreamer::streamOut(stream, array[i]);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_dx.h     [all...]

Completed in 486 milliseconds