Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 15 of 15) 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/extras/perfprofd/dropbox/
Ddropbox_host.cc26 bool SendToDropbox(android::perfprofd::PerfprofdRecord* profile, in SendToDropbox()
Ddropbox.cc101 bool SendToDropbox(android::perfprofd::PerfprofdRecord* profile, in SendToDropbox()
/system/bt/binder/android/bluetooth/
DIBluetoothManager.aidl43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
DIBluetooth.aidl68 int getProfileConnectionState(int profile); in getProfileConnectionState()
105 … void sendConnectionStateChange(in BluetoothDevice device, int profile, int state, int prevState); in sendConnectionStateChange()
/system/media/alsa_utils/include/
Dalsa_device_proxy.h25 const alsa_device_profile* profile; member
/system/core/libprocessgroup/
Dprocessgroup.cpp119 TaskProfile* profile = tp.GetProfile(name); in SetProcessProfiles() local
139 TaskProfile* profile = tp.GetProfile(name); in SetTaskProfiles() local
Dtask_profiles.cpp357 auto profile = std::make_unique<TaskProfile>(); in Load() local
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py47 def store_pprof_profile(filename, profile): argument
54 def __init__(self, profile): argument
Dapp_profiler.py164 def profile(self): member in ProfilerBase
/system/extras/perfprofd/scripts/
Dperf_proto_stack.py128 def create_symbol_maps(profile): argument
/system/extras/perfprofd/
Dperfprofdcore.cc372 static void annotate_encoded_perf_profile(android::perfprofd::PerfprofdRecord* profile, in annotate_encoded_perf_profile()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp232 …master3Device::AndroidKeymaster3Device(KeymasterContext* context, KeymasterHardwareProfile profile) in AndroidKeymaster3Device()
/system/bt/bta/ag/
Dbta_ag_int.h266 tBTA_AG_PROFILE profile[BTA_AG_NUM_IDX]; /* profile-specific data */ member