Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 72) sorted by relevance

123

/device/asus/fugu/bluetooth/
Dbdroid_buildcfg.h27 #define BLE_PRIVACY_SPT FALSE
48 #define BTA_PAN_INCLUDED FALSE
49 #define BNEP_INCLUDED FALSE
50 #define AVDT_INCLUDED FALSE
51 #define PAN_INCLUDED FALSE
52 #define AVCT_INCLUDED FALSE
/device/lge/bullhead/camera/mm-image-codec/qomx_core/
Dqomx_core.c212 if (FALSE == p_core_comp->open) { in OMX_GetHandle()
298 return FALSE; in get_idx_from_handle()
315 return FALSE; in is_comp_active()
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) { in OMX_FreeHandle()
362 p_core_comp->open = FALSE; in OMX_FreeHandle()
Dqomx_core.h41 #define FALSE 0 macro
/device/moto/shamu/camera/mm-image-codec/qomx_core/
Dqomx_core.c210 if (FALSE == p_core_comp->open) { in OMX_GetHandle()
296 return FALSE; in get_idx_from_handle()
313 return FALSE; in is_comp_active()
338 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) { in OMX_FreeHandle()
360 p_core_comp->open = FALSE; in OMX_FreeHandle()
Dqomx_core.h41 #define FALSE 0 macro
/device/huawei/angler/camera/mm-image-codec/qomx_core/
Dqomx_core.c212 if (FALSE == p_core_comp->open) { in OMX_GetHandle()
298 return FALSE; in get_idx_from_handle()
315 return FALSE; in is_comp_active()
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) { in OMX_FreeHandle()
362 p_core_comp->open = FALSE; in OMX_FreeHandle()
Dqomx_core.h41 #define FALSE 0 macro
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp212 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
275 m_bThumbnailNeeded = FALSE; in getFWKJpegEncodeConfig()
355 m_bThumbnailNeeded = FALSE; in getJpegEncodeConfig()
467 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
497 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
523 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
549 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPMetadata()
596 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processRawData()
655 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPData()
879 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in releaseJpegJobData()
[all …]
DQCamera3HWI.h65 #ifndef FALSE
66 #define FALSE 0 macro
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp102 pme->mNotifyTh->sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in superbuf_cb_routine()
209 uint8_t isEncoding = FALSE; in dataNotifyRoutine()
210 uint8_t isActive = FALSE; in dataNotifyRoutine()
232 isEncoding = FALSE; in dataNotifyRoutine()
240 isActive = FALSE; in dataNotifyRoutine()
242 isEncoding = FALSE; in dataNotifyRoutine()
270 isEncoding = FALSE; in dataNotifyRoutine()
279 if ((FALSE == isEncoding) && !pme->mSuperBufQueue.is_empty()) { in dataNotifyRoutine()
282 pme->mDataProcTh->sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in dataNotifyRoutine()
320 uint8_t is_active = FALSE; in dataProcessRoutine()
[all …]
DQCameraStream.cpp276 m_flag_no_cb = FALSE; in QCameraStream()
304 m_flag_no_cb = FALSE; in QCameraStream()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp73 m_bInited(FALSE), in QCameraPostProcessor()
191 m_bInited = FALSE; in deinit()
218 if (m_bInited == FALSE) { in start()
278 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
469 m_bThumbnailNeeded = FALSE; in getJpegEncodingConfig()
731 status = FALSE; in validatePostProcess()
759 if (m_bInited == FALSE) { in processData()
856 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
876 if (m_bInited == FALSE) { in processRawData()
883 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processRawData()
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.cpp73 m_bInited(FALSE), in QCameraPostProcessor()
191 m_bInited = FALSE; in deinit()
218 if (m_bInited == FALSE) { in start()
278 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
469 m_bThumbnailNeeded = FALSE; in getJpegEncodingConfig()
731 status = FALSE; in validatePostProcess()
759 if (m_bInited == FALSE) { in processData()
856 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
876 if (m_bInited == FALSE) { in processRawData()
883 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processRawData()
[all …]
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraPostProc.cpp71 m_bInited(FALSE), in QCameraPostProcessor()
172 m_bInited = FALSE; in deinit()
197 if (m_bInited == FALSE) { in start()
226 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
385 m_bThumbnailNeeded = FALSE; in getJpegEncodingConfig()
622 if (m_bInited == FALSE) { in processData()
681 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
700 if (m_bInited == FALSE) { in processRawData()
707 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processRawData()
730 if (m_bInited == FALSE) { in processJpegEvt()
[all …]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c236 ch_obj->manualZSLSnapshot = FALSE; in mm_channel_process_stream_buf()
260 ch_obj->need3ABracketing = FALSE; in mm_channel_process_stream_buf()
273 ch_obj->isFlashBracketingEnabled = FALSE; in mm_channel_process_stream_buf()
286 ch_obj->isZoom1xFrameRequested = FALSE; in mm_channel_process_stream_buf()
299 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
300 && ch_obj->startZSlSnapshotCalled == FALSE) { in mm_channel_process_stream_buf()
307 ch_obj->needLEDFlash = FALSE; in mm_channel_process_stream_buf()
309 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
314 ch_obj->startZSlSnapshotCalled = FALSE; in mm_channel_process_stream_buf()
315 ch_obj->needLEDFlash = FALSE; in mm_channel_process_stream_buf()
[all …]
Dmm_camera_thread.c95 poll_cb->status = FALSE; in mm_camera_poll_sig_async()
140 poll_cb->status = FALSE; in mm_camera_poll_sig()
152 if (FALSE == poll_cb->status) { in mm_camera_poll_sig()
/device/google/dragon/bluetooth/
Dbdroid_buildcfg.h28 #define PAN_SUPPORTS_ROLE_NAP FALSE
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c244 ch_obj->manualZSLSnapshot = FALSE; in mm_channel_process_stream_buf()
285 ch_obj->isFlashBracketingEnabled = FALSE; in mm_channel_process_stream_buf()
301 ch_obj->isZoom1xFrameRequested = FALSE; in mm_channel_process_stream_buf()
337 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
338 && ch_obj->startZSlSnapshotCalled == FALSE) { in mm_channel_process_stream_buf()
346 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
351 ch_obj->startZSlSnapshotCalled = FALSE; in mm_channel_process_stream_buf()
352 ch_obj->needLEDFlash = FALSE; in mm_channel_process_stream_buf()
394 (ch_obj->manualZSLSnapshot == FALSE) && in mm_channel_process_stream_buf()
398 ch_obj->startZSlSnapshotCalled = FALSE; in mm_channel_process_stream_buf()
[all …]
Dmm_camera_thread.c94 poll_cb->status = FALSE; in mm_camera_poll_sig_async()
140 poll_cb->status = FALSE; in mm_camera_poll_sig()
154 if (FALSE == poll_cb->status) { in mm_camera_poll_sig()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c244 ch_obj->manualZSLSnapshot = FALSE; in mm_channel_process_stream_buf()
285 ch_obj->isFlashBracketingEnabled = FALSE; in mm_channel_process_stream_buf()
301 ch_obj->isZoom1xFrameRequested = FALSE; in mm_channel_process_stream_buf()
337 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
338 && ch_obj->startZSlSnapshotCalled == FALSE) { in mm_channel_process_stream_buf()
346 && (ch_obj->manualZSLSnapshot == FALSE) in mm_channel_process_stream_buf()
351 ch_obj->startZSlSnapshotCalled = FALSE; in mm_channel_process_stream_buf()
352 ch_obj->needLEDFlash = FALSE; in mm_channel_process_stream_buf()
394 (ch_obj->manualZSLSnapshot == FALSE) && in mm_channel_process_stream_buf()
398 ch_obj->startZSlSnapshotCalled = FALSE; in mm_channel_process_stream_buf()
[all …]
Dmm_camera_thread.c94 poll_cb->status = FALSE; in mm_camera_poll_sig_async()
140 poll_cb->status = FALSE; in mm_camera_poll_sig()
154 if (FALSE == poll_cb->status) { in mm_camera_poll_sig()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp245 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
316 m_bThumbnailNeeded = FALSE; in getFWKJpegEncodeConfig()
400 m_bThumbnailNeeded = FALSE; in getJpegEncodeConfig()
546 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
576 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
602 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
629 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPMetadata()
715 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPData()
962 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in releaseJpegJobData()
1002 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in releasePPJobData()
[all …]
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp245 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_START_DATA_PROC, TRUE, FALSE); in start()
316 m_bThumbnailNeeded = FALSE; in getFWKJpegEncodeConfig()
400 m_bThumbnailNeeded = FALSE; in getJpegEncodeConfig()
546 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
576 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
602 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processData()
629 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPMetadata()
715 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in processPPData()
962 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in releaseJpegJobData()
1002 m_dataProcTh.sendCmd(CAMERA_CMD_TYPE_DO_NEXT_JOB, FALSE, FALSE); in releasePPJobData()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_app.c59 if(FALSE == thread_status) { in mm_camera_app_timedwait()
67 thread_status = FALSE; in mm_camera_app_timedwait()
77 if(FALSE == thread_status){ in mm_camera_app_wait()
79 thread_status = FALSE; in mm_camera_app_wait()
302 pme->open_flag = FALSE; in mm_app_close()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_thread.c76 poll_cb->status = FALSE; in mm_camera_poll_sig()
85 if (FALSE == poll_cb->status) { in mm_camera_poll_sig()

123