Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_media_MicrophoneInfo.cpp61 if (microphoneInfo->getGeometricLocation().size() != 3 || in convertMicrophoneInfoFromNative()
68 microphoneInfo->getGeometricLocation()[0], in convertMicrophoneInfoFromNative()
69 microphoneInfo->getGeometricLocation()[1], in convertMicrophoneInfoFromNative()
70 microphoneInfo->getGeometricLocation()[2]); in convertMicrophoneInfoFromNative()
/frameworks/av/include/media/
DMicrophoneInfo.h173 const Vector<float>& getGeometricLocation() const { in getGeometricLocation() function