HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 26 - 50 of 902) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 284 if (!strncmp(handle->useCase, SND_USE_CASE_VERB_HIFI_REC, strlen(SND_USE_CASE_VERB_HIFI_REC))
285 || !strncmp(handle->useCase, SND_USE_CASE_MOD_CAPTURE_MUSIC, strlen(SND_USE_CASE_MOD_CAPTURE_MUSIC))) {
360 if (!strncmp(handle->useCase, SND_USE_CASE_VERB_HIFI_REC, strlen(SND_USE_CASE_VERB_HIFI_REC))
361 || !strncmp(handle->useCase, SND_USE_CASE_MOD_CAPTURE_MUSIC, strlen(SND_USE_CASE_MOD_CAPTURE_MUSIC))) {
415 if (!strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, MAX_LEN(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER))) {
456 if (!strncmp(handle->useCase, SND_USE_CASE_VERB_HIFI_REC, strlen(SND_USE_CASE_VERB_HIFI_REC))
457 || !strncmp(handle->useCase, SND_USE_CASE_MOD_CAPTURE_MUSIC, strlen(SND_USE_CASE_MOD_CAPTURE_MUSIC))) {
468 if (((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) ||
469 (strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN))) &&
492 if ((strncmp(curRxUCMDevice, "None", 4)) &
    [all...]
  /bionic/libc/bionic/
pututline.c 44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 15 fputs(str(strncmp("abc\0d" "abc", '\4') // this goes away
23 // CHECK: fputs("strncmp(\"abc\\0d\" \"abc\", '\\4') == 0" ": @\n", s);
  /external/libvpx/libvpx/vpx_ports/
x86_cpuid.c 48 if (strncmp ((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 119 return !strncmp(desc, "PCMU/", 5)
120 || !strncmp(desc, "PCMA/", 5);
126 if (!strncmp(desc, "PCMU/", 5)) {
128 } else if (!strncmp(desc, "PCMA/", 5)) {
ARTPSource.cpp 58 if (!strncmp(desc.c_str(), "H264/", 5)) {
61 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) {
63 } else if (!strncmp(desc.c_str(), "H263-1998/", 10)
64 || !strncmp(desc.c_str(), "H263-2000/", 10)) {
67 } else if (!strncmp(desc.c_str(), "AMR/", 4)) {
69 } else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) {
71 } else if (!strncmp(desc.c_str(), "MP4V-ES/", 8)
  /packages/inputmethods/LatinIME/native/jni/src/
additional_proximity_chars.h 44 && strncmp(localeStr, LOCALE_EN_US, LOCALE_EN_US_SIZE) == 0;
  /sdk/emulator/opengl/host/renderer/
main.cpp 62 else if (!strncmp(argv[i], "-x", 2)) {
67 else if (!strncmp(argv[i], "-y", 2)) {
72 else if (!strncmp(argv[i], "-width", 6)) {
77 else if (!strncmp(argv[i], "-height", 7)) {
  /sdk/find_lock/
find_lock_exe.cpp 36 if (strncmp(argv[i], "-d", 2) == 0) {
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 125 if (!strncmp(identifier, "_verbs", 6)) {
126 while(strncmp(uc_mgr->card_ctxt_ptr->verb_list[index],
135 } else if (!strncmp(identifier, "_devices", 8)) {
136 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb,
143 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb,
150 while(strncmp(verb_list[verb_index].device_list[index],
159 } else if (!strncmp(identifier, "_modifiers", 10)) {
160 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb,
167 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb,
174 while(strncmp(verb_list[verb_index].modifier_list[index]
    [all...]
  /bionic/libstdc++/include/
cstring 58 using ::strncmp;
  /external/libmtp/examples/
delfile.c 67 if (strncmp(argv[1],"-f",2) == 0) {
70 } else if (strncmp(argv[1],"-n",2) == 0) {
  /hardware/qcom/display/libqdutils/
mdp_version.cpp 54 if(!strncmp(fb_finfo.id, "msmfb", 5)) {
69 } else if (!strncmp(fb_finfo.id, "mdssfb", 6)) {
  /ndk/sources/cxx-stl/gabi++/include/
cstring 58 using ::strncmp;
  /ndk/sources/cxx-stl/system/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 56 using ::strncmp;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 56 using ::strncmp;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 58 using ::strncmp;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 58 using ::strncmp;
  /system/core/init/
devices.c 137 if (strncmp(upath, dp->name + 4, strlen(dp->name + 4)))
169 if (strncmp(path, dp->name, strlen(dp->name)))
226 if (!strncmp(path, "/devices/", 9)) {
228 if (!strncmp(name, "platform/", 9))
236 !strncmp(path, bus->path, bus->path_len))
265 !strncmp(path, bus->path, bus->path_len))
321 if(!strncmp(msg, "ACTION=", 7)) {
324 } else if(!strncmp(msg, "DEVPATH=", 8)) {
327 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) {
330 } else if(!strncmp(msg, "FIRMWARE=", 9))
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 133 if ((0 == strncmp(pMimeType, mime_group_audio, (sizeof mime_group_audio) - 1)) ||
134 (0 == strncmp(pMimeType, mime_group_video, (sizeof mime_group_video) - 1))) {
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) {

Completed in 932 milliseconds

12 3 4 5 6 7 8 91011>>