Searched refs:CBinderOutStream (Results 1 – 1 of 1) sorted by relevance
24 class CBinderOutStream: class32 ~CBinderOutStream() { _binder->CloseWrite(); } in ~CBinderOutStream()33 CBinderOutStream(CStreamBinder *binder): _binder(binder) {} in CBinderOutStream() function in CBinderOutStream36 STDMETHODIMP CBinderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()80 CBinderOutStream *outStreamSpec = new CBinderOutStream(this); in CreateStreams()