Lines Matching refs:found
371 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceivedInternal() local
372 if (!found) { in onMessageReceivedInternal()
376 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal()
377 if (!found) { in onMessageReceivedInternal()
381 found = msg->findString(kCameraIdKey, &cameraId); in onMessageReceivedInternal()
382 if (!found) { in onMessageReceivedInternal()
394 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceivedInternal() local
395 if (!found) { in onMessageReceivedInternal()
399 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal()
400 if (!found) { in onMessageReceivedInternal()
413 bool found = msg->findPointer(kCallbackFpKey, (void**) &cb); in onMessageReceivedInternal() local
414 if (!found) { in onMessageReceivedInternal()
422 found = msg->findPointer(kContextKey, &context); in onMessageReceivedInternal()
423 if (!found) { in onMessageReceivedInternal()
427 found = msg->findString(kCameraIdKey, &cameraId); in onMessageReceivedInternal()
428 if (!found) { in onMessageReceivedInternal()
432 found = msg->findString(kPhysicalCameraIdKey, &physicalCameraId); in onMessageReceivedInternal()
433 if (!found) { in onMessageReceivedInternal()