/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | ServerConnection.cpp | 99 hostname = strdup(defaultServer); in create() 101 hostname = strdup(s); in create()
|
/device/google/cuttlefish/guest/hals/ril/ |
D | cuttlefish_ril.cpp | 473 p_calls->number = strdup(iter->second.number.c_str()); in request_get_current_calls() 475 p_calls->name = strdup(iter->second.name.c_str()); in request_get_current_calls() 1088 responseStr[4] = strdup("1"); // BSID in request_registration_state() 1089 responseStr[5] = strdup("123"); // Latitude in request_registration_state() 1090 responseStr[6] = strdup("222"); // Longitude in request_registration_state() 1091 responseStr[7] = strdup("0"); // CSS Indicator in request_registration_state() 1092 responseStr[8] = strdup(kCdmaSID); // SID in request_registration_state() 1093 responseStr[9] = strdup(kCdmaNID); // NID in request_registration_state() 1094 responseStr[10] = strdup("0"); // Roaming indicator in request_registration_state() 1095 responseStr[11] = strdup("1"); // System is in PRL in request_registration_state() [all …]
|
/device/google/coral/json-c/ |
D | json_object.c | 34 # define strdup _strdup macro 36 # error You do not have strdup on your system. 409 lh_table_insert(jso->o.c_object, strdup(key), val); in json_object_object_add() 649 char *new_ds = strdup(ds); in json_object_new_double_s() 750 jso->o.c_string.str = strdup(s); in json_object_new_string()
|
D | json_tokener.c | 42 # define strdup _strdup macro 44 # error You do not have strdup on your system. 241 if (tmplocale) oldlocale = strdup(tmplocale); in json_tokener_parse_ex() 785 obj_field_name = strdup(tok->pb->buf); in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
/device/google/bonito/json-c/ |
D | json_object.c | 34 # define strdup _strdup macro 36 # error You do not have strdup on your system. 409 lh_table_insert(jso->o.c_object, strdup(key), val); in json_object_object_add() 649 char *new_ds = strdup(ds); in json_object_new_double_s() 750 jso->o.c_string.str = strdup(s); in json_object_new_string()
|
D | json_tokener.c | 42 # define strdup _strdup macro 44 # error You do not have strdup on your system. 241 if (tmplocale) oldlocale = strdup(tmplocale); in json_tokener_parse_ex() 785 obj_field_name = strdup(tok->pb->buf); in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 85 /* Define to 1 if you have the `strdup' function. */
|
/device/google/crosshatch/json-c/ |
D | json_object.c | 34 # define strdup _strdup macro 36 # error You do not have strdup on your system. 409 lh_table_insert(jso->o.c_object, strdup(key), val); in json_object_object_add() 649 char *new_ds = strdup(ds); in json_object_new_double_s() 750 jso->o.c_string.str = strdup(s); in json_object_new_string()
|
D | json_tokener.c | 42 # define strdup _strdup macro 44 # error You do not have strdup on your system. 241 if (tmplocale) oldlocale = strdup(tmplocale); in json_tokener_parse_ex() 785 obj_field_name = strdup(tok->pb->buf); in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 85 /* Define to 1 if you have the `strdup' function. */
|
/device/generic/goldfish/radio/ril/ |
D | atchannel.c | 128 p_new->line = strdup(line); in addIntermediate() 223 sp_response->finalResponse = strdup(line); in handleFinalResponse() 449 line1 = strdup(line); in readerLoop()
|
D | reference-ril.c | 456 response->simResponse = strdup(data_ptr); in parseAuthResponse() 1330 responseStr = strdup("1.0.0.0"); 3546 line = p = strdup(response); 3819 line = p = strdup(s); 3843 line = p = strdup(s); 3915 line = p = strdup(s); 3935 line = p = strdup(s); 3958 line = p = strdup(s);
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | atchannel.c | 127 p_new->line = strdup(line); in addIntermediate() 222 sp_response->finalResponse = strdup(line); in handleFinalResponse() 448 line1 = strdup(line); in readerLoop()
|
/device/linaro/dragonboard/qcom/pd-mapper/ |
D | assoc.c | 124 _assoc_set(assoc, strdup(key), value); in assoc_set()
|
D | json.c | 92 value->u.string = strdup(buf); in json_parse_string()
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 224 return strdup(""); in out_get_parameters() 385 return strdup(""); in in_get_parameters() 512 return strdup(""); in adev_get_parameters()
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | region_registry.cpp | 109 hashmapPut(hash, strdup(region_name), region); in lock_region_for_handle()
|
/device/generic/goldfish-opengl/system/egl/ |
D | eglDisplay.cpp | 343 return strdup(systemStaticEGLExtensions); in buildExtensionString() 376 return strdup(systemStaticEGLExtensions); in buildExtensionString()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 394 return strdup(""); in out_get_parameters() 569 return strdup(""); in in_get_parameters() 696 return strdup(""); in adev_get_parameters()
|
/device/amlogic/yukawa/hal/bootctrl/ |
D | boot_control.cc | 128 bootctrl_module->misc_device = strdup(device.c_str()); in BootControlInit()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 184 str = strdup(str_parms_to_str(reply)); in out_get_parameters() 186 str = strdup(keys); in out_get_parameters() 685 str = strdup(str_parms_to_str(reply)); in in_get_parameters() 687 str = strdup(keys); in in_get_parameters()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 302 return strdup(""); in out_get_parameters() 605 return strdup(""); in in_get_parameters() 895 return strdup(""); in adev_get_parameters()
|