/device/google/cuttlefish/build/ |
D | README.md | 5 * Create a custom action config JSON file in your virtual device product 7 * Create a `prebuilt_etc_host` module for the JSON file with `sub_dir` 34 * Create a custom CSS file in your virtual device 36 * Create a `prebuilt_usr_share_host` module for the JSON file with `sub_dir`
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | sensors_socket_pair.h | 30 static Result<SensorsSocketPair> Create(); 33 using AutoSensorsSocketPair = AutoSetup<SensorsSocketPair::Create>;
|
D | snapshot_control_files.h | 32 static Result<SnapshotControlFiles> Create( 36 using AutoSnapshotControlFiles = AutoSetup<SnapshotControlFiles::Create>;
|
D | sensors_socket_pair.cpp | 20 Result<SensorsSocketPair> SensorsSocketPair::Create() { in Create() function in cuttlefish::SensorsSocketPair
|
D | snapshot_control_files.cpp | 22 Result<SnapshotControlFiles> SnapshotControlFiles::Create( in Create() function in cuttlefish::SnapshotControlFiles
|
/device/google/cuttlefish/host/libs/msg_queue/ |
D | README.md | 17 auto msg_queue = SysVMessageQueue::Create("unique_queue_name", false); 19 LOG(FATAL) << "Create: failed to create" << "unique_queue_name"; 42 auto msg_queue = SysVMessageQueue::Create("unique_queue_name");
|
D | msg_queue.h | 23 static std::unique_ptr<SysVMessageQueue> Create(const std::string& queue_name,
|
D | msg_queue.cc | 68 std::unique_ptr<SysVMessageQueue> SysVMessageQueue::Create( in Create() function in cuttlefish::SysVMessageQueue
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | casimir_controller.cpp | 102 auto rf_packet = RfPacketView::Create(slice(res)); in SelectNfcA() 104 auto poll_response = NfcAPollResponseView::Create(rf_packet); in SelectNfcA() 122 auto rf_packet = RfPacketView::Create(slice(res)); in SelectT4AT() 124 auto select_response = T4ATSelectResponseView::Create(rf_packet); in SelectT4AT() 154 auto rf_packet = RfPacketView::Create(slice(res)); in SendApdu() 156 auto data = DataView::Create(rf_packet); in SendApdu()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | secure_env_windows_lib.cpp | 59 cuttlefish::KeymasterWindowsChannel::Create(keymaster_pipe_handle); in StartSecureEnvWithHandles() 77 cuttlefish::GatekeeperWindowsChannel::Create(gatekeeper_pipe_handle); in StartSecureEnvWithHandles()
|
/device/generic/goldfish-opengl/system/codecs/c2/service/ |
D | service.cpp | 39 android::GoldfishComponentStore::Create())); in main()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | local_recorder.h | 35 static std::unique_ptr<LocalRecorder> Create(const std::string& filename);
|
D | streamer.h | 84 static std::unique_ptr<Streamer> Create(
|
/device/google/cuttlefish/host/libs/metrics/ |
D | metrics_receiver.cc | 42 auto msg_queue = SysVMessageQueue::Create(queue_name, false); in SendHelper()
|
/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel_windows.h | 39 static std::unique_ptr<KeymasterWindowsChannel> Create(HANDLE pipe_handle);
|
D | gatekeeper_channel_windows.h | 37 static std::unique_ptr<GatekeeperWindowsChannel> Create(HANDLE pipe_handle);
|
/device/google/cuttlefish/common/libs/fs/ |
D | epoll.h | 38 static Result<Epoll> Create();
|
/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/ |
D | fullscreen_color.h | 24 static Result<std::unique_ptr<SampleBase>> Create();
|
/device/google/cuttlefish/host/libs/screen_connector/ |
D | ring_buffer_manager.cpp | 38 Result<std::unique_ptr<DisplayRingBuffer>> DisplayRingBuffer::Create( in Create() function in cuttlefish::DisplayRingBuffer 132 auto shm_buffer = CF_EXPECT(DisplayRingBuffer::Create( in CreateLocalDisplayBuffer()
|
D | ring_buffer_manager.h | 42 static Result<std::unique_ptr<DisplayRingBuffer>> Create(
|
D | composition_manager.h | 36 static Result<std::unique_ptr<CompositionManager>> Create();
|
/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/ |
D | secondary_command_buffer.h | 24 static Result<std::unique_ptr<SampleBase>> Create();
|
/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/ |
D | fullscreen_texture.h | 24 static Result<std::unique_ptr<SampleBase>> Create();
|
/device/google/cuttlefish/host/commands/metrics/ |
D | host_receiver.cc | 34 auto msg_queue = SysVMessageQueue::Create(metrics_queue_name_); in ServerLoop()
|
/device/google/cuttlefish/host/libs/audio_connector/ |
D | server.h | 58 static std::unique_ptr<AudioClientConnection> Create(
|