Home
last modified time | relevance | path

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

/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(const alsa_device_profile* profile) in profile_is_initialized()
87 bool profile_is_valid(const alsa_device_profile* profile) { in profile_is_valid()
91 bool profile_is_cached_for(const 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(const alsa_device_profile* profile, unsigned sample_rate) in profile_calc_min_period_size()
126 unsigned int profile_get_period_size(const alsa_device_profile* profile, unsigned sample_rate) in profile_get_period_size()
136 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile) in profile_get_default_sample_rate()
150 unsigned profile_get_highest_sample_rate(const alsa_device_profile* profile) { in profile_get_highest_sample_rate()
[all …]
Dalsa_device_proxy.c46 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare()
131 const alsa_device_profile* profile = proxy->profile; in proxy_open() local
294 const alsa_device_profile* profile = proxy->profile; in proxy_scan_rates() local
/system/core/libprocessgroup/
Dtask_profiles.cpp301 for (const auto& profile : profiles_) { in ExecuteForProcess() local
310 for (const auto& profile : profiles_) { in ExecuteForTask() local
317 for (const auto& profile : profiles_) { in EnableResourceCaching() local
323 for (const auto& profile : profiles_) { in DropResourceCaching() local
328 void TaskProfile::MoveTo(TaskProfile* profile) { in MoveTo()
460 auto profile = std::make_shared<TaskProfile>(); in Load() local
570 auto profile = std::make_shared<TaskProfile>(); in Load() local
600 TaskProfile* profile = GetProfile(name); in SetProcessProfiles() local
615 TaskProfile* profile = GetProfile(name); in SetTaskProfiles() local
/system/bt/binder/android/bluetooth/
DIBluetoothManager.aidl54 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
56 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DIBluetooth.aidl98 int getProfileConnectionState(int profile); in getProfileConnectionState()
/system/media/alsa_utils/include/
Dalsa_device_proxy.h25 const alsa_device_profile* profile; member
/system/security/identity/
DWritableCredential.cpp120 for (const AccessControlProfileParcel& profile : accessControlProfiles) { in calcExpectedProofOfProvisioningSize() local
214 SecureAccessControlProfile profile; in personalize() local
DCredential.cpp243 for (const SecureAccessControlProfile& profile : allProfiles) { in getEntries() local
299 for (auto& profile : selectedProfiles) { in getEntries() local
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py47 def store_pprof_profile(filename, profile): argument
54 def __init__(self, profile): argument
Dapp_profiler.py203 def profile(self): member in ProfilerBase
/system/media/tests/
Dsystemaudio_tests.cpp753 auto& profile = srcPortV7.audio_profiles[0]; in TEST_P() local
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp233 KeymasterHardwareProfile profile) in AndroidKeymaster3Device()
/system/bt/bta/ag/
Dbta_ag_int.h280 tBTA_AG_PROFILE profile[BTA_AG_NUM_IDX]; /* profile-specific data */ member