Lines Matching defs:BParameterWeb

12 	BParameterWeb, BParameterGroup, BParameter, BNullParameter,
325 // #pragma mark - BParameterWeb
328 BParameterWeb::BParameterWeb()
341 BParameterWeb::~BParameterWeb()
356 BParameterWeb::Node()
363 BParameterWeb::MakeGroup(const char* name)
381 BParameterWeb::CountGroups()
388 BParameterWeb::GroupAt(int32 index)
395 BParameterWeb::CountParameters()
420 BParameterWeb::ParameterAt(int32 index)
451 BParameterWeb::IsFixedSize() const
458 BParameterWeb::TypeCode() const
465 BParameterWeb::FlattenedSize() const
501 BParameterWeb::Flatten(void* buffer, ssize_t size) const
508 ssize_t actualSize = BParameterWeb::FlattenedSize();
528 ERROR("BParameterWeb::Flatten(): group is NULL\n");
534 ERROR("BParameterWeb::Flatten(): buffer too small\n");
553 BParameterWeb::AllowsTypeCode(type_code code) const
560 BParameterWeb::Unflatten(type_code code, const void* buffer, ssize_t size)
565 ERROR("BParameterWeb::Unflatten(): wrong type code\n");
570 ERROR("BParameterWeb::Unflatten(): NULL buffer pointer\n");
578 ERROR("BParameterWeb::Unflatten(): size to small\n");
598 ERROR("BParameterWeb::Unflatten(): wrong version %" B_PRId32 " (%"
618 ERROR("BParameterWeb::Unflatten(): buffer too small\n");
626 ERROR("BParameterWeb::Unflatten(): unflatten group failed\n");
663 BParameterWeb::AddRefFix(void* oldItem, void* newItem)
673 BParameterGroup::BParameterGroup(BParameterWeb* web, const char* name)
706 BParameterWeb*
1208 BParameterWeb*
1277 ERROR("BParameter::GetValue: no parent BParameterWeb\n");
1283 ERROR("BParameter::GetValue: the parent BParameterWeb is not assigned to a BMediaNode\n");
1348 ERROR("BParameter::SetValue: no parent BParameterWeb\n");
1354 ERROR("BParameter::SetValue: the parent BParameterWeb is not assigned "
1710 media_parameter_type type, BParameterWeb* web, const char* name,
1754 This is called by BParameterWeb::Unflatten().
1959 BParameterWeb* web, const char* name, const char* kind,
2210 BParameterWeb* web, const char* name, const char* kind)
2327 BParameterWeb* web, const char* name, const char* kind,
2373 BParameterWeb* web, const char* name, const char* kind)
2387 status_t BParameterWeb::_Reserved_ControlWeb_0(void *) { return B_ERROR; }
2388 status_t BParameterWeb::_Reserved_ControlWeb_1(void *) { return B_ERROR; }
2389 status_t BParameterWeb::_Reserved_ControlWeb_2(void *) { return B_ERROR; }
2390 status_t BParameterWeb::_Reserved_ControlWeb_3(void *) { return B_ERROR; }
2391 status_t BParameterWeb::_Reserved_ControlWeb_4(void *) { return B_ERROR; }
2392 status_t BParameterWeb::_Reserved_ControlWeb_5(void *) { return B_ERROR; }
2393 status_t BParameterWeb::_Reserved_ControlWeb_6(void *) { return B_ERROR; }
2394 status_t BParameterWeb::_Reserved_ControlWeb_7(void *) { return B_ERROR; }