Searched refs:rawDeviceType (Results 1 – 1 of 1) sorted by relevance
116 uint32_t rawDeviceType; in readFromParcel() local117 if ((status = parcel->readUint32(&rawDeviceType)) != NO_ERROR) return status; in readFromParcel()118 mType = static_cast<audio_devices_t>(rawDeviceType); in readFromParcel()