Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 30) sorted by relevance

12

/system/media/alsa_utils/
Dalsa_device_profile.c61 static void profile_reset(alsa_device_profile* profile) in profile_reset()
76 void profile_init(alsa_device_profile* profile, int direction) in profile_init()
82 bool profile_is_initialized(alsa_device_profile* profile) in profile_is_initialized()
87 bool profile_is_valid(alsa_device_profile* profile) { in profile_is_valid()
91 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device) { in profile_is_cached_for()
95 void profile_decache(alsa_device_profile* profile) { in profile_decache()
110 unsigned profile_calc_min_period_size(alsa_device_profile* profile, unsigned sample_rate) in profile_calc_min_period_size()
126 unsigned int profile_get_period_size(alsa_device_profile* profile, unsigned sample_rate) in profile_get_period_size()
136 unsigned profile_get_default_sample_rate(alsa_device_profile* profile) in profile_get_default_sample_rate()
145 bool profile_is_sample_rate_valid(alsa_device_profile* profile, unsigned rate) in profile_is_sample_rate_valid()
[all …]
Dalsa_device_proxy.c42 void proxy_prepare(alsa_device_proxy * proxy, alsa_device_profile* profile, in proxy_prepare()
99 alsa_device_profile* profile = proxy->profile; in proxy_open() local
/system/connectivity/shill/test-scripts/
Dget-profile-entry28 profile = flim.FindElementByNameSubstring('Profile', profile_name) variable
/system/connectivity/shill/ethernet/
Dethernet_eap_provider.cc40 const ProfileRefPtr& profile) { in CreateServicesFromProfile()
67 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
/system/connectivity/shill/
Dmanager.cc300 for (const auto& profile : profiles_) { in Stop() local
389 ProfileRefPtr profile; in CreateProfile() local
422 for (const auto& profile : profiles_) { in HasProfile() local
439 ProfileRefPtr profile; in PushProfileInternal() local
645 ProfileRefPtr profile; in RemoveProfile() local
832 bool Manager::HandleProfileEntryDeletion(const ProfileRefPtr& profile, in HandleProfileEntryDeletion()
857 for (const auto& profile : profiles_) { in GetLoadableProfileEntriesForService() local
868 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in GetServiceWithStorageIdentifier()
882 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
977 for (const auto& profile : profiles_) { in IsProfileBefore() local
[all …]
Dprofile_unittest.cc77 ProfileRefPtr profile( in ProfileInitStorage() local
204 ProfileRefPtr profile(new Profile( in TEST_F() local
218 ProfileRefPtr profile(new Profile( in TEST_F() local
410 ProfileRefPtr profile(new Profile( in TEST_F() local
Dmanager_unittest.cc207 void AdoptProfile(Manager* manager, ProfileRefPtr profile) { in AdoptProfile()
228 Profile* profile(new Profile( in CreateProfileForManager() local
292 scoped_refptr<MockProfile> profile( in AddNamedMockProfileToManager() local
608 MockProfile* profile = in TEST_F() local
629 MockProfile* profile = in TEST_F() local
651 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() local
701 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() local
731 ProfileRefPtr profile(CreateProfileForManager(&manager)); in TEST_F() local
839 ProfileRefPtr profile(new Profile( in TEST_F() local
851 ProfileRefPtr profile( in TEST_F() local
[all …]
Dservice_property_change_test.cc167 scoped_refptr<MockProfile> profile( in TestCustomSetterNoopChange() local
Dprofile.cc362 for (const auto& profile : profiles) { in SaveUserProfileList() local
Dservice.cc1184 const ProfileRefPtr& Service::profile() const { return profile_; } in profile() function in shill::Service
1600 bool Service::SetProfileRpcId(const string& profile, Error* error) { in SetProfileRpcId()
/system/connectivity/shill/cellular/
Dcellular_service_unittest.cc233 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() local
264 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() local
302 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() local
526 ProfileRefPtr profile(new NiceMock<MockProfile>(nullptr, nullptr, nullptr)); in TEST_F() local
Dcellular_capability_classic_unittest.cc405 ProfileRefPtr profile(new NiceMock<MockProfile>( in TEST_F() local
/system/media/alsa_utils/include/
Dalsa_device_proxy.h25 alsa_device_profile* profile; member
/system/bt/profile/src/
Dmanager.c73 void profile_register(const profile_t *profile) { in profile_register()
/system/connectivity/shill/vpn/
Dvpn_provider_unittest.cc271 scoped_refptr<MockProfile> profile( in TEST_F() local
335 scoped_refptr<MockProfile> profile( in TEST_F() local
Dvpn_provider.cc191 void VPNProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile()
324 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
Dvpn_service_unittest.cc332 scoped_refptr<MockProfile> profile( in TEST_F() local
348 scoped_refptr<MockProfile> profile( in TEST_F() local
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.cc47 Profile* profile) in ChromeosProfileDBusAdaptor()
Dchromeos_dbus_control.cc176 Profile* profile) { in CreateProfileAdaptor()
/system/connectivity/shill/binder/
Dbinder_control.cc113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()
/system/connectivity/shill/wifi/
Dwifi_provider.cc119 void WiFiProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile()
221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
374 void WiFiProvider::LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries()
Dwifi_provider_unittest.cc193 void CreateServicesFromProfile(Profile* profile) { in CreateServicesFromProfile()
197 void LoadAndFixupServiceEntries(Profile* profile) { in LoadAndFixupServiceEntries()
227 string AddServiceToProfileStorage(Profile* profile, in AddServiceToProfileStorage()
/system/connectivity/shill/wimax/
Dwimax_provider_unittest.cc442 scoped_refptr<MockProfile> profile( in TEST_F() local
469 scoped_refptr<MockProfile> profile( in TEST_F() local
Dwimax_provider.cc258 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
271 void WiMaxProvider::CreateServicesFromProfile(const ProfileRefPtr& profile) { in CreateServicesFromProfile()
/system/tpm/attestation/common/
Dattestation_ca.proto75 optional CertificateProfile profile = 11; field

12