Searched refs:m_hwdevice_name (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h610 unsigned char m_hwdevice_name[80]; member in class:omx_vdec
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp320 memset (m_hwdevice_name,0,sizeof(m_hwdevice_name));
818 (void)fgets((char *)m_hwdevice_name,sizeof(m_hwdevice_name),m_device_file_ptr);
819 DEBUG_PRINT_HIGH ("\n Name of the device is %s",m_hwdevice_name);
820 min_size = strnlen((const char *)m_hwdevice_name,sizeof(m_hwdevice_name));
824 if (!strncmp("Fluid",(const char *)m_hwdevice_name,min_size)) {

Completed in 13 milliseconds