Home
last modified time | relevance | path

Searched defs:InputStream (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp30 struct InputStream { struct
31 uint8_t* buf;
32 uint32_t size;
33 uint32_t resSize;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket_inputstream.cpp28 InputStream::InputStream(int socketFd) : socketFd_(socketFd) in InputStream() function in OHOS::Bluetooth::InputStream