Home
last modified time | relevance | path

Searched refs:is_activated (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dv4l2_device.cpp121 if (is_activated ()) { in set_mem_type()
132 if (is_activated ()) { in set_buffer_count()
223 XCAM_FAIL_RETURN (ERROR, !is_activated (), XCAM_RETURN_ERROR_PARAM, in set_format()
373 if (is_activated ()) { in get_format()
459 XCAM_ASSERT (!is_activated()); in request_buffer()
587 if (!is_activated()) { in dequeue_buffer()
Dv4l2_device.h62 bool is_activated () const { in is_activated() function