Home
last modified time | relevance | path

Searched refs:label (Results 1 – 17 of 17) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc157 .label = "env", in disk_config()
161 .label = "misc", in disk_config()
165 .label = "boot_a", in disk_config()
169 .label = "boot_b", in disk_config()
173 .label = "vendor_boot_a", in disk_config()
177 .label = "vendor_boot_b", in disk_config()
181 .label = "vbmeta_a", in disk_config()
185 .label = "vbmeta_b", in disk_config()
189 .label = "vbmeta_system_a", in disk_config()
193 .label = "vbmeta_system_b", in disk_config()
[all …]
Dimage_aggregator.h26 std::string label; member
Dimage_aggregator.cc259 std::u16string wide_name(partitions_[i].source.label.begin(), in Beginning()
260 partitions_[i].source.label.end()); in Beginning()
/device/generic/goldfish/tools/
Dmk_qemu_image.sh17 label="${base_srcimg%.*}"
19 target=${dir_name}/$label-qemu.img
43 ${SGDISK:-sgdisk} --new=1:2048:$end --type=1:8300 --change-name=1:$label $target > /dev/null 2>&1
DREADME.md25 Each line with the order of ``</path/to/image>`` ``<partition label>`` ``<partition number>``
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dstreamer.cpp90 std::shared_ptr<VideoSink> AddDisplay(const std::string& label, int width,
93 void AddAudio(const std::string& label) override;
175 std::shared_ptr<VideoSink> StreamerImpl::AddDisplay(const std::string& label, in AddDisplay() argument
181 [this, &label, width, height, dpi, in AddDisplay()
183 if (displays_.count(label)) { in AddDisplay()
184 LOG(ERROR) << "Display with same label already exists: " << label; in AddDisplay()
189 displays_[label] = {width, height, dpi, touch_enabled, source}; in AddDisplay()
195 void StreamerImpl::AddAudio(const std::string& label) { in AddAudio() argument
427 auto& label = entry.first; in CreateClientHandler() local
431 peer_connection_factory_->CreateVideoTrack(label, video_source.get()); in CreateClientHandler()
[all …]
Dclient_handler.cpp184 auto label = evt["display_label"].asString(); in OnMessage() local
189 observer_->OnTouchEvent(label, x, y, down); in OnMessage()
203 auto label = evt["display_label"].asString(); in OnMessage() local
210 observer_->OnMultiTouchEvent(label, id, slot, x, y, initialDown); in OnMessage()
307 const std::string &label) { in AddDisplay() argument
310 peer_connection_->AddTrack(video_track, {label} /* stream_id */); in AddDisplay()
507 auto label = data_channel->label(); in OnDataChannel() local
508 if (label == kInputChannelLabel) { in OnDataChannel()
510 } else if (label == kAdbChannelLabel) { in OnDataChannel()
513 LOG(VERBOSE) << "Data channel connected: " << label; in OnDataChannel()
Dstreamer.h73 virtual std::shared_ptr<VideoSink> AddDisplay(const std::string& label,
79 virtual void AddAudio(const std::string& label) = 0;
Dconnection_observer.h30 virtual void OnMultiTouchEvent(const std::string& label, int id, int slot,
Dclient_handler.h49 const std::string& label);
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dcf_webrtc.js17 function createDataChannel(pc, label, onMessage) { argument
18 console.log('creating data channel: ' + label);
19 let dataChannel = pc.createDataChannel(label);
29 'Data channel=' + label + ' state=' + dataChannel.readyState);
32 console.log('Data channel=' + label + ' data="' + msg.data + '"');
/device/generic/car/common/sepolicy/
Dfile_contexts1 # label the bluetooth@1.0-service.sim or it won't register during system boot
/device/generic/goldfish/sepolicy/common/
Dradio.te1 # Allow the radio to read these properties, they only have an SELinux label in
Drild.te1 # Allow rild to read these properties, they only have an SELinux label in the
/device/google/cuttlefish/shared/sepolicy/vendor/
Dsocket_vsock_proxy.te10 # specific label.
Dgceservice.te23 # The proxy process uses the default label ("kernel") because it is
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h128 …RYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
129 …ECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
130 …d (GL_APIENTRYP PFNGLOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei length, const GLchar *label);
131 … PFNGLGETOBJECTPTRLABELKHRPROC) (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
140 …GL_APIENTRY glObjectLabelKHR (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
141 …etObjectLabelKHR (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
142 …PICALL void GL_APIENTRY glObjectPtrLabelKHR (const void *ptr, GLsizei length, const GLchar *label);
143 …APIENTRY glGetObjectPtrLabelKHR (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label);
732 …IENTRYP PFNGLLABELOBJECTEXTPROC) (GLenum type, GLuint object, GLsizei length, const GLchar *label);
733 …TOBJECTLABELEXTPROC) (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label);
[all …]