Lines Matching defs:sRet

166     GSError sRet = RequestBuffer(config, bedataimpl, retval);
167 if (!reply.WriteInt32(sRet)) {
170 if (sRet == GSERROR_OK &&
175 } else if (sRet != GSERROR_OK && !reply.WriteBool(retval.isConnected)) {
207 GSError sRet = RequestBuffers(config, bedataimpls, retvalues);
208 if (!reply.WriteInt32(sRet)) {
211 if (sRet == GSERROR_OK || sRet == GSERROR_NO_BUFFER) {
224 } else if (sRet != GSERROR_OK && !reply.WriteBool(retvalues[0].isConnected)) {
264 GSError sRet = CancelBuffer(sequence, bedataimpl);
265 if (!reply.WriteInt32(sRet)) {
300 GSError sRet = FlushBuffer(sequence, bedataimpl, fence, config);
301 if (!reply.WriteInt32(sRet)) {
341 GSError sRet = FlushBuffers(sequences, bedataimpls, fences, configs);
342 if (!reply.WriteInt32(sRet)) {
355 GSError sRet = GetLastFlushedBuffer(buffer, fence, matrix, isUseNewMatrix);
356 if (!reply.WriteInt32(sRet)) {
359 if (sRet == GSERROR_OK) {
455 GSError sRet = SetQueueSize(queueSize);
456 if (!reply.WriteInt32(sRet)) {
465 auto sRet = bufferQueue_->GetName(name);
466 if (!reply.WriteInt32(sRet)) {
469 if (sRet == GSERROR_OK && !reply.WriteString(name)) {
512 GSError sRet = SetDefaultUsage(usage);
513 if (!reply.WriteInt32(sRet)) {
564 GSError sRet = RegisterReleaseListener(listener);
565 if (!reply.WriteInt32(sRet)) {
574 GSError sRet = UnRegisterReleaseListener();
575 if (!reply.WriteInt32(sRet)) {
584 GSError sRet = SetTransform(transform);
585 if (!reply.WriteInt32(sRet)) {
598 GSError sRet = IsSupportedAlloc(infos, supporteds);
599 if (!reply.WriteInt32(sRet)) {
602 if (sRet == GSERROR_OK && !reply.WriteBoolVector(supporteds)) {
611 GSError sRet = Connect();
612 if (!reply.WriteInt32(sRet)) {
620 GSError sRet = Disconnect();
621 if (!reply.WriteInt32(sRet)) {
631 GSError sRet = SetScalingMode(sequence, scalingMode);
632 if (!reply.WriteInt32(sRet)) {
642 GSError sRet = SetScalingMode(scalingMode);
643 if (!reply.WriteInt32(sRet)) {
652 GSError sRet = SetBufferHold(hold);
653 if (!reply.WriteInt32(sRet)) {
666 GSError sRet = SetMetaData(sequence, metaData);
667 if (!reply.WriteInt32(sRet)) {
681 GSError sRet = SetMetaDataSet(sequence, key, metaData);
682 if (!reply.WriteInt32(sRet)) {
698 GSError sRet = SetTunnelHandle(handle);
699 if (!reply.WriteInt32(sRet)) {
711 GSError sRet = GetPresentTimestamp(sequence, type, time);
712 if (!reply.WriteInt32(sRet)) {
715 if (sRet == GSERROR_OK && !reply.WriteInt64(time)) {
744 GSError sRet = SetTransformHint(transformHint);
745 if (!reply.WriteInt32(sRet)) {
774 GSError sRet = SetSurfaceSourceType(sourceType);
775 if (!reply.WriteInt32(sRet)) {
804 GSError sRet = SetSurfaceAppFrameworkType(appFrameworkType);
805 if (!reply.WriteInt32(sRet)) {
834 GSError sRet = SetHdrWhitePointBrightness(brightness);
835 if (!reply.WriteInt32(sRet)) {
845 GSError sRet = SetSdrWhitePointBrightness(brightness);
846 if (!reply.WriteInt32(sRet)) {
859 GSError sRet = AcquireLastFlushedBuffer(buffer, fence, matrix, BUFFER_MATRIX_SIZE, isUseNewMatrix);
860 if (!reply.WriteInt32(sRet)) {
863 if (sRet == GSERROR_OK) {
881 GSError sRet = ReleaseLastFlushedBuffer(sequence);
882 if (!reply.WriteInt32(sRet)) {
891 GSError sRet = SetGlobalAlpha(alpha);
892 if (!reply.WriteInt32(sRet)) {