HomeSort by relevance Sort by last modified time
    Searched refs:mInitCheck (Results 26 - 50 of 54) sorted by null

12 3

  /frameworks/native/libs/ui/
GraphicBuffer.cpp 39 mInitCheck(NO_ERROR), mIndex(-1)
52 mInitCheck(NO_ERROR), mIndex(-1)
60 mInitCheck = initSize(w, h, reqFormat, reqUsage);
68 mInitCheck(NO_ERROR), mIndex(-1)
81 mInitCheck(NO_ERROR), mIndex(-1), mWrappedBuffer(buffer)
112 return mInitCheck;
  /frameworks/av/include/media/stagefright/
AudioSource.h 77 status_t mInitCheck;
MediaCodecList.h 73 status_t mInitCheck;
CameraSource.h 152 status_t mInitCheck;
MPEG4Writer.h 76 status_t mInitCheck;
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 61 status_t mInitCheck;
Drm.h 125 status_t mInitCheck;
  /frameworks/av/media/libstagefright/include/
AACEncoder.h 50 status_t mInitCheck;
M3UParser.h 52 status_t mInitCheck;
AVIExtractor.h 81 status_t mInitCheck;
MPEG4Extractor.h 83 status_t mInitCheck;
  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 412 : mInitCheck(NO_INIT),
426 mInitCheck = OK;
452 mInitCheck = ERROR_UNSUPPORTED;
464 mInitCheck = ERROR_UNSUPPORTED;
497 mInitCheck = ERROR_UNSUPPORTED;
510 mInitCheck = ERROR_UNSUPPORTED;
536 mInitCheck = ERROR_UNSUPPORTED;
547 mInitCheck = ERROR_UNSUPPORTED;
572 mInitCheck = ERROR_UNSUPPORTED;
580 return mInitCheck;
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 67 : mInitCheck(NO_INIT)
161 mInitCheck = NO_ERROR;
494 if (mInitCheck != NO_ERROR)
495 return mInitCheck;
550 if (mInitCheck != NO_ERROR)
551 return mInitCheck;
593 if (mInitCheck != NO_ERROR)
594 return mInitCheck;
SensorService.h 131 status_t mInitCheck;
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 87 status_t mInitCheck;
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.h 83 status_t mInitCheck;
Converter.cpp 45 : mInitCheck(NO_INIT),
69 mInitCheck = initEncoder();
71 if (mInitCheck != OK) {
123 return mInitCheck;
  /frameworks/wilhelm/src/android/include/
AacAdtsExtractor.h 90 status_t mInitCheck;
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 97 mInitCheck = init();
106 if (mInitCheck != OK) {
116 return mInitCheck == OK ? 1 : 0;
120 if (mInitCheck != OK || index > 0) {
131 if (mInitCheck != OK || index > 0) {
CameraSource.cpp 180 mInitCheck = init(camera, proxy, cameraId,
184 if (mInitCheck != OK) releaseCamera();
188 return mInitCheck;
572 } else if (mInitCheck == OK) {
614 if (mInitCheck != OK) {
616 return mInitCheck;
MP3Extractor.cpp 251 : mInitCheck(NO_INIT),
279 // mInitCheck will remain NO_INIT
351 mInitCheck = OK;
388 return mInitCheck != OK ? 0 : 1;
392 if (mInitCheck != OK || index != 0) {
402 if (mInitCheck != OK || index != 0) {
586 if (mInitCheck != OK) {
OggExtractor.cpp 973 mInitCheck(NO_INIT),
976 mInitCheck = mImpl->seekToOffset(0);
978 if (mInitCheck == OK) {
979 mInitCheck = mImpl->init();
989 return mInitCheck != OK ? 0 : 1;
CameraSourceTimeLapse.cpp 85 mInitCheck = NO_INIT;
  /frameworks/native/include/ui/
GraphicBuffer.h 149 ssize_t mInitCheck;
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 31 : mInitCheck(NO_INIT),
37 mInitCheck = parse(data, size);
44 return mInitCheck;

Completed in 2104 milliseconds

12 3