Searched refs:id2 (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp203 char id1[OP_STR_SIZE], id2[OP_STR_SIZE]; local
212 ret = extendedOps()->get_id(source, id2, sizeof(id2));
217 if ((0 >= strlen(id1)) || (0 >= strlen(id2))) {
218 CAMHAL_LOGE("Cannot set ST without name: id1:\"%s\" id2:\"%s\"",
219 id1, id2);
222 if (0 == strcmp(id1, id2)) {

Completed in 5 milliseconds