Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMicrophoneInfo.h50 mGeometricLocation.push_back(characteristic.geometric_location.x); in MicrophoneInfo()
51 mGeometricLocation.push_back(characteristic.geometric_location.y); in MicrophoneInfo()
52 mGeometricLocation.push_back(characteristic.geometric_location.z); in MicrophoneInfo()
83 RETURN_IF_FAILED(writeFloatVector(parcel, mGeometricLocation)); in writeToParcel()
112 RETURN_IF_FAILED(readFloatVector(parcel, &mGeometricLocation, 3)); in readFromParcel()
174 return mGeometricLocation; in getGeometricLocation()
236 Vector<float> mGeometricLocation; variable