OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkExact
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp
31
status_t AudioProfile::
checkExact
(uint32_t samplingRate, audio_channel_mask_t channelMask,
238
if (profile->
checkExact
(samplingRate, channelMask, format) == NO_ERROR) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
97
status_t
checkExact
(uint32_t rate, audio_channel_mask_t channels, audio_format_t format) const;
Completed in 281 milliseconds