HomeSort by relevance Sort by last modified time
    Searched refs:str_start (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
usb.c 323 char *str_start = NULL; local
381 str_start = strstr(read_buf, ((type == USB_PLAYBACK) ?
383 if (str_start == NULL) {
392 if (str_end > str_start)
395 ALOGV("%s: usb_config = %s, check %d\n", __func__, str_start, check);
397 while (str_start != NULL) {
398 str_start = strstr(str_start, "Altset");
399 if ((str_start == NULL) || (check && (str_start >= str_end)))
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 100 char *read_buf, *str_start, *channel_start, *ratesStr, *ratesStrForVal, local
123 str_start = strstr(read_buf, type);
124 if (str_start == NULL) {
131 channel_start = strstr(str_start, "Channels:");
153 ratesStrStart = strstr(str_start, "Rates:");
    [all...]
  /external/flatbuffers/src/
reflection.cpp 298 auto str_start = static_cast<uoffset_t>( local
300 auto start = str_start + static_cast<uoffset_t>(sizeof(uoffset_t));
307 WriteScalar(vector_data(*flatbuf) + str_start,
  /external/mesa3d/src/compiler/glsl/
link_uniforms.cpp 534 char *str_start;
536 while((str_start = strchr(name_copy, '[')) &&
538 memmove(str_start, str_end + 1, 1 + strlen(str_end + 1));
    [all...]
  /external/curl/lib/
http.c     [all...]
urldata.h 537 char *str_start; /* within buf */ member in struct:SingleRequest
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 87 const char * str_start = s->c_str(); local
88 const char * str = str_start;
92 (*s)[str - str_start] = replacewith;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c     [all...]

Completed in 284 milliseconds