Home
last modified time | relevance | path

Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbcamera/
DStream.cpp78 const char* Stream::typeToString(int type) { in typeToString() function in usb_camera_hal::Stream
142 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream()
143 s->stream_type, typeToString(mStream->stream_type), mStream->stream_type); in isValidReuseStream()
169 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mStream->stream_type), mStream->stream_type); in dump()
DStream.h42 const char* typeToString(int type);
/hardware/libhardware/modules/camera/3_0/
DStream.cpp94 const char* Stream::typeToString(int type) in typeToString() function in default_camera_hal::Stream
166 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream()
167 s->stream_type, typeToString(mType), mType); in isValidReuseStream()
228 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mType); in dump()
DStream.h45 const char* typeToString(int type);