/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | disk_flags.cc | 157 .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 …]
|
D | image_aggregator.h | 26 std::string label; member
|
D | image_aggregator.cc | 259 std::u16string wide_name(partitions_[i].source.label.begin(), in Beginning() 260 partitions_[i].source.label.end()); in Beginning()
|
/device/generic/goldfish/tools/ |
D | mk_qemu_image.sh | 17 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
|
D | README.md | 25 Each line with the order of ``</path/to/image>`` ``<partition label>`` ``<partition number>``
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | streamer.cpp | 90 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 …]
|
D | client_handler.cpp | 184 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()
|
D | streamer.h | 73 virtual std::shared_ptr<VideoSink> AddDisplay(const std::string& label, 79 virtual void AddAudio(const std::string& label) = 0;
|
D | connection_observer.h | 30 virtual void OnMultiTouchEvent(const std::string& label, int id, int slot,
|
D | client_handler.h | 49 const std::string& label);
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/ |
D | cf_webrtc.js | 17 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/ |
D | file_contexts | 1 # label the bluetooth@1.0-service.sim or it won't register during system boot
|
/device/generic/goldfish/sepolicy/common/ |
D | radio.te | 1 # Allow the radio to read these properties, they only have an SELinux label in
|
D | rild.te | 1 # Allow rild to read these properties, they only have an SELinux label in the
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | socket_vsock_proxy.te | 10 # specific label.
|
D | gceservice.te | 23 # The proxy process uses the default label ("kernel") because it is
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 128 …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 …]
|