Searched defs:profile (Results 1 – 13 of 13) sorted by relevance
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 61 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 …]
|
D | alsa_device_proxy.c | 46 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/ |
D | task_profiles.cpp | 301 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/ |
D | IBluetoothManager.aidl | 54 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService() 56 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
|
D | IBluetooth.aidl | 98 int getProfileConnectionState(int profile); in getProfileConnectionState()
|
/system/media/alsa_utils/include/ |
D | alsa_device_proxy.h | 25 const alsa_device_profile* profile; member
|
/system/security/identity/ |
D | WritableCredential.cpp | 120 for (const AccessControlProfileParcel& profile : accessControlProfiles) { in calcExpectedProofOfProvisioningSize() local 214 SecureAccessControlProfile profile; in personalize() local
|
D | Credential.cpp | 243 for (const SecureAccessControlProfile& profile : allProfiles) { in getEntries() local 299 for (auto& profile : selectedProfiles) { in getEntries() local
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 47 def store_pprof_profile(filename, profile): argument 54 def __init__(self, profile): argument
|
D | app_profiler.py | 203 def profile(self): member in ProfilerBase
|
/system/media/tests/ |
D | systemaudio_tests.cpp | 753 auto& profile = srcPortV7.audio_profiles[0]; in TEST_P() local
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 233 KeymasterHardwareProfile profile) in AndroidKeymaster3Device()
|
/system/bt/bta/ag/ |
D | bta_ag_int.h | 280 tBTA_AG_PROFILE profile[BTA_AG_NUM_IDX]; /* profile-specific data */ member
|