/external/autotest/server/site_tests/audio_AudioVolume/ |
D | audio_AudioVolume.py | 30 def run_once(self, source_id): argument 36 def get_recorder_id(source_id): argument 38 if source_id == chameleon_audio_ids.CrosIds.SPEAKER: 40 elif source_id == chameleon_audio_ids.CrosIds.HEADPHONE: 42 elif source_id == chameleon_audio_ids.CrosIds.HDMI: 44 elif source_id == chameleon_audio_ids.CrosIds.USBOUT: 48 def get_volume_spec(source_id): argument 60 if source_id == chameleon_audio_ids.CrosIds.SPEAKER: 62 elif source_id == chameleon_audio_ids.CrosIds.HEADPHONE: 64 elif source_id == chameleon_audio_ids.CrosIds.HDMI: [all …]
|
/external/openscreen/cast/streaming/ |
D | session_messager.cc | 40 std::string source_id, in SessionMessager() argument 44 OSP_DCHECK(!source_id.empty()); in SessionMessager() 45 message_port_->SetClient(this, source_id); in SessionMessager() 73 std::string source_id, in SenderSessionMessager() argument 77 : SessionMessager(message_port, std::move(source_id), std::move(cb)), in SenderSessionMessager() 124 void SenderSessionMessager::OnMessage(const std::string& source_id, in OnMessage() argument 127 if (source_id != receiver_id_) { in OnMessage() 130 << receiver_id_ << "\", got \"" << source_id << "\""; in OnMessage() 192 std::string source_id, in ReceiverSessionMessager() argument 194 : SessionMessager(message_port, std::move(source_id), std::move(cb)) {} in ReceiverSessionMessager() [all …]
|
D | session_messager.h | 35 std::string source_id, 58 std::string source_id, 75 void OnMessage(const std::string& source_id, 103 std::string source_id, 113 void OnMessage(const std::string& source_id,
|
/external/webrtc/api/transport/rtp/ |
D | rtp_source.h | 39 uint32_t source_id, in RtpSource() argument 44 source_id, in RtpSource() 50 uint32_t source_id, in RtpSource() argument 55 source_id_(source_id), in RtpSource() 71 uint32_t source_id() const { return source_id_; } in source_id() function 91 return timestamp_ms_ == o.timestamp_ms() && source_id_ == o.source_id() &&
|
/external/webrtc/modules/desktop_capture/ |
D | full_screen_window_detector.cc | 68 DesktopCapturer::SourceId source_id) { in CreateApplicationHandlerIfNeeded() argument 69 if (no_handler_source_id_ == source_id) { in CreateApplicationHandlerIfNeeded() 73 if (app_handler_ == nullptr || app_handler_->GetSourceId() != source_id) { in CreateApplicationHandlerIfNeeded() 75 ? application_handler_factory_(source_id) in CreateApplicationHandlerIfNeeded() 80 no_handler_source_id_ = source_id; in CreateApplicationHandlerIfNeeded()
|
/external/openscreen/cast/common/channel/ |
D | connection_namespace_handler_unittest.cc | 46 const std::string& source_id, in MakeVersionedConnectMessage() argument 50 CastMessage connect_message = MakeConnectMessage(source_id, destination_id); in MakeVersionedConnectMessage() 70 const std::string& source_id, in VerifyConnectionMessage() argument 72 EXPECT_EQ(message.source_id(), source_id); in VerifyConnectionMessage() 101 const std::string& source_id, in ExpectCloseMessage() argument 104 .WillOnce(Invoke([&source_id, &destination_id](CastSocket* socket, in ExpectCloseMessage() 106 VerifyConnectionMessage(message, source_id, destination_id); in ExpectCloseMessage() 117 const std::string& source_id, in ExpectConnectedMessage() argument 121 .WillOnce(Invoke([&source_id, &destination_id, version]( in ExpectConnectedMessage() 123 VerifyConnectionMessage(message, source_id, destination_id); in ExpectConnectedMessage()
|
D | message_util.cc | 78 CastMessage MakeConnectionMessage(const std::string& source_id, in MakeConnectionMessage() argument 82 connect_message.set_source_id(source_id); in MakeConnectionMessage() 113 CastMessage MakeConnectMessage(const std::string& source_id, in MakeConnectMessage() argument 116 MakeConnectionMessage(source_id, destination_id); in MakeConnectMessage() 148 CastMessage MakeCloseMessage(const std::string& source_id, in MakeCloseMessage() argument 150 CastMessage close_message = MakeConnectionMessage(source_id, destination_id); in MakeCloseMessage()
|
/external/openscreen/cast/sender/ |
D | cast_app_discovery_service_impl.cc | 41 const std::string& source_id = source.source_id(); in StartObservingAvailability() local 50 auto& callbacks = avail_queries_[source_id]; in StartObservingAvailability() 132 const std::string& source_id = source.source_id(); in UpdateAvailabilityQueries() local 133 auto it = avail_queries_.find(source_id); in UpdateAvailabilityQueries() 182 const std::string& source_id = entry->first; in RemoveAvailabilityCallback() local 192 availability_tracker_.UnregisterSource(source_id); in RemoveAvailabilityCallback()
|
D | cast_app_availability_tracker.cc | 17 if (registered_sources_.find(source.source_id()) != in RegisterSource() 22 registered_sources_.emplace(source.source_id(), source); in RegisterSource() 35 UnregisterSource(source.source_id()); in UnregisterSource() 39 const std::string& source_id) { in UnregisterSource() argument 40 auto it = registered_sources_.find(source_id); in UnregisterSource()
|
/external/perfetto/src/trace_processor/importers/common/ |
D | flow_tracker.h | 56 FlowId GetFlowIdForV1Event(uint64_t source_id, StringId cat, StringId name); 62 uint64_t source_id; member 67 return o.source_id == source_id && o.cat == cat && o.name == name; 74 hasher.Update(c.source_id); in operator()
|
D | track_tracker.h | 51 int64_t source_id, 127 int64_t source_id = 0; member 132 return std::tie(l.source_id, l.upid, l.source_scope) < 133 std::tie(r.source_id, r.upid, r.source_scope);
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, in TransformationAddCopyMemory() argument 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 62 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 92 message_.source_id()); in IsApplicable() 110 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}})); in Apply() 117 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, in TransformationAddCopyMemory() argument 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 62 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 92 message_.source_id()); in IsApplicable() 110 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}})); in Apply() 117 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply()
|
/external/perfetto/test/trace_processor/track_event/ |
D | track_event_merged_debug_annotations_args.out | 4 "source_id","source_id",1,"[NULL]" 6 "source_id","source_id",1234,"[NULL]"
|
D | track_event_chrome_histogram_sample_args.out | 4 "source_id","source_id",0,"[NULL]"
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_add_copy_memory.cpp | 30 uint32_t fresh_id, uint32_t source_id, SpvStorageClass storage_class, in TransformationAddCopyMemory() argument 34 message_.set_source_id(source_id); in TransformationAddCopyMemory() 62 ir_context->get_def_use_mgr()->GetDef(message_.source_id()); in IsApplicable() 92 message_.source_id()); in IsApplicable() 110 ir_context, fuzzerutil::GetTypeId(ir_context, message_.source_id())), in Apply() 136 {SPV_OPERAND_TYPE_ID, {message_.source_id()}}}); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 118 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() argument 121 assert(source_id != original_target_id); in RedirectEdge() 122 assert(source_id != new_target_id); in RedirectEdge() 130 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 162 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 163 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 118 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() argument 121 assert(source_id != original_target_id); in RedirectEdge() 122 assert(source_id != new_target_id); in RedirectEdge() 130 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 162 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 163 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 115 uint32_t source_id, uint32_t original_target_id, uint32_t new_target_id) { in RedirectEdge() argument 118 assert(source_id != original_target_id); in RedirectEdge() 119 assert(source_id != new_target_id); in RedirectEdge() 127 auto terminator = context_->cfg()->block(source_id)->terminator(); in RedirectEdge() 159 source_id, context_->cfg()->block(original_target_id)); in RedirectEdge() 160 AdaptPhiInstructionsForAddedEdge(source_id, in RedirectEdge()
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_frame.cc | 28 bool DxgiFrame::Prepare(DesktopSize size, DesktopCapturer::SourceId source_id) { in Prepare() argument 29 if (source_id != source_id_) { in Prepare() 31 source_id_ = source_id; in Prepare()
|
/external/google-breakpad/src/common/ |
D | module.cc | 179 file->source_id = -1; in FindFile() 210 file_it->second->source_id = -1; in AssignSourceIds() 220 line_it->file->source_id = 0; in AssignSourceIds() 230 if (!file_it->second->source_id) in AssignSourceIds() 231 file_it->second->source_id = next_source_id++; in AssignSourceIds() 281 if (file->source_id >= 0) { in Write() 282 stream << "FILE " << file->source_id << " " << file->name << "\n"; in Write() 312 << line_it->file->source_id << "\n"; in Write()
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 122 int source_id; member 407 int source_id = 0; in LoadAllSymbols() local 421 source_file_info.source_id = source_id++; in LoadAllSymbols() 423 source_file_info.source_id = -1; in LoadAllSymbols() 513 if (symbols.source_file_info[i].source_id != -1) { in WriteSourceFileInfo() 516 symbols.source_file_info[i].source_id, name)) in WriteSourceFileInfo() 523 bool WriteOneFunction(int fd, int source_id, in WriteOneFunction() argument 549 source_id)) in WriteOneFunction() 562 if (!WriteOneFunction(fd, file_info.source_id, func_info)) in WriteFunctionInfo()
|
/external/selinux/secilc/docs/ |
D | cil_access_vector_rules.md | 11 (allow source_id target_id|self classpermissionset_id ...) 26 <td align="left"><p><code>source_id</code></p></td> 95 (auditallow source_id target_id|self classpermissionset_id ...) 110 <td align="left"><p><code>source_id</code></p></td> 143 (dontaudit source_id target_id|self classpermissionset_id ...) 158 <td align="left"><p><code>source_id</code></p></td> 188 (neverallow source_id target_id|self classpermissionset_id ...) 203 <td align="left"><p><code>source_id</code></p></td> 243 (allowx source_id target_id|self permissionx_id) 258 <td align="left"><p><code>source_id</code></p></td> [all …]
|
/external/angle/extensions/ |
D | CHROMIUM_compressed_copy_texture.txt | 42 void glCompressedCopyTextureCHROMIUM (GLuint source_id, GLuint dest_id) 44 Copies the contents of a compressed texture referred to by <source_id> to 63 INVALID_VALUE is generated if <source_id> or <dest_id> are not valid texture
|
/external/autotest/server/site_tests/audio_AudioArtifacts/ |
D | audio_AudioArtifacts.py | 31 def run_once(self, host, source_id, sink_id, recorder_id, argument 63 if (source_id == chameleon_audio_ids.CrosIds.SPEAKER and 76 source = widget_factory.create_widget(source_id)
|