Lines Matching defs:BParameterWeb

12 	BParameterWeb, BParameterGroup, BParameter, BNullParameter,
328 // #pragma mark - BParameterWeb
331 BParameterWeb::BParameterWeb()
344 BParameterWeb::~BParameterWeb()
359 BParameterWeb::Node()
366 BParameterWeb::MakeGroup(const char* name)
384 BParameterWeb::CountGroups()
391 BParameterWeb::GroupAt(int32 index)
398 BParameterWeb::CountParameters()
423 BParameterWeb::ParameterAt(int32 index)
455 BParameterWeb::IsFixedSize() const
462 BParameterWeb::TypeCode() const
469 BParameterWeb::FlattenedSize() const
504 BParameterWeb::Flatten(void* buffer, ssize_t size) const
511 ssize_t actualSize = BParameterWeb::FlattenedSize();
531 ERROR("BParameterWeb::Flatten(): group is NULL\n");
537 ERROR("BParameterWeb::Flatten(): buffer too small\n");
556 BParameterWeb::AllowsTypeCode(type_code code) const
563 BParameterWeb::Unflatten(type_code code, const void* buffer, ssize_t size)
568 ERROR("BParameterWeb::Unflatten(): wrong type code\n");
573 ERROR("BParameterWeb::Unflatten(): NULL buffer pointer\n");
581 ERROR("BParameterWeb::Unflatten(): size to small\n");
601 ERROR("BParameterWeb::Unflatten(): wrong version %" B_PRId32 " (%"
621 ERROR("BParameterWeb::Unflatten(): buffer too small\n");
629 ERROR("BParameterWeb::Unflatten(): unflatten group failed\n");
666 BParameterWeb::AddRefFix(void* oldItem, void* newItem)
676 BParameterGroup::BParameterGroup(BParameterWeb* web, const char* name)
709 BParameterWeb*
1219 BParameterWeb*
1288 ERROR("BParameter::GetValue: no parent BParameterWeb\n");
1294 ERROR("BParameter::GetValue: the parent BParameterWeb is not assigned to a BMediaNode\n");
1359 ERROR("BParameter::SetValue: no parent BParameterWeb\n");
1365 ERROR("BParameter::SetValue: the parent BParameterWeb is not assigned "
1722 media_parameter_type type, BParameterWeb* web, const char* name,
1766 This is called by BParameterWeb::Unflatten().
1971 BParameterWeb* web, const char* name, const char* kind,
2232 BParameterWeb* web, const char* name, const char* kind)
2349 BParameterWeb* web, const char* name, const char* kind,
2395 BParameterWeb* web, const char* name, const char* kind)
2409 status_t BParameterWeb::_Reserved_ControlWeb_0(void *) { return B_ERROR; }
2410 status_t BParameterWeb::_Reserved_ControlWeb_1(void *) { return B_ERROR; }
2411 status_t BParameterWeb::_Reserved_ControlWeb_2(void *) { return B_ERROR; }
2412 status_t BParameterWeb::_Reserved_ControlWeb_3(void *) { return B_ERROR; }
2413 status_t BParameterWeb::_Reserved_ControlWeb_4(void *) { return B_ERROR; }
2414 status_t BParameterWeb::_Reserved_ControlWeb_5(void *) { return B_ERROR; }
2415 status_t BParameterWeb::_Reserved_ControlWeb_6(void *) { return B_ERROR; }
2416 status_t BParameterWeb::_Reserved_ControlWeb_7(void *) { return B_ERROR; }