Home | History | Annotate | Download | only in libcamera

Lines Matching refs:m_sensorEntity

657     m_sensorEntity = NULL;
869 m_sensorEntity = exynos_media_get_entity_by_name(m_media, node, strlen(node));
870 ALOGV("DEBUG(%s):m_sensorEntity : 0x%p", __func__, m_sensorEntity);
902 ALOGV("DEBUG(%s):sensor_sd : numlink : %d", __func__, m_sensorEntity->num_links);
913 links = m_sensorEntity->links;
915 links->source->entity != m_sensorEntity ||