Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/modules/usbcamera/ |
D | Stream.cpp | 78 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()
|
D | Stream.h | 42 const char* typeToString(int type);
|
/hardware/libhardware/modules/camera/3_0/ |
D | Stream.cpp | 94 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()
|
D | Stream.h | 45 const char* typeToString(int type);
|