Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMicrophoneInfo.h41 mGeometricLocation.push_back(characteristic.geometric_location.x); in MicrophoneInfo()
42 mGeometricLocation.push_back(characteristic.geometric_location.y); in MicrophoneInfo()
43 mGeometricLocation.push_back(characteristic.geometric_location.z); in MicrophoneInfo()
79 parcelable->geometricLocation = mGeometricLocation; in writeToParcelable()
111 mGeometricLocation = parcelable.geometricLocation; in readFromParcelable()
162 return mGeometricLocation; in getGeometricLocation()
201 std::vector<float> mGeometricLocation; variable