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()
145 bool profile_is_sample_rate_valid(const alsa_device_profile* profile, unsigned rate) in profile_is_sample_rate_valid()
[all …]
Dalsa_device_proxy.c44 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare()
129 const alsa_device_profile* profile = proxy->profile; in proxy_open() local
266 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.aidl62 int getProfileConnectionState(int profile); in getProfileConnectionState()
97 … 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/extras/simpleperf/scripts/
Dapp_profiler.py97 def profile(self): member in AppProfiler
Dpprof_proto_generator.py54 def store_pprof_profile(filename, profile): argument
61 def __init__(self, profile): argument
/system/tpm/attestation/common/
Dattestation_ca.proto75 optional CertificateProfile profile = 11; field
/system/extras/perfprofd/scripts/
Dperf_proto_stack.py121 def create_symbol_maps(profile): argument
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp232 …master3Device::AndroidKeymaster3Device(KeymasterContext* context, KeymasterHardwareProfile profile) in AndroidKeymaster3Device()
/system/extras/perfprofd/
Dperfprofdcore.cc357 static void annotate_encoded_perf_profile(android::perfprofd::PerfprofdRecord* profile, in annotate_encoded_perf_profile()
/system/tpm/attestation/server/
Dattestation_service.cc550 CertificateProfile profile, in CreateCertificateRequest()
/system/bt/bta/ag/
Dbta_ag_int.h266 tBTA_AG_PROFILE profile[BTA_AG_NUM_IDX]; /* profile-specific data */ member