Searched refs:widget (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp196 {AUDIO_CAP_PROCESSING_CONTROLS, "Proc widget"},
219 dump_widget_inputs(hda_widget& widget) argument
226 for (uint32 i = 0; i < widget.num_inputs; i++) {
227 int32 input = widget.inputs[i];
229 if ((int32)i != widget.active_input)
241 dump_widget_amplifier_capabilities(hda_widget& widget, bool input) argument
245 capabilities = widget.capabilities.input_amplifier;
247 capabilities = widget.capabilities.output_amplifier;
263 dump_widget_pm_support(hda_widget& widget) argument
266 widget
278 dump_widget_stream_support(hda_widget& widget) argument
308 dump_pin_complex_capabilities(hda_widget& widget) argument
333 hda_widget& widget = audioGroup->widgets[i]; local
478 hda_widget_get_pm_support(hda_audio_group* audioGroup, hda_widget* widget) argument
485 hda_widget_get_stream_support(hda_audio_group* audioGroup, hda_widget* widget) argument
501 hda_widget_get_amplifier_capabilities(hda_audio_group* audioGroup, hda_widget* widget) argument
561 hda_widget_get_connections(hda_audio_group* audioGroup, hda_widget* widget) argument
651 hda_widget& widget = audioGroup->widgets[j]; local
680 hda_widget_prepare_pin_ctrl(hda_audio_group* audioGroup, hda_widget* widget, bool isOutput) argument
772 hda_widget& widget = audioGroup->widgets[i]; local
909 hda_widget_find_output_path(hda_audio_group* audioGroup, hda_widget* widget, uint32 depth, bool &alreadyUsed) argument
963 hda_widget_find_input_path(hda_audio_group* audioGroup, hda_widget* widget, uint32 depth) argument
1032 hda_widget& widget = audioGroup->widgets[i]; local
1087 hda_widget& widget = audioGroup->widgets[i]; local
1139 hda_widget& widget = audioGroup->widgets[i]; local
1192 hda_widget& widget = audioGroup->widgets[i]; local
1213 hda_widget& widget = audioGroup->widgets[i]; local
1237 hda_widget& widget = audioGroup->widgets[i]; local
1362 hda_widget& widget = audioGroup->widgets[i]; local
[all...]
H A Dhda_multi_audio.cpp282 hda_find_multi_string(hda_widget& widget) argument
284 switch (CONF_DEFAULT_DEVICE(widget.d.pin.config)) {
300 ERROR("couln't find a string for widget %" B_PRIu32 " in "
301 "hda_find_multi_string()\n", widget.node_id);
307 hda_find_multi_custom_string(hda_widget& widget, char* custom, uint32 size) argument
310 switch (CONF_DEFAULT_DEVICE(widget.d.pin.config)) {
319 switch (CONF_DEFAULT_COLOR(widget.d.pin.config)) {
357 ERROR("couldn't find a string for widget %" B_PRIu32 " in "
358 "hda_find_multi_custom_string()\n", widget.node_id);
362 = get_widget_location(CONF_DEFAULT_LOCATION(widget
387 hda_create_channel_control(hda_multi* multi, uint32* index, int32 parent, int32 string, hda_widget& widget, bool input, uint32 capabilities, int32 inputIndex, bool& gain, bool& mute) argument
445 hda_create_mux_control(hda_multi *multi, uint32 *index, int32 parent, hda_widget& widget) argument
491 hda_create_control_for_complex(hda_multi* multi, uint32* index, uint32 parent, hda_widget& widget, bool& gain, bool& mute) argument
567 hda_widget& widget = audioGroup->widgets[i]; local
604 hda_widget& widget = audioGroup->widgets[i]; local
[all...]
H A Ddriver.h266 hda_widget widget; member in struct:hda_audio_group
H A Dhda_controller.cpp1010 //channelNum += 2; // TODO stereo widget ? Every output gets the same stream for now
1013 hda_widget* widget = hda_audio_group_get_widget(audioGroup, local
1015 if ((widget->capabilities.audio & AUDIO_CAP_DIGITAL) != 0) {
1373 corb_t verb = MAKE_VERB(audioGroup->codec->addr, audioGroup->widget.node_id,
/haiku/src/kits/tracker/
H A DPose.cpp151 BTextWidget* widget = new BTextWidget(fModel, column, poseView);
152 fWidgetList.AddItem(widget);
154 return widget;
166 BTextWidget* widget = new BTextWidget(fModel, column, poseView);
167 fWidgetList.AddItem(widget);
169 return widget;
177 BTextWidget* widget = WidgetFor(column->AttrHash(), &index); local
178 if (widget != NULL)
189 BTextWidget* widget = fWidgetList.ItemAt(index); local
190 if (widget !
199 OneMouseUp(BTextWidget* widget, BPose* pose, BPoseView* poseView, BColumn* column, BPoint poseLoc, BPoint where) argument
225 OneCheckAndUpdate(BTextWidget* widget, BPose*, BPoseView* poseView, BColumn* column, BPoint poseLoc) argument
260 BTextWidget* widget = WidgetFor(attrHash); local
270 BTextWidget* widget = fWidgetList.ItemAt(i); local
298 BTextWidget* widget = WidgetFor(column->AttrHash()); local
406 BTextWidget* widget = WidgetFor(column->AttrHash()); local
437 BTextWidget* widget = WidgetFor(column->AttrHash()); local
497 BTextWidget* widget = WidgetFor(poseView->FirstColumn()->AttrHash()); local
514 BTextWidget* widget = WidgetFor(poseView->FirstColumn()->AttrHash()); local
539 BTextWidget* widget = WidgetFor(column->AttrHash()); local
593 BTextWidget* widget = WidgetFor(column, poseView, modelOpener); local
766 BTextWidget* widget = fWidgetList.ItemAt(i); local
780 BTextWidget* widget = fWidgetList.ItemAt(i); local
797 BTextWidget* widget = WidgetFor(column->AttrHash(), index); local
930 BTextWidget* widget = WidgetFor(poseView->FirstColumn()->AttrHash()); local
952 BTextWidget* widget = WidgetFor(poseView->FirstColumn()->AttrHash()); local
972 BTextWidget* widget = WidgetFor(poseView->FirstColumn()->AttrHash()); local
[all...]
H A DPoseView.h1348 BTextWidget* widget = pose->WidgetFor(column->AttrHash()); local
1349 if (widget != NULL)
1350 (func)(widget, pose, poseView, column, p1);
1366 BTextWidget* widget = pose->WidgetFor(column->AttrHash()); local
1367 if (widget != NULL)
1368 (func)(widget, pose, poseView, column, p1, p2);
1384 BTextWidget* widget = pose->WidgetFor(column->AttrHash()); local
1385 if (widget != NULL) {
1386 Result result = (func)(widget, pose, poseView, column, p1, p2);
H A DPoseView.cpp2288 // Select widget if there is an active one
2289 BTextWidget* widget; local
2290 if (ActivePose() && ((widget = ActivePose()->ActiveWidget())) != 0)
2291 widget->SelectAll(this);
2821 // add widget for all visible poses
6929 BTextWidget* widget = pose->WidgetFor(column, this, local
6932 if (widget != NULL)
6933 text = widget->Text(this);
7460 BPoseView::SetTextWidgetToCheck(BTextWidget* widget, BTextWidget* old) argument
7463 fTextWidgetToCheck = widget;
7514 BTextWidget* widget; local
9649 BTextWidget* widget local
10477 BTextWidget* widget = pose->WidgetFor(ColumnAt(i), this, modelOpener); local
[all...]
/haiku/src/kits/interface/
H A DShelf.cpp1417 BMessage widget; local
1418 if (data->FindMessage("__widget", &widget) == B_OK) {
1421 dragger = dynamic_cast<BDragger*>(_InstantiateObject(&widget, &draggerImage));

Completed in 124 milliseconds