Searched refs:BFileInterface (Results 1 – 10 of 10) sorted by relevance
24 BFileInterface::~BFileInterface() in ~BFileInterface()38 BFileInterface::BFileInterface() in BFileInterface() function in BFileInterface48 BFileInterface::HandleMessage(int32 message, in HandleMessage()145 status_t BFileInterface::_Reserved_FileInterface_0(void *) { return B_ERROR; } in _Reserved_FileInterface_0()146 status_t BFileInterface::_Reserved_FileInterface_1(void *) { return B_ERROR; } in _Reserved_FileInterface_1()147 status_t BFileInterface::_Reserved_FileInterface_2(void *) { return B_ERROR; } in _Reserved_FileInterface_2()148 status_t BFileInterface::_Reserved_FileInterface_3(void *) { return B_ERROR; } in _Reserved_FileInterface_3()149 status_t BFileInterface::_Reserved_FileInterface_4(void *) { return B_ERROR; } in _Reserved_FileInterface_4()150 status_t BFileInterface::_Reserved_FileInterface_5(void *) { return B_ERROR; } in _Reserved_FileInterface_5()151 status_t BFileInterface::_Reserved_FileInterface_6(void *) { return B_ERROR; } in _Reserved_FileInterface_6()[all …]
426 fFileInterfaceThis = dynamic_cast<BFileInterface*>(this); in WaitForMessage()432 && fFileInterfaceThis->BFileInterface::HandleMessage( in WaitForMessage()
15 class BFileInterface : public virtual BMediaNode {17 virtual ~BFileInterface();20 BFileInterface();43 BFileInterface(const BFileInterface& other);44 BFileInterface& operator=(const BFileInterface& other);
18 class BFileInterface; variable322 BFileInterface* fFileInterfaceThis;
18 \brief Provides BFileInterface abstract class.23 \class BFileInterface28 You should derive your subclass from BFileInterface so that your34 in addition to BFileInterface.39 \fn BFileInterface::BFileInterface()45 \fn BFileInterface::~BFileInterface()51 \fn status_t BFileInterface::HandleMessage(int32 message,71 \fn status_t BFileInterface::GetNextFileFormat(int32* cookie,98 \fn void BFileInterface::DisposeFileFormatCookie(int32 cookie) = 0;110 \fn status_t BFileInterface::GetDuration(bigtime_t* _time) = 0;[all …]
35 CPPUNIT_ASSERT_EQUAL(236, sizeof(BFileInterface)); in TestSize()
100 class BFileInterface; variable
14 public BFileInterface,
23 public BFileInterface,
45 BFileInterface(), in AbstractFileInterfaceNode()193 status = BFileInterface::HandleMessage(message,data,size); in HandleMessage()