Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMicrophoneInfo.h48 mDeviceGroup = characteristic.group; in MicrophoneInfo()
81 RETURN_IF_FAILED(parcel->writeInt32(mDeviceGroup)); in writeToParcel()
110 RETURN_IF_FAILED(parcel->readInt32(&mDeviceGroup)); in readFromParcel()
166 return mDeviceGroup; in getDeviceGroup()
234 int32_t mDeviceGroup; variable