/frameworks/native/libs/vr/libdisplay/ |
D | display_client.cpp | 30 status.GetErrorMessage().c_str()); 48 status.GetErrorMessage().c_str()); 75 status.GetErrorMessage().c_str()); in SetAttributes() 118 status.GetErrorMessage().c_str()); in CreateQueue() 149 producer_queue->id(), allocate_status.GetErrorMessage().c_str()); in CreateQueue() 176 status.GetErrorMessage().c_str()); in GetConfigurationData() 198 status.GetErrorMessage().c_str()); in SetupGlobalBuffer() 220 status.GetErrorMessage().c_str()); in DeleteGlobalBuffer() 233 key, status.GetErrorMessage().c_str()); in GetGlobalBuffer()
|
D | display_manager_client.cpp | 28 status.GetErrorMessage().c_str()); in GetSurfaceState() 42 surface_id, queue_id, status.GetErrorMessage().c_str()); in GetSurfaceQueue()
|
/frameworks/base/cmds/idmap2/tests/ |
D | ResultTests.cpp | 84 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST() 95 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST() 110 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST() 121 ASSERT_EQ(r.GetErrorMessage(), "foo"); in TEST() 132 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST() 243 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST() 258 ASSERT_EQ(container.GetErrorMessage(), "foo -> bar"); in TEST() 284 ASSERT_EQ(r2.GetErrorMessage(), "foo"); in TEST()
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 81 status.GetErrorMessage().c_str()); in ImportQueue() 119 status.GetErrorMessage().c_str()); in CreateConsumerQueueHandle() 221 status.GetErrorMessage().c_str()); in HandleBufferEvent() 254 status.GetErrorMessage().c_str()); in HandleQueueEvent() 265 buffer_status.GetErrorMessage().c_str()); in HandleQueueEvent() 423 status.GetErrorMessage().c_str()); in ProducerQueue() 435 status.GetErrorMessage().c_str()); in ProducerQueue() 463 status.GetErrorMessage().c_str()); in AllocateBuffers() 512 status.GetErrorMessage().c_str()); in AllocateBuffer() 550 buffer->cid(), status_or_slot.GetErrorMessage().c_str()); in InsertBuffer() [all …]
|
/frameworks/native/libs/vr/libvrsensor/ |
D | pose_client.cpp | 104 status.GetErrorMessage().c_str()); in LogController() 117 status.GetErrorMessage().c_str()); in Freeze() 127 status.GetErrorMessage().c_str()); in SetMode() 138 status.GetErrorMessage().c_str()); in GetMode() 152 status.GetErrorMessage().c_str()); in GetTangoReaderHandle() 168 status.GetErrorMessage().c_str()); in DataCapture() 178 status.GetErrorMessage().c_str()); in DataReaderDestroy() 188 status.GetErrorMessage().c_str()); in EnableSensors()
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_surface.cpp | 109 status.GetErrorMessage().c_str()); in dvrSurfaceCreate() 146 status.GetErrorMessage().c_str()); in dvrSurfaceSetAttributes() 170 status.GetErrorMessage().c_str()); in dvrSurfaceCreateWriteBufferQueue() 196 buffer_status.GetErrorMessage().c_str()); in dvrSetupGlobalBuffer() 216 buffer_status.GetErrorMessage().c_str()); in dvrDeleteGlobalBuffer()
|
D | dvr_buffer_queue.cpp | 89 buffer_status.GetErrorMessage().c_str()); in GainBuffer() 142 remove_status.GetErrorMessage().c_str()); in GainBuffer() 153 allocate_status.GetErrorMessage().c_str()); in GainBuffer() 352 buffer_status.GetErrorMessage().c_str()); in AcquireBuffer()
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 116 status.GetErrorMessage().c_str()); in OnCreateConsumerQueue() 135 channel_status.GetErrorMessage().c_str()); in OnCreateConsumerQueue() 219 status.GetErrorMessage().c_str()); in AllocateBuffer() 236 producer_channel_status.GetErrorMessage().c_str()); in AllocateBuffer() 252 channel_status.GetErrorMessage().c_str()); in AllocateBuffer()
|
D | consumer_queue_channel.cpp | 96 status.GetErrorMessage().c_str()); in RegisterNewBuffer() 142 status.GetErrorMessage().c_str()); in OnConsumerQueueImportBuffers()
|
D | buffer_hub.cpp | 280 status.GetErrorMessage().c_str()); in OnCreateBuffer() 321 channel_id_, status.GetErrorMessage().c_str()); in SignalAvailable() 334 channel_id_, status.GetErrorMessage().c_str()); in ClearAvailable() 345 channel_id_, status.GetErrorMessage().c_str()); in Hangup()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 701 __status.GetErrorMessage().c_str()); \ 710 __status.GetErrorMessage().c_str()); \ 719 __status.GetErrorMessage().c_str()); \ 731 __status.GetErrorMessage().c_str()); \ 743 __status.GetErrorMessage().c_str()); \ 752 __status.GetErrorMessage().c_str()); \
|
D | status.h | 124 std::string GetErrorMessage() const { in GetErrorMessage() function 160 std::string GetErrorMessage() const { in GetErrorMessage() function
|
/frameworks/base/cmds/idmap2/include/idmap2/ |
D | Result.h | 71 std::string GetErrorMessage() const; 127 inline std::string Result<T>::GetErrorMessage() const { in GetErrorMessage() function
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_manager_service.cpp | 31 status.GetErrorMessage().c_str()); in SetNotificationsPending() 131 queue->id(), status.GetErrorMessage().c_str()); in OnGetSurfaceQueue()
|
D | display_surface.cpp | 235 status.GetErrorMessage().c_str()); in OnCreateQueue() 310 status.GetErrorMessage().c_str()); in OnCreateQueue() 362 buffer_status.GetErrorMessage().c_str()); in DequeueBuffersLocked()
|
/frameworks/native/libs/vr/libpdx/ |
D | status_tests.cpp | 53 EXPECT_EQ(status.GetErrorMessage(), strerror(EIO)); in TEST() 56 EXPECT_EQ(status.GetErrorMessage(), strerror(EINVAL)); in TEST()
|
D | service.cpp | 448 status.GetErrorMessage().c_str()); 455 status.GetErrorMessage().c_str()); in ~Service() 481 status.GetErrorMessage().c_str()); in SetChannel() 649 ALOGE("Failed to receive message: %s\n", status.GetErrorMessage().c_str()); in ReceiveAndDispatch()
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub_base.cpp | 41 status.GetErrorMessage().c_str()); in CreateConsumer() 52 status.GetErrorMessage().c_str()); in ImportBuffer()
|
D | producer_buffer.cpp | 24 status.GetErrorMessage().c_str()); in ProducerBuffer() 52 status.GetErrorMessage().c_str()); in ProducerBuffer()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 60 status.GetErrorMessage().c_str()); in Reload() 74 status.GetErrorMessage().c_str()); in Dump()
|
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/ |
D | service_utility.h | 76 fpath, status.GetErrorMessage().c_str()); in PokeService()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Main.cpp | 76 std::cerr << "error: " << result.GetErrorMessage() << std::endl; in main()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper.cpp | 64 ret.GetErrorMessage().c_str()); in SendAll() 81 ret.GetErrorMessage().c_str()); in SendMsgAll() 119 ret.GetErrorMessage().c_str()); in RecvMsgAll() 155 ret.GetErrorMessage().c_str()); in RecvAll()
|
/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue-test.cpp | 116 EXPECT_TRUE(c1_status.ok()) << c1_status.GetErrorMessage(); in TEST_F() 353 EXPECT_TRUE(status_or_slot.ok()) << status_or_slot.GetErrorMessage(); in TEST_F() 591 EXPECT_TRUE(c1_status.ok()) << c1_status.GetErrorMessage(); in TEST_F() 695 ASSERT_TRUE(c1_status.ok()) << c1_status.GetErrorMessage(); in TEST_F() 911 ASSERT_TRUE(consumer_status.ok()) << consumer_status.GetErrorMessage(); in TEST_F() 1005 EXPECT_TRUE(s4.ok()) << s4.GetErrorMessage(); in TEST_F() 1072 EXPECT_TRUE(s3.ok()) << s3.GetErrorMessage(); in TEST_F()
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 776 status.GetErrorMessage().c_str()); in TakeAsParcelable() 789 status.GetErrorMessage().c_str()); in AllocateBuffer() 808 slot, status.GetErrorMessage().c_str()); in RemoveBuffer() 835 status.GetErrorMessage().c_str()); in FreeAllBuffers()
|