Searched refs:TunerLocale (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.h30 class TunerLocale class in namespace:Locale
35 TunerLocale(BEntry &entry);
38 ~TunerLocale();
39 static status_t LoadLocales(vector<TunerLocale *> &vector);
40 static status_t ReleaseLocales(vector<TunerLocale *> &vector);
47 typedef vector<TunerLocale *> Locales;
48 typedef vector<TunerLocale *>::iterator LocalesIterator;
H A DTunerLocale.cpp14 #include "TunerLocale.h"
34 TunerLocale::TunerLocale(BEntry &entry) function in class:TunerLocale
49 TunerLocale::~TunerLocale()
53 status_t TunerLocale::InitCheck()
58 status_t TunerLocale::LoadLocale(const char *name)
83 status_t TunerLocale::LoadLocales(vector<TunerLocale *> &vector)
98 TunerLocale *local
[all...]
H A DProducer.cpp126 status_t status = Locale::TunerLocale::LoadLocales(fLocales);
178 Locale::TunerLocale::ReleaseLocales(fLocales);

Completed in 85 milliseconds