Searched refs:ISV_COMPONENT_LOCK_DEBUG (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/utils/ISV/base/ |
D | isv_processor.cpp | 283 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/ |
D | isv_processor.h | 28 #define ISV_COMPONENT_LOCK_DEBUG 0 macro
|