/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 | vsync_client.cpp | 27 status.GetErrorMessage().c_str()); in Wait() 43 status.GetErrorMessage().c_str()); in GetLastTimestamp() 58 status.GetErrorMessage().c_str()); in GetSchedInfo() 71 status.GetErrorMessage().c_str()); in Acknowledge()
|
D | display_manager_client.cpp | 29 status.GetErrorMessage().c_str()); in GetSurfaceState() 43 surface_id, queue_id, status.GetErrorMessage().c_str()); in GetSurfaceQueue()
|
/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/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 81 status.GetErrorMessage().c_str()); in ImportQueue() 119 status.GetErrorMessage().c_str()); in CreateConsumerQueueHandle() 224 status.GetErrorMessage().c_str()); in HandleBufferEvent() 257 status.GetErrorMessage().c_str()); in HandleQueueEvent() 268 buffer_status.GetErrorMessage().c_str()); in HandleQueueEvent() 420 status.GetErrorMessage().c_str()); in ProducerQueue() 432 status.GetErrorMessage().c_str()); in ProducerQueue() 456 status.GetErrorMessage().c_str()); in AllocateBuffers() 502 status.GetErrorMessage().c_str()); in AllocateBuffer() 532 status.GetErrorMessage().c_str()); in RemoveBuffer() [all …]
|
/frameworks/native/libs/vr/libbufferhub/ |
D | detached_buffer.cpp | 29 status.GetErrorMessage().c_str()); in DetachedBuffer() 57 status.GetErrorMessage().c_str()); in ImportGraphicBuffer() 102 status_or_handle.GetErrorMessage().c_str()); in Promote()
|
D | buffer_hub_client.cpp | 62 status.GetErrorMessage().c_str()); in CreateConsumer() 73 status.GetErrorMessage().c_str()); in ImportBuffer() 431 status.GetErrorMessage().c_str()); in BufferProducer() 459 status.GetErrorMessage().c_str()); in BufferProducer() 645 status.GetErrorMessage().c_str()); in Detach()
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 112 status.GetErrorMessage().c_str()); in OnCreateConsumerQueue() 131 channel_status.GetErrorMessage().c_str()); in OnCreateConsumerQueue() 215 status.GetErrorMessage().c_str()); in AllocateBuffer() 232 producer_channel_status.GetErrorMessage().c_str()); in AllocateBuffer() 248 channel_status.GetErrorMessage().c_str()); in AllocateBuffer()
|
D | detached_buffer_channel.cpp | 130 status.GetErrorMessage().c_str()); in OnPromote() 152 channel_status.GetErrorMessage().c_str()); in OnPromote()
|
D | producer_channel.cpp | 263 status.GetErrorMessage().c_str()); in CreateConsumer() 287 channel_status.GetErrorMessage().c_str()); in CreateConsumer() 408 status.GetErrorMessage().c_str()); in OnProducerDetach() 435 channel_status.GetErrorMessage().c_str()); in OnProducerDetach()
|
D | buffer_hub.cpp | 308 status.GetErrorMessage().c_str()); in OnCreateBuffer() 386 channel_id_, status.GetErrorMessage().c_str()); in SignalAvailable() 399 channel_id_, status.GetErrorMessage().c_str()); in ClearAvailable() 410 channel_id_, status.GetErrorMessage().c_str()); in Hangup()
|
D | consumer_queue_channel.cpp | 136 status.GetErrorMessage().c_str()); in OnConsumerQueueImportBuffers()
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_surface.cpp | 110 status.GetErrorMessage().c_str()); in dvrSurfaceCreate() 147 status.GetErrorMessage().c_str()); in dvrSurfaceSetAttributes() 171 status.GetErrorMessage().c_str()); in dvrSurfaceCreateWriteBufferQueue() 197 buffer_status.GetErrorMessage().c_str()); in dvrSetupGlobalBuffer() 217 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/libs/vr/libpdx/private/pdx/ |
D | service.h | 692 __status.GetErrorMessage().c_str()); \ 701 __status.GetErrorMessage().c_str()); \ 710 __status.GetErrorMessage().c_str()); \ 722 __status.GetErrorMessage().c_str()); \ 734 __status.GetErrorMessage().c_str()); \ 743 __status.GetErrorMessage().c_str()); \
|
D | status.h | 121 std::string GetErrorMessage() const { in GetErrorMessage() function 157 std::string 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 | 51 EXPECT_EQ(status.GetErrorMessage(), strerror(EIO)); in TEST() 54 EXPECT_EQ(status.GetErrorMessage(), strerror(EINVAL)); in TEST()
|
D | service.cpp | 454 status.GetErrorMessage().c_str()); 461 status.GetErrorMessage().c_str()); in ~Service() 487 status.GetErrorMessage().c_str()); in SetChannel() 655 ALOGE("Failed to receive message: %s\n", status.GetErrorMessage().c_str()); in ReceiveAndDispatch()
|
/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 | 75 fpath, status.GetErrorMessage().c_str()); in PokeService()
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 626 status.GetErrorMessage().c_str()); in TakeAsParcelable() 639 status.GetErrorMessage().c_str()); in AllocateBuffer() 658 status.GetErrorMessage().c_str()); in RemoveBuffer() 683 status.GetErrorMessage().c_str()); in FreeAllBuffers()
|
/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/libpdx/private/pdx/rpc/ |
D | remote_method.h | 126 status.GetErrorMessage().c_str()); 140 status.GetErrorMessage().c_str()); 154 status.GetErrorMessage().c_str());
|