Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 56) sorted by relevance

123

/device/google/cuttlefish/build/
DREADME.md5 * 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/
Dsensors_socket_pair.h30 static Result<SensorsSocketPair> Create();
33 using AutoSensorsSocketPair = AutoSetup<SensorsSocketPair::Create>;
Dsnapshot_control_files.h32 static Result<SnapshotControlFiles> Create(
36 using AutoSnapshotControlFiles = AutoSetup<SnapshotControlFiles::Create>;
Dsensors_socket_pair.cpp20 Result<SensorsSocketPair> SensorsSocketPair::Create() { in Create() function in cuttlefish::SensorsSocketPair
Dsnapshot_control_files.cpp22 Result<SnapshotControlFiles> SnapshotControlFiles::Create( in Create() function in cuttlefish::SnapshotControlFiles
/device/google/cuttlefish/host/libs/msg_queue/
DREADME.md17 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");
Dmsg_queue.h23 static std::unique_ptr<SysVMessageQueue> Create(const std::string& queue_name,
Dmsg_queue.cc68 std::unique_ptr<SysVMessageQueue> SysVMessageQueue::Create( in Create() function in cuttlefish::SysVMessageQueue
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp102 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/
Dsecure_env_windows_lib.cpp59 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/
Dservice.cpp39 android::GoldfishComponentStore::Create())); in main()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.h35 static std::unique_ptr<LocalRecorder> Create(const std::string& filename);
Dstreamer.h84 static std::unique_ptr<Streamer> Create(
/device/google/cuttlefish/host/libs/metrics/
Dmetrics_receiver.cc42 auto msg_queue = SysVMessageQueue::Create(queue_name, false); in SendHelper()
/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_windows.h39 static std::unique_ptr<KeymasterWindowsChannel> Create(HANDLE pipe_handle);
Dgatekeeper_channel_windows.h37 static std::unique_ptr<GatekeeperWindowsChannel> Create(HANDLE pipe_handle);
/device/google/cuttlefish/common/libs/fs/
Depoll.h38 static Result<Epoll> Create();
/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/
Dfullscreen_color.h24 static Result<std::unique_ptr<SampleBase>> Create();
/device/google/cuttlefish/host/libs/screen_connector/
Dring_buffer_manager.cpp38 Result<std::unique_ptr<DisplayRingBuffer>> DisplayRingBuffer::Create( in Create() function in cuttlefish::DisplayRingBuffer
132 auto shm_buffer = CF_EXPECT(DisplayRingBuffer::Create( in CreateLocalDisplayBuffer()
Dring_buffer_manager.h42 static Result<std::unique_ptr<DisplayRingBuffer>> Create(
Dcomposition_manager.h36 static Result<std::unique_ptr<CompositionManager>> Create();
/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/
Dsecondary_command_buffer.h24 static Result<std::unique_ptr<SampleBase>> Create();
/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/
Dfullscreen_texture.h24 static Result<std::unique_ptr<SampleBase>> Create();
/device/google/cuttlefish/host/commands/metrics/
Dhost_receiver.cc34 auto msg_queue = SysVMessageQueue::Create(metrics_queue_name_); in ServerLoop()
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h58 static std::unique_ptr<AudioClientConnection> Create(

123