Searched refs:wrk (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCamera.cpp | 1006 const char* wrk = new_par; in PrintParamDiff() local 1009 const char* next = strchr(wrk, ';'); in PrintParamDiff() 1011 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next - wrk), wrk); in PrintParamDiff() 1028 wrk = next + 1; in PrintParamDiff() 1029 next = strchr(wrk, ';'); in PrintParamDiff()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.cpp | 1256 const char* wrk = new_par; in PrintParamDiff() local 1259 const char* next = strchr(wrk, ';'); in PrintParamDiff() 1261 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk); in PrintParamDiff() 1277 wrk = next + 1; in PrintParamDiff() 1278 next = strchr(wrk, ';'); in PrintParamDiff()
|