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