Searched refs:mProfile (Results 1 – 5 of 5) sorted by relevance
53 int32_t mProfile; member70 mProfile(-1), in SimpleEncoderConfig()80 mProfile(profile), in SimpleEncoderConfig()
51 alsa_device_profile* getProfile() { return mProfile.get(); } in getProfile()58 std::unique_ptr<alsa_device_profile> mProfile; variable
40 DeviceProxy::DeviceProxy() : mProfile(nullptr), mProxy(nullptr, alsaProxyDeleter) {} in DeviceProxy()43 : mProfile(new alsa_device_profile), mProxy(new alsa_device_proxy, alsaProxyDeleter) { in DeviceProxy()44 profile_init(mProfile.get(), deviceProfile.direction); in DeviceProxy()45 mProfile->card = deviceProfile.card; in DeviceProxy()46 mProfile->device = deviceProfile.device; in DeviceProxy()
33 data.setInt32(ENCODER_PROFILE, mProfile); in toEcoData()
286 const IOProfile *mProfile; // I/O profile this output derives from variable309 const IOProfile *mProfile; // I/O profile this output derives from variable