Searched refs:mDeviceLocation (Results 1 – 1 of 1) sorted by relevance
47 mDeviceLocation = characteristic.location; in MicrophoneInfo()80 RETURN_IF_FAILED(parcel->writeInt32(mDeviceLocation)); in writeToParcel()109 RETURN_IF_FAILED(parcel->readInt32(&mDeviceLocation)); in readFromParcel()162 return mDeviceLocation; in getDeviceLocation()233 int32_t mDeviceLocation; variable