Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp283 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqiring mInputLock", __func__); in getBufForFirmwareInput()
285 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqired mInputLock", __func__); in getBufForFirmwareInput()
293 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: releasing mInputLock", __func__); in getBufForFirmwareInput()
298 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqiring mOutputLock", __func__); in getBufForFirmwareInput()
300 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqired mOutputLock", __func__); in getBufForFirmwareInput()
311 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: releasing mOutputLock", __func__); in getBufForFirmwareInput()
546 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqiring mInputLock", __func__); in addInput()
548 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqired mInputLock", __func__); in addInput()
557 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: releasing mInputLock", __func__); in addInput()
582 ALOGD_IF(ISV_COMPONENT_LOCK_DEBUG, "%s: acqiring mOutputLock", __func__); in addOutput()
[all …]
/hardware/intel/common/utils/ISV/include/
Disv_processor.h28 #define ISV_COMPONENT_LOCK_DEBUG 0 macro