Searched refs:typeToString (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/modules/usbcamera/ |
D | Stream.cpp | 76 const char* Stream::typeToString(int type) { in typeToString() function in usb_camera_hal::Stream 140 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream() 141 s->stream_type, typeToString(mStream->stream_type), mStream->stream_type); in isValidReuseStream() 167 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/ |
D | Stream.cpp | 93 const char* Stream::typeToString(int type) in typeToString() function in default_camera_hal::Stream 165 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream() 166 s->stream_type, typeToString(mType), mType); in isValidReuseStream() 227 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mType); in dump()
|
D | Stream.h | 45 const char* typeToString(int type);
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
D | xml2js.js | 769 …console.log(' Error: parameter ' + paramName + ' has invalid type ' + typeToString(paramSpec.type… 775 console.log(' Error: returns invalid type ' + typeToString(methodSpec.return.type)); 787 …console.log('Error: ' + varName + ' is of invalid type ' + typeToString(varSpec.type) + '.' + msgA… 832 function typeToString(type) { function
|