/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message.h | 132 class Message; variable 181 inline Message() {} in Message() function 439 virtual bool HasOneof(const Message& /*message*/, in HasOneof() 444 virtual void ClearOneof(Message* /*message*/, in ClearOneof() argument 450 const Message& /*message*/, in GetOneofFieldDescriptor() 742 virtual void AddAllocatedMessage(Message* /* message */, in AddAllocatedMessage() argument 950 virtual bool ContainsMapKey(const Message& /* message*/, in ContainsMapKey() 959 virtual bool InsertOrLookupMapValue(Message* /* message */, in InsertOrLookupMapValue() argument 968 virtual bool DeleteMapValue(Message* /* mesage */, in DeleteMapValue() argument 990 virtual int MapSize(const Message& /* message */, in MapSize() [all …]
|
D | service.h | 119 class Message; // message.h variable
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_manager_service.cpp | 69 pdx::Message& /*message*/, const std::shared_ptr<pdx::Channel>& channel) { in OnChannelClose() 96 DisplayManagerService::OnGetSurfaceState(pdx::Message& /*message*/) { in OnGetSurfaceState() 115 pdx::Message& /*message*/, int surface_id, int queue_id) { in OnGetSurfaceQueue()
|
D | display_service.cpp | 179 pdx::Message& /*message*/) { in OnGetMetrics() 195 pdx::Message& /*message*/, display::ConfigFileType config_type) { in OnGetConfigurationData() 305 pdx::Message& /* message */, DvrGlobalBufferKey key) { in OnGetGlobalBuffer() 403 Status<bool> DisplayService::IsVrAppRunning(pdx::Message& /*message*/) { in IsVrAppRunning()
|
D | display_surface.cpp | 65 pdx::Message& /*message*/, const display::SurfaceAttributes& attributes) { in OnSetAttributes() 143 Message& /*message*/) { in OnGetSurfaceInfo() argument 212 Message& /*message*/, const ProducerQueueConfig& config) { in OnCreateQueue() argument 281 Message& /*message*/, const ProducerQueueConfig& config) { in OnCreateQueue() argument
|
/frameworks/base/cmds/incident_helper/src/ |
D | ih_util.h | 134 class Message; variable 137 friend class Message; variable
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 439 int OnAdd(Message&, int a, int b) { return a + b; } in OnAdd() argument 441 int OnFoo(Message&, int a, const std::string& b) { return a + b.length(); } in OnFoo() argument 443 std::string OnConcatenate(Message&, const std::string& a, in OnConcatenate() argument 448 int OnSumVector(Message&, const std::vector<int>& vector) { in OnSumVector() argument 452 int OnStringLength(Message&, const std::string& string) { in OnStringLength() argument 456 TestType OnSendTestType(Message&, const TestType& tt) { in OnSendTestType() argument 460 std::string OnSendVector(Message&, const std::vector<TestType>& v) { in OnSendVector() argument 469 Status<std::string> OnRot13(Message&, const std::string& s) { in OnRot13() argument 473 int OnNoArgs(Message&) { return 1; } in OnNoArgs() argument 475 int OnSendFile(Message&, const LocalHandle& fd) { return fd.Get(); } in OnSendFile() argument [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | python_protobuf.h | 44 class Message; variable
|
D | repeated_scalar_container.h | 49 class Message; variable
|
D | extension_dict.h | 47 class Message; variable
|
D | repeated_composite_container.h | 50 class Message; variable
|
D | map_container.h | 47 class Message; variable
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader.cpp | 32 std::string Message; in LLVMParseBitcodeInContext() local 52 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader.cpp | 32 std::string Message; in LLVMParseBitcodeInContext() local 52 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.cpp | 240 Message& /*message*/) { in OnGetBuffer() argument 392 Status<void> ProducerChannel::OnProducerPost(Message&, in OnProducerPost() argument 438 Status<LocalFence> ProducerChannel::OnProducerGain(Message& /*message*/) { in OnProducerGain() argument 507 Status<LocalFence> ProducerChannel::OnConsumerAcquire(Message& /*message*/) { in OnConsumerAcquire() argument 517 Status<void> ProducerChannel::OnConsumerRelease(Message&, in OnConsumerRelease() argument
|
D | producer_queue_channel.cpp | 93 void ProducerQueueChannel::HandleImpulse(Message& /* message */) { in HandleImpulse() argument 142 Status<QueueInfo> ProducerQueueChannel::OnGetQueueInfo(Message&) { in OnGetQueueInfo() argument 366 Message& /*message*/, size_t slot) { in OnProducerQueueRemoveBuffer() argument
|
/frameworks/native/services/vr/bufferhubd/include/private/dvr/ |
D | consumer_channel.h | 16 using Message = pdx::Message; variable
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service_endpoint.h | 15 class Message; variable
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/ |
D | compile_valid.proto | 21 message Message { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | subprocess.h | 51 class Message; variable
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.cpp | 40 std::string Message; in HandleDiagnostic() local
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 20 Message::Message() : replied_(true) {} in Message() function in android::pdx::Message 22 Message::Message(const MessageInfo& info) in Message() function in android::pdx::Message 34 Message::Message(Message&& other) noexcept { *this = std::move(other); } in Message() function in android::pdx::Message 466 std::shared_ptr<Channel> Service::OnChannelOpen(Message& /*message*/) { in OnChannelOpen() argument 470 void Service::OnChannelClose(Message& /*message*/, in OnChannelClose() argument 577 void Service::HandleImpulse(Message& /*impulse*/) {} in HandleImpulse() argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 83 Message, enumerator
|
/frameworks/native/vulkan/libvulkan/ |
D | debug_report.cpp | 56 void DebugReportCallbackList::Message(VkDebugReportFlagsEXT flags, in Message() function in vulkan::driver::DebugReportCallbackList 73 void DebugReportLogger::Message(VkDebugReportFlagsEXT flags, in Message() function in vulkan::driver::DebugReportLogger
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | ConversationActions.java | 108 public static final class Message implements Parcelable { class in ConversationActions 144 private Message( in Message() method in ConversationActions.Message 155 private Message(Parcel in) { in Message() method in ConversationActions.Message
|