Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp35 return SURFACE_ERROR_UNKOWN; in AcquireBuffer()
44 return SURFACE_ERROR_UNKOWN; in AcquireBuffer()
52 return SURFACE_ERROR_UNKOWN; in ReleaseBuffer()
60 return SURFACE_ERROR_UNKOWN; in AttachBufferToQueue()
68 return SURFACE_ERROR_UNKOWN; in DetachBufferFromQueue()
274 return SURFACE_ERROR_UNKOWN; in GetHdrWhitePointBrightness()
282 return SURFACE_ERROR_UNKOWN; in GetSdrWhitePointBrightness()
290 return SURFACE_ERROR_UNKOWN; in IsSurfaceBufferInCache()
298 return SURFACE_ERROR_UNKOWN; in GetGlobalAlpha()
305 return SURFACE_ERROR_UNKOWN; in GetAvailableBufferCount()
[all...]
H A Dnative_buffer.cpp162 ret = OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_Map()
176 ret = OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_Unmap()
231 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_SetColorSpace()
289 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_GetColorSpace()
300 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_GetColorSpace()
321 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_SetMetadataValue()
327 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_SetMetadataValue()
340 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_GetMatedataValueType()
354 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_GetMatedataValueType()
380 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeBuffer_GetMetadataValue()
[all...]
H A Dbuffer_client_producer.cpp116 return SURFACE_ERROR_UNKOWN; in RequestBuffer()
124 return SURFACE_ERROR_UNKOWN; in RequestBuffer()
158 return SURFACE_ERROR_UNKOWN; in RequestBuffers()
167 return SURFACE_ERROR_UNKOWN; in RequestBuffers()
174 return SURFACE_ERROR_UNKOWN; in RequestBuffers()
199 return SURFACE_ERROR_UNKOWN; in GetLastFlushedBufferCommon()
206 return SURFACE_ERROR_UNKOWN; in GetLastFlushedBufferCommon()
220 return SURFACE_ERROR_UNKOWN; in GetLastFlushedBufferCommon()
308 return SURFACE_ERROR_UNKOWN; in FlushBuffers()
H A Dbuffer_queue_producer.cpp248 if (!reply.WriteInt32(result ? GSERROR_OK : SURFACE_ERROR_UNKOWN)) { in GetProducerInitInfoRemote()
380 if (!reply.WriteInt32(SURFACE_ERROR_UNKOWN)) { in AttachBufferToQueueRemote()
387 if (!reply.WriteInt32(SURFACE_ERROR_UNKOWN)) { in AttachBufferToQueueRemote()
406 if (!reply.WriteInt32(SURFACE_ERROR_UNKOWN)) { in DetachBufferFromQueueRemote()
902 return SURFACE_ERROR_UNKOWN; in AcquireLastFlushedBuffer()
910 return SURFACE_ERROR_UNKOWN; in ReleaseLastFlushedBuffer()
919 return SURFACE_ERROR_UNKOWN; in RequestBuffer()
935 return SURFACE_ERROR_UNKOWN; in RequestBuffers()
962 return SURFACE_ERROR_UNKOWN; in GetProducerInitInfo()
970 return SURFACE_ERROR_UNKOWN; in CancelBuffer()
[all...]
H A Dnative_window.cpp810 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_SetColorSpace()
825 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetColorSpace()
838 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetColorSpace()
875 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_SetMetadataValue()
897 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetMatedataValueType()
926 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetMetadataValue()
932 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetMetadataValue()
942 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetMetadataValue()
948 return OHOS::SURFACE_ERROR_UNKOWN; in OH_NativeWindow_GetMetadataValue()
H A Dproducer_surface.cpp211 return SURFACE_ERROR_UNKOWN;
354 return SURFACE_ERROR_UNKOWN;
359 return SURFACE_ERROR_UNKOWN;
374 return SURFACE_ERROR_UNKOWN;
391 return SURFACE_ERROR_UNKOWN;
H A Dbuffer_queue.cpp354 return SURFACE_ERROR_UNKOWN; in RequestBuffer()
428 return SURFACE_ERROR_UNKOWN; in ReallocBufferLocked()
450 return SURFACE_ERROR_UNKOWN; in ReuseBuffer()
455 return SURFACE_ERROR_UNKOWN; in ReuseBuffer()
528 return SURFACE_ERROR_UNKOWN; in CancelBuffer()
661 return SURFACE_ERROR_UNKOWN; in GetLastFlushedBuffer()
1021 return SURFACE_ERROR_UNKOWN; in AllocBuffer()
1048 return SURFACE_ERROR_UNKOWN; in AllocBuffer()
H A Dconsumer_surface.cpp655 return SURFACE_ERROR_UNKOWN; in IsSurfaceBufferInCache()
680 return SURFACE_ERROR_UNKOWN; in GetGlobalAlpha()
H A Dsurface_buffer_impl.cpp509 return SURFACE_ERROR_UNKOWN; in WriteBufferRequestConfig()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_producer_test.cpp586 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
588 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
591 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
593 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
613 EXPECT_EQ(bqpTmp->Disconnect(), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
629 OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
630 EXPECT_EQ(bqpTmp->ReleaseLastFlushedBuffer(0), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
633 EXPECT_EQ(bqpTmp->SetSdrWhitePointBrightness(1), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
634 EXPECT_EQ(bqpTmp->SetHdrWhitePointBrightness(1), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
646 EXPECT_EQ(bqpTmp->AttachBufferToQueue(nullptr), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
[all...]
H A Dbuffer_queue_consumer_test.cpp228 ASSERT_EQ(consumer->AcquireBuffer(buffer, fence, timestamp, damages), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
229 ASSERT_EQ(consumer->ReleaseBuffer(buffer, fence), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
230 ASSERT_EQ(consumer->AttachBufferToQueue(buffer), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
231 ASSERT_EQ(consumer->DetachBufferFromQueue(buffer), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
254 ASSERT_EQ(consumer->GetHdrWhitePointBrightness(), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
255 ASSERT_EQ(consumer->GetSdrWhitePointBrightness(), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
256 ASSERT_EQ(consumer->IsSurfaceBufferInCache(0, isInCache), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
257 ASSERT_EQ(consumer->GetGlobalAlpha(alpha), OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
H A Dbuffer_queue_test.cpp449 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
468 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
488 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
507 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
526 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
545 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
H A Dbuffer_client_producer_remote_test.cpp629 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
636 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
647 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
656 EXPECT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
H A Dbuffer_shared_test.cpp130 STEP_ASSERT_EQ(ret1, SURFACE_ERROR_UNKOWN); in HWTEST_F()
H A Dproducer_surface_test.cpp293 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
308 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
323 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
1968 ASSERT_EQ(ret, OHOS::SURFACE_ERROR_UNKOWN); in HWTEST_F()
/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h107 SURFACE_ERROR_UNKOWN = GSERROR_INTERNAL, enumerator
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h104 SURFACE_ERROR_UNKOWN = GSERROR_INTERNAL, enumerator
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp212 return SURFACE_ERROR_UNKOWN; in GetTransformMatrix()
224 return SURFACE_ERROR_UNKOWN; in GetTransformMatrixV2()
H A Dnative_image.cpp138 BLOGE_CHECK_AND_RETURN_RET(image->pSurface != nullptr, SURFACE_ERROR_UNKOWN, "pSurface is null"); in OH_NativeImage_GetSurfaceId()

Completed in 22 milliseconds