HomeSort by relevance Sort by last modified time
    Searched refs:m_bInited (Results 1 - 7 of 7) sorted by null

  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.h 182 int8_t m_bInited; // if postproc is inited
QCameraPostProc.cpp 71 m_bInited(FALSE),
144 m_bInited = TRUE;
161 if (m_bInited == TRUE) {
172 m_bInited = FALSE;
197 if (m_bInited == FALSE) {
313 if (m_bInited == TRUE) {
622 if (m_bInited == FALSE) {
700 if (m_bInited == FALSE) {
730 if (m_bInited == FALSE) {
851 if (m_bInited == FALSE)
    [all...]
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 350 FX_BOOL m_bInited, m_bStarted, m_bJpegTransform;
361 m_bInited = FALSE;
378 if (m_bInited) {
390 m_bInited = TRUE;
396 m_bInited = FALSE;
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 26 m_bInited = FALSE;
47 if (m_bInited) {
60 m_bInited = TRUE;
65 if (m_bInited) {
68 m_bInited = FALSE;
  /external/pdfium/core/include/fxge/
fx_ge.h 721 FX_BOOL m_bInited;

Completed in 102 milliseconds