Advertisement
nicklovell123

Untitled

Jul 25th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 KB | None | 0 0
  1. In file included from frameworks/av/services/audioflinger/AudioFlinger.cpp:66:0:
  2. frameworks/av/services/audioflinger/AudioFlinger.h: In constructor 'android::AudioFlinger::AudioFlinger()':
  3. frameworks/av/services/audioflinger/AudioFlinger.h:833:13: warning: 'android::AudioFlinger::mGlobalEffectEnableTime' will be initialized after [-Wreorder]
  4. In file included from frameworks/av/services/audioflinger/AudioFlinger.cpp:66:0:
  5. frameworks/av/services/audioflinger/AudioFlinger.h:779:31: warning: 'volatile bool android::AudioFlinger::mAllChainsLocked' [-Wreorder]
  6. frameworks/av/services/audioflinger/AudioFlinger.cpp:164:1: warning: when initialized here [-Wreorder]
  7. frameworks/av/services/audioflinger/AudioFlinger.cpp: In member function 'virtual android::status_t android::AudioFlinger::setParameters(audio_io_handle_t, const android::String8&)':
  8. frameworks/av/services/audioflinger/AudioFlinger.cpp:1136:58: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  9. frameworks/av/services/audioflinger/AudioFlinger.cpp: In member function 'virtual android::sp<android::IAudioRecord> android::AudioFlinger::openRecord(audio_io_handle_t, uint32_t, audio_format_t, audio_channel_mask_t, size_t, android::IAudioFlinger::track_flags_t*, pid_t, int*, android::status_t*)':
  10. frameworks/av/services/audioflinger/AudioFlinger.cpp:1648:72: warning: 'inFrameCount' may be used uninitialized in this function [-Wmaybe-uninitialized]
  11. frameworks/av/services/audioflinger/AudioFlinger.cpp:1560:12: note: 'inFrameCount' was declared here
  12. In file included from frameworks/av/services/audioflinger/AudioFlinger.h:440:0,
  13. from frameworks/av/services/audioflinger/Threads.cpp:70:
  14. frameworks/av/services/audioflinger/Threads.h: In constructor 'android::AudioFlinger::PlaybackThread::PlaybackThread(const android::sp<android::AudioFlinger>&, android::AudioFlinger::AudioStreamOut*, audio_io_handle_t, audio_devices_t, android::AudioFlinger::ThreadBase::type_t)':
  15. frameworks/av/services/audioflinger/Threads.h:632:14: warning: 'android::AudioFlinger::PlaybackThread::mScreenState' will be initialized after [-Wreorder]
  16. frameworks/av/services/audioflinger/Threads.h:567:26: warning: 'audio_output_flags_t android::AudioFlinger::PlaybackThread::mOutputFlags' [-Wreorder]
  17. frameworks/av/services/audioflinger/Threads.cpp:1066:1: warning: when initialized here [-Wreorder]
  18. frameworks/av/services/audioflinger/Threads.cpp: In member function 'virtual bool android::AudioFlinger::PlaybackThread::threadLoop()':
  19. frameworks/av/services/audioflinger/Threads.cpp:2492:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  20. In file included from frameworks/av/services/audioflinger/Threads.cpp:70:0:
  21. frameworks/av/services/audioflinger/AudioFlinger.h: In constructor 'android::AudioFlinger::DirectAudioTrack::DirectAudioTrack(const android::sp<android::AudioFlinger>&, int, android::AudioFlinger::AudioSessionDescriptor*, android::IDirectTrackClient*, audio_output_flags_t)':
  22. frameworks/av/services/audioflinger/AudioFlinger.h:594:26: warning: 'android::AudioFlinger::DirectAudioTrack::mAudioFlinger' will be initialized after [-Wreorder]
  23. frameworks/av/services/audioflinger/AudioFlinger.h:541:13: warning: 'int android::AudioFlinger::DirectAudioTrack::mOutput' [-Wreorder]
  24. frameworks/av/services/audioflinger/Threads.cpp:5812:1: warning: when initialized here [-Wreorder]
  25. In file included from frameworks/av/services/audioflinger/Threads.cpp:70:0:
  26. frameworks/av/services/audioflinger/AudioFlinger.h:541:13: warning: 'android::AudioFlinger::DirectAudioTrack::mOutput' will be initialized after [-Wreorder]
  27. frameworks/av/services/audioflinger/AudioFlinger.h:540:33: warning: 'android::AudioFlinger::AudioSessionDescriptor* android::AudioFlinger::DirectAudioTrack::mOutputDesc' [-Wreorder]
  28. frameworks/av/services/audioflinger/Threads.cpp:5812:1: warning: when initialized here [-Wreorder]
  29. In file included from frameworks/av/services/audioflinger/Threads.cpp:70:0:
  30. frameworks/av/services/audioflinger/AudioFlinger.h:540:33: warning: 'android::AudioFlinger::DirectAudioTrack::mOutputDesc' will be initialized after [-Wreorder]
  31. frameworks/av/services/audioflinger/AudioFlinger.h:539:29: warning: 'android::IDirectTrackClient* android::AudioFlinger::DirectAudioTrack::mClient' [-Wreorder]
  32. frameworks/av/services/audioflinger/Threads.cpp:5812:1: warning: when initialized here [-Wreorder]
  33. In file included from frameworks/av/services/audioflinger/Threads.cpp:70:0:
  34. frameworks/av/services/audioflinger/AudioFlinger.h:574:14: warning: 'android::AudioFlinger::DirectAudioTrack::mEffectConfigChanged' will be initialized after [-Wreorder]
  35. frameworks/av/services/audioflinger/AudioFlinger.h:572:14: warning: 'bool android::AudioFlinger::DirectAudioTrack::mKillEffectsThread' [-Wreorder]
  36. frameworks/av/services/audioflinger/Threads.cpp:5812:1: warning: when initialized here [-Wreorder]
  37. In file included from frameworks/av/services/audioflinger/Threads.cpp:70:0:
  38. frameworks/av/services/audioflinger/AudioFlinger.h:572:14: warning: 'android::AudioFlinger::DirectAudioTrack::mKillEffectsThread' will be initialized after [-Wreorder]
  39. frameworks/av/services/audioflinger/AudioFlinger.h:543:30: warning: 'audio_output_flags_t android::AudioFlinger::DirectAudioTrack::mFlag' [-Wreorder]
  40. frameworks/av/services/audioflinger/Threads.cpp:5812:1: warning: when initialized here [-Wreorder]
  41. frameworks/av/services/audioflinger/Effects.cpp: In member function 'android::sp<android::AudioFlinger::EffectModule> android::AudioFlinger::EffectChain::getEffectFromIndex_l(int)':
  42. frameworks/av/services/audioflinger/Effects.cpp:1342:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  43. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioPolicyService.cpp
  44. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/ServiceUtilities.cpp
  45. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/StateQueue.cpp
  46. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/FastMixer.cpp
  47. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/FastMixerState.cpp
  48. target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioWatchdog.cpp
  49. target StaticLib: libscheduling_policy (/home/nicklovell23/caf/out/target/product/d2lte/obj/STATIC_LIBRARIES/libscheduling_policy_intermediates/libscheduling_policy.a)
  50. target StaticLib: libcpustats (/home/nicklovell23/caf/out/target/product/d2lte/obj/STATIC_LIBRARIES/libcpustats_intermediates/libcpustats.a)
  51. target StaticLib: libmedia_helper (/home/nicklovell23/caf/out/target/product/d2lte/obj/STATIC_LIBRARIES/libmedia_helper_intermediates/libmedia_helper.a)
  52. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/ActivityManager.cpp
  53. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/Crypto.cpp
  54. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/Drm.cpp
  55. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/HDCP.cpp
  56. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MediaPlayerFactory.cpp
  57. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MediaPlayerService.cpp
  58. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MediaRecorderClient.cpp
  59. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MetadataRetrieverClient.cpp
  60. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MidiFile.cpp
  61. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/MidiMetadataRetriever.cpp
  62. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/RemoteDisplay.cpp
  63. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/SharedLibrary.cpp
  64. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/StagefrightPlayer.cpp
  65. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/StagefrightRecorder.cpp
  66. target thumb C++: libmediaplayerservice <= frameworks/av/media/libmediaplayerservice/TestPlayerStub.cpp
  67. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/ACodec.cpp
  68. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AACExtractor.cpp
  69. In file included from frameworks/av/media/libmediaplayerservice/StagefrightRecorder.cpp:26:0:
  70. frameworks/av/media/libmediaplayerservice/StagefrightRecorder.h: In constructor 'android::StagefrightRecorder::StagefrightRecorder()':
  71. frameworks/av/media/libmediaplayerservice/StagefrightRecorder.h:132:28: warning: 'android::StagefrightRecorder::mSurfaceMediaSource' will be initialized after [-Wreorder]
  72. frameworks/av/media/libmediaplayerservice/StagefrightRecorder.h:127:10: warning: 'bool android::StagefrightRecorder::mRecPaused' [-Wreorder]
  73. frameworks/av/media/libmediaplayerservice/StagefrightRecorder.cpp:90:1: warning: when initialized here [-Wreorder]
  74. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AACWriter.cpp
  75. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AMRExtractor.cpp
  76. In file included from frameworks/av/media/libstagefright/AACExtractor.cpp:21:0:
  77. frameworks/av/media/libstagefright/include/AACExtractor.h: In constructor 'android::AACExtractor::AACExtractor(const android::sp<android::DataSource>&, const android::sp<android::AMessage>&)':
  78. frameworks/av/media/libstagefright/include/AACExtractor.h:52:13: warning: 'android::AACExtractor::mFrameDurationUs' will be initialized after [-Wreorder]
  79. frameworks/av/media/libstagefright/include/AACExtractor.h:48:18: warning: 'android::sp<android::MetaData> android::AACExtractor::mApeMeta' [-Wreorder]
  80. frameworks/av/media/libstagefright/AACExtractor.cpp:135:1: warning: when initialized here [-Wreorder]
  81. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AMRWriter.cpp
  82. frameworks/av/media/libstagefright/ACodec.cpp: In member function 'android::status_t android::ACodec::configureCodec(const char*, const android::sp<android::AMessage>&)':
  83. frameworks/av/media/libstagefright/ACodec.cpp:1223:159: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int32_t {aka int}' [-Wformat]
  84. frameworks/av/media/libstagefright/ACodec.cpp:1223:159: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'int32_t {aka int}' [-Wformat]
  85. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AudioPlayer.cpp
  86. frameworks/av/media/libstagefright/AMRExtractor.cpp: In member function 'virtual android::status_t android::AMRSource::read(android::MediaBuffer**, const android::MediaSource::ReadOptions*)':
  87. frameworks/av/media/libstagefright/AMRExtractor.cpp:262:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  88. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AudioSource.cpp
  89. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/AwesomePlayer.cpp
  90. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/CameraSource.cpp
  91. In file included from frameworks/av/media/libstagefright/AudioSource.cpp:24:0:
  92. frameworks/av/include/media/stagefright/AudioSource.h: In constructor 'android::AudioSource::AudioSource(audio_source_t, uint32_t, uint32_t)':
  93. frameworks/av/include/media/stagefright/AudioSource.h:89:13: warning: 'android::AudioSource::mPrevSampleTimeUs' will be initialized after [-Wreorder]
  94. frameworks/av/include/media/stagefright/AudioSource.h:83:10: warning: 'bool android::AudioSource::mRecPaused' [-Wreorder]
  95. frameworks/av/media/libstagefright/AudioSource.cpp:58:1: warning: when initialized here [-Wreorder]
  96. frameworks/av/media/libstagefright/AudioSource.cpp:107:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  97. In file included from frameworks/av/media/libstagefright/AudioSource.cpp:24:0:
  98. frameworks/av/include/media/stagefright/AudioSource.h: In constructor 'android::AudioSource::AudioSource(audio_source_t, const android::sp<android::MetaData>&)':
  99. frameworks/av/include/media/stagefright/AudioSource.h:121:13: warning: 'android::AudioSource::mMime' will be initialized after [-Wreorder]
  100. frameworks/av/include/media/stagefright/AudioSource.h:83:10: warning: 'bool android::AudioSource::mRecPaused' [-Wreorder]
  101. frameworks/av/media/libstagefright/AudioSource.cpp:131:1: warning: when initialized here [-Wreorder]
  102. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/CameraSourceTimeLapse.cpp
  103. In file included from frameworks/av/media/libstagefright/CameraSource.cpp:24:0:
  104. frameworks/av/include/media/stagefright/CameraSource.h: In constructor 'android::CameraSource::CameraSource(const android::sp<android::ICamera>&, const android::sp<android::ICameraRecordingProxy>&, int32_t, const android::String16&, uid_t, android::Size, int32_t, const android::sp<android::IGraphicBufferProducer>&, bool)':
  105. frameworks/av/include/media/stagefright/CameraSource.h:204:13: warning: 'android::CameraSource::mNumGlitches' will be initialized after [-Wreorder]
  106. frameworks/av/include/media/stagefright/CameraSource.h:166:10: warning: 'bool android::CameraSource::mRecPause' [-Wreorder]
  107. frameworks/av/media/libstagefright/CameraSource.cpp:170:1: warning: when initialized here [-Wreorder]
  108. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/ClockEstimator.cpp
  109. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/DataSource.cpp
  110. In file included from frameworks/av/media/libstagefright/AwesomePlayer.cpp:29:0:
  111. frameworks/av/media/libstagefright/include/AwesomePlayer.h: In constructor 'android::AwesomePlayer::AwesomePlayer()':
  112. frameworks/av/media/libstagefright/include/AwesomePlayer.h:415:10: warning: 'android::AwesomePlayer::mReadRetry' will be initialized after [-Wreorder]
  113. frameworks/av/media/libstagefright/include/AwesomePlayer.h:222:10: warning: 'bool android::AwesomePlayer::mIsFirstFrameAfterResume' [-Wreorder]
  114. frameworks/av/media/libstagefright/AwesomePlayer.cpp:216:1: warning: when initialized here [-Wreorder]
  115. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/DRMExtractor.cpp
  116. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/ESDS.cpp
  117. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/FileSource.cpp
  118. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/FLACExtractor.cpp
  119. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/HTTPBase.cpp
  120. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/JPEGSource.cpp
  121. target thumb C++: libstagefright <= frameworks/av/media/libstagefright/MP3Extractor.cpp
  122. frameworks/av/media/libstagefright/FLACExtractor.cpp: In member function 'android::status_t android::FLACParser::init()':
  123. frameworks/av/media/libstagefright/FLACExtractor.cpp:552:38: error: 'kKeySampleBits' was not declared in this scope
  124. frameworks/av/media/libstagefright/FLACExtractor.cpp: In member function 'virtual android::status_t android::FLACSource::start(android::MetaData*)':
  125. frameworks/av/media/libstagefright/FLACExtractor.cpp:669:35: error: 'kKeySampleBits' was not declared in this scope
  126. make: *** [/home/nicklovell23/caf/out/target/product/d2lte/obj/SHARED_LIBRARIES/libstagefright_intermediates/FLACExtractor.o] Error 1
  127. make: *** Waiting for unfinished jobs....
  128. frameworks/av/media/libstagefright/AudioPlayer.cpp: In member function 'virtual android::status_t android::AudioPlayer::start(bool)':
  129. frameworks/av/media/libstagefright/AudioPlayer.cpp:178:23: error: 'kKeySampleBits' was not declared in this scope
  130. frameworks/av/media/libstagefright/AudioPlayer.cpp: In static member function 'static size_t android::AudioPlayer::AudioSinkCallback(android::MediaPlayerBase::AudioSink*, void*, size_t, void*, android::MediaPlayerBase::AudioSink::cb_event_t)':
  131. frameworks/av/media/libstagefright/AudioPlayer.cpp:510:11: warning: enumeration value 'CB_EVENT_UNDERRUN' not handled in switch [-Wswitch]
  132. frameworks/av/media/libstagefright/AudioPlayer.cpp:510:11: warning: enumeration value 'CB_EVENT_HW_FAIL' not handled in switch [-Wswitch]
  133. make: *** [/home/nicklovell23/caf/out/target/product/d2lte/obj/SHARED_LIBRARIES/libstagefright_intermediates/AudioPlayer.o] Error 1
  134. nicklovell23@slimbuild:~/caf$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement