Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbcamera/
DStream.cpp76 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()
DStream.h42 const char* typeToString(int type);
/hardware/libhardware/modules/camera/
DStream.cpp93 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()
DStream.h45 const char* typeToString(int type);
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js769 …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