Searched refs:InitCheck (Results 1 - 9 of 9) sorted by relevance

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.h43 status_t InitCheck() const;
H A Dgraphic_buffer_impl.cpp40 if (buffer->InitCheck() != NO_ERROR) {
100 status_t GraphicBufferImpl::InitCheck() const { function in class:android::GraphicBufferImpl
/frameworks/av/media/libstagefright/include/
H A DESDS.h32 status_t InitCheck() const;
/frameworks/av/media/libstagefright/
H A DESDS.cpp44 status_t ESDS::InitCheck() const { function in class:android::ESDS
H A DUtils.cpp221 CHECK_EQ(esds.InitCheck(), (status_t)OK);
H A DMPEG2TSWriter.cpp164 CHECK_EQ(esds.InitCheck(), (status_t)OK);
H A DOMXCodec.cpp462 CHECK_EQ(esds.InitCheck(), (status_t)OK);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1612 CHECK_EQ(esds.InitCheck(), (status_t)OK);
1725 CHECK_EQ(esds.InitCheck(), (status_t)OK);
1772 CHECK_EQ(esds.InitCheck(), (status_t)OK);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp379 CHECK_EQ(esds.InitCheck(), (status_t)OK);

Completed in 268 milliseconds