Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/include/eco/
DECOUtils.h53 int32_t mProfile; member
70 mProfile(-1), in SimpleEncoderConfig()
80 mProfile(profile), in SimpleEncoderConfig()
/hardware/interfaces/audio/aidl/default/alsa/
DUtils.h51 alsa_device_profile* getProfile() { return mProfile.get(); } in getProfile()
58 std::unique_ptr<alsa_device_profile> mProfile; variable
DUtils.cpp40 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()
/hardware/google/av/media/eco/
DECOUtils.cpp33 data.setInt32(ENCODER_PROFILE, mProfile); in toEcoData()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h286 const IOProfile *mProfile; // I/O profile this output derives from variable
309 const IOProfile *mProfile; // I/O profile this output derives from variable