Searched defs:sub (Results 1 - 4 of 4) sorted by relevance

/system/media/audio_utils/
H A Dtinysndfile.c299 int sub = info->format & SF_FORMAT_SUBMASK; local
304 (sub == SF_FORMAT_PCM_16 || sub == SF_FORMAT_PCM_U8 || sub == SF_FORMAT_FLOAT ||
305 sub == SF_FORMAT_PCM_24 || sub == SF_FORMAT_PCM_32)
320 if (sub == SF_FORMAT_FLOAT) {
332 switch (sub) {
358 if (sub == SF_FORMAT_FLOAT) {
/system/libvintf/test/
H A Dmain.cpp42 static bool Contains(const std::string& str, const std::string& sub) { argument
43 return str.find(sub) != std::string::npos;
45 #define EXPECT_CONTAINS(str, sub) \
46 EXPECT_TRUE(Contains((str), (sub))) << "Cannot find \"" << (sub) << "\" in \"" << (str) << "\""
/system/libvintf/
H A Dassemble_vintf.cpp85 std::string sub = fname.substr(gConfigPrefix.size(), local
87 if (sub.empty()) {
90 for (size_t i = 0; i < sub.size(); ++i) {
91 if (sub[i] == '-') {
92 sub[i] = '_';
95 if (isalnum(sub[i])) {
96 sub[i] = toupper(sub[i]);
104 sub.insert(0, "CONFIG_");
105 return std::make_unique<KernelConfig>(std::move(sub), Tristat
[all...]
/system/bt/stack/include/
H A Davrc_defs.h451 /* player sub type */
944 tAVRC_MSG_SUB sub; /* SUBUNIT INFO message. */ member in union:__anon955

Completed in 108 milliseconds