Home
last modified time | relevance | path

Searched refs:name_start (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp392 char* name_start = strstr(cur_entry, lListNameToken); in createQemuCameras() local
395 if (name_start != NULL && dim_start != NULL && dir_start != NULL) { in createQemuCameras()
397 name_start += strlen(lListNameToken); in createQemuCameras()
402 char* s = strchr(name_start, ' '); in createQemuCameras()
419 res = qemu_cam->Initialize(name_start, dim_start, dir_start); in createQemuCameras()
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp642 char* name_start = c; in replaceSamplerExternalWith2D() local
647 android::String8(name_start, c - name_start)); in replaceSamplerExternalWith2D()