HomeSort by relevance Sort by last modified time
    Searched refs:mInitCheck (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.h 42 status_t initCheck() const { return mInitCheck; }
52 status_t mInitCheck;
  /frameworks/base/media/libstagefright/
ESDS.cpp 26 mInitCheck(NO_INIT),
32 mInitCheck = parse();
41 return mInitCheck;
45 if (mInitCheck != OK) {
46 return mInitCheck;
55 if (mInitCheck != OK) {
56 return mInitCheck;
AMRWriter.cpp 32 mInitCheck(mFile != NULL ? OK : NO_INIT),
40 mInitCheck(mFile != NULL ? OK : NO_INIT),
58 return mInitCheck;
62 if (mInitCheck != OK) {
63 return mInitCheck;
102 if (mInitCheck != OK) {
103 return mInitCheck;
AMRExtractor.cpp 87 mInitCheck(NO_INIT) {
125 mInitCheck = OK;
134 if (mInitCheck != OK) {
144 return mInitCheck == OK ? 1 : 0;
148 if (mInitCheck != OK || index != 0) {
156 if (mInitCheck != OK || index != 0) {
AudioSource.cpp 54 mInitCheck = mRecord->initCheck();
67 return mInitCheck;
75 if (mInitCheck != OK) {
110 if (mInitCheck != OK) {
130 if (mInitCheck != OK) {
210 if (mInitCheck != OK) {
WAVExtractor.cpp 88 mInitCheck = init();
97 if (mInitCheck != OK) {
107 return mInitCheck == OK ? 1 : 0;
111 if (mInitCheck != OK || index > 0) {
122 if (mInitCheck != OK || index > 0) {
  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.h 47 status_t initCheck() const { return mInitCheck; }
58 status_t mInitCheck;
  /frameworks/base/media/libstagefright/rtsp/
ARTPSession.cpp 39 : mInitCheck(NO_INIT) {
43 CHECK_EQ(mInitCheck, (status_t)NO_INIT);
59 return mInitCheck;
64 return mInitCheck;
70 return mInitCheck;
76 return mInitCheck;
96 mInitCheck = OK;
ARTPSession.h 55 status_t mInitCheck;
APacketSource.h 59 status_t mInitCheck;
  /frameworks/base/include/media/stagefright/
AMRWriter.h 48 status_t mInitCheck;
AudioSource.h 65 status_t mInitCheck;
  /frameworks/base/media/libstagefright/include/
AACDecoder.h 55 status_t mInitCheck;
AMRExtractor.h 44 status_t mInitCheck;
AMRWBEncoder.h 50 status_t mInitCheck;
ESDS.h 47 status_t mInitCheck;
MP3Extractor.h 41 status_t mInitCheck;
OggExtractor.h 48 status_t mInitCheck;
WAVExtractor.h 45 status_t mInitCheck;
AACEncoder.h 50 status_t mInitCheck;
AVCEncoder.h 68 status_t mInitCheck;
LiveSource.h 60 status_t mInitCheck;
M3UParser.h 51 status_t mInitCheck;
M4vH263Encoder.h 63 status_t mInitCheck;
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 41 mInitCheck(NO_ERROR), mIndex(-1)
54 mInitCheck(NO_ERROR), mIndex(-1)
62 mInitCheck = initSize(w, h, reqFormat, reqUsage);
70 mInitCheck(NO_ERROR), mIndex(-1)
99 return mInitCheck;

Completed in 279 milliseconds

1 2