Lines Matching refs:found

391         bool found = false;
399 found = true;
405 if (found) {
409 if (!found) {
812 ALOGE("%s: Error: capture sequence index %d not found!",
908 bool found = msg->findPointer(kContextKey, &context);
909 if (!found) {
917 found = msg->findPointer(kDeviceKey, (void**) &dev);
918 if (!found || dev == nullptr) {
923 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected);
924 if (!found) {
937 found = msg->findPointer(kDeviceKey, (void**) &dev);
938 if (!found || dev == nullptr) {
943 found = msg->findPointer(kCallbackFpKey, (void**) &onError);
944 if (!found) {
949 found = msg->findInt32(kErrorCodeKey, &errorCode);
950 if (!found) {
969 found = msg->findObject(kSessionSpKey, &obj);
970 if (!found || obj == nullptr) {
982 found = msg->findObject(kCaptureRequestKey, &obj);
983 if (!found) {
995 found = msg->findPointer(kCallbackFpKey, (void**) &onState);
996 if (!found) {
1009 found = msg->findPointer(kCallbackFpKey, (void**) &onStart);
1010 if (!found) {
1018 found = msg->findInt64(kTimeStampKey, &timestamp);
1019 if (!found) {
1031 found = msg->findPointer(kCallbackFpKey, (void**) &onResult);
1032 if (!found) {
1040 found = msg->findObject(kCaptureResultKey, &obj);
1041 if (!found) {
1054 found = msg->findPointer(kCallbackFpKey, (void**) &onFail);
1055 if (!found) {
1063 found = msg->findObject(kCaptureFailureKey, &obj);
1064 if (!found) {
1080 found = msg->findPointer(kCallbackFpKey, (void**) &onSeqEnd);
1081 if (!found) {
1089 found = msg->findInt32(kSequenceIdKey, &seqId);
1090 if (!found) {
1095 found = msg->findInt64(kFrameNumberKey, &frameNumber);
1096 if (!found) {
1106 found = msg->findPointer(kCallbackFpKey, (void**) &onSeqAbort);
1107 if (!found) {
1115 found = msg->findInt32(kSequenceIdKey, &seqId);
1116 if (!found) {
1126 found = msg->findPointer(kCallbackFpKey, (void**) &onBufferLost);
1127 if (!found) {
1136 found = msg->findPointer(kAnwKey, (void**) &anw);
1137 if (!found) {
1143 found = msg->findInt64(kFrameNumberKey, &frameNumber);
1144 if (!found) {
1174 ALOGW("No callback found for sequenceId %d", sequenceId);
1216 ALOGW("No callback found for sequenceId %d", sequenceId);