Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Dplatform_info.c651 microphone.geometric_location.x = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
652 microphone.geometric_location.y = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
653 microphone.geometric_location.z = AUDIO_MICROPHONE_COORDINATE_UNKNOWN; in process_microphone_characteristic()
767 float geometric_location[3]; in process_microphone_characteristic() local
770 geometric_location[idx++] = atof(token); in process_microphone_characteristic()
781 microphone.geometric_location.x = geometric_location[0]; in process_microphone_characteristic()
782 microphone.geometric_location.y = geometric_location[1]; in process_microphone_characteristic()
783 microphone.geometric_location.z = geometric_location[2]; in process_microphone_characteristic()
/hardware/interfaces/audio/core/all-versions/default/util/
DCoreUtils.cpp91 micInfo->position.x = halMicInfo.geometric_location.x; in microphoneInfoFromHal()
92 micInfo->position.y = halMicInfo.geometric_location.y; in microphoneInfoFromHal()
93 micInfo->position.z = halMicInfo.geometric_location.z; in microphoneInfoFromHal()
145 halMicInfo->geometric_location.x = micInfo.position.x; in microphoneInfoToHal()
146 halMicInfo->geometric_location.y = micInfo.position.y; in microphoneInfoToHal()
147 halMicInfo->geometric_location.z = micInfo.position.z; in microphoneInfoToHal()