Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 KB | None | 0 0
  1. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:776:35: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'; did you mean 'inputSource'?
  2. switch(activeDesc->mInputSource) {
  3. ^~~~~~~~~~~~
  4. inputSource
  5. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:60:20: note: 'inputSource' declared here
  6. audio_source_t inputSource() const;
  7. ^
  8. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:780:97: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'
  9. ALOGD("voice_conc:FOUND active input during call active: %d",activeDesc->mInputSource);
  10. ~~~~~~~~~~ ^
  11. system/core/include/log/log.h:114:52: note: expanded from macro 'ALOGD'
  12. #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  13. ^~~~~~~~~~~
  14. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  15. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  16. ^~~~~~~~~~~
  17. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  18. android_printLog(priority, tag, __VA_ARGS__)
  19. ^~~~~~~~~~~
  20. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  21. __android_log_print(prio, tag, fmt)
  22. ^~~
  23. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:785:105: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'
  24. ALOGD("voice_conc:CLOSING VoIP input source on call setup :%d ",activeDesc->mInputSource);
  25. ~~~~~~~~~~ ^
  26. system/core/include/log/log.h:114:52: note: expanded from macro 'ALOGD'
  27. #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  28. ^~~~~~~~~~~
  29. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  30. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  31. ^~~~~~~~~~~
  32. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  33. android_printLog(priority, tag, __VA_ARGS__)
  34. ^~~~~~~~~~~
  35. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  36. __android_log_print(prio, tag, fmt)
  37. ^~~
  38. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:786:64: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  39. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  40. ^
  41. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  42. AudioSessionCollection mSessions;
  43. ^
  44. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:786:74: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  45. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  46. ~~~~~~~~~~~~~~~~~~~~~ ^
  47. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:787:67: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  48. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  49. ^
  50. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  51. AudioSessionCollection mSessions;
  52. ^
  53. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:787:77: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  54. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  55. ~~~~~~~~~~~~~~~~~~~~~ ^
  56. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:792:104: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'
  57. ALOGD("voice_conc:CLOSING input on call setup for inputSource: %d",activeDesc->mInputSource);
  58. ~~~~~~~~~~ ^
  59. system/core/include/log/log.h:114:52: note: expanded from macro 'ALOGD'
  60. #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  61. ^~~~~~~~~~~
  62. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  63. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  64. ^~~~~~~~~~~
  65. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  66. android_printLog(priority, tag, __VA_ARGS__)
  67. ^~~~~~~~~~~
  68. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  69. __android_log_print(prio, tag, fmt)
  70. ^~~
  71. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:793:59: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  72. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  73. ^
  74. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  75. AudioSessionCollection mSessions;
  76. ^
  77. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:793:69: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  78. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  79. ~~~~~~~~~~~~~~~~~~~~~ ^
  80. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:794:62: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  81. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  82. ^
  83. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  84. AudioSessionCollection mSessions;
  85. ^
  86. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:794:72: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  87. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  88. ~~~~~~~~~~~~~~~~~~~~~ ^
  89. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:802:69: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'
  90. if (AUDIO_SOURCE_VOICE_COMMUNICATION == activeDesc->mInputSource) {
  91. ~~~~~~~~~~ ^
  92. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:803:84: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'
  93. ALOGD("voice_conc:CLOSING VoIP on call setup : %d",activeDesc->mInputSource);
  94. ~~~~~~~~~~ ^
  95. system/core/include/log/log.h:114:52: note: expanded from macro 'ALOGD'
  96. #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  97. ^~~~~~~~~~~
  98. system/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'
  99. LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  100. ^~~~~~~~~~~
  101. system/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'
  102. android_printLog(priority, tag, __VA_ARGS__)
  103. ^~~~~~~~~~~
  104. system/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'
  105. __android_log_print(prio, tag, fmt)
  106. ^~~
  107. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:804:56: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  108. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  109. ^
  110. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  111. AudioSessionCollection mSessions;
  112. ^
  113. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:804:66: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  114. stopInput(activeInput, activeDesc->mSessions.itemAt(0));
  115. ~~~~~~~~~~~~~~~~~~~~~ ^
  116. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:805:59: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'
  117. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  118. ^
  119. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here
  120. AudioSessionCollection mSessions;
  121. ^
  122. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:805:69: error: no member named 'itemAt' in 'android::AudioSessionCollection'
  123. releaseInput(activeInput, activeDesc->mSessions.itemAt(0));
  124. ~~~~~~~~~~~~~~~~~~~~~ ^
  125. hardware/qcom/audio-caf/msm8937/policy_hal/AudioPolicyManager.cpp:838:141: error: 'mFlags' is a private member of 'android::AudioPort'
  126. ((AUDIO_OUTPUT_FLAG_DEEP_BUFFER | AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD | AUDIO_OUTPUT_FLAG_DIRECT_PCM) & outputDesc->mProfile->mFlags);
  127. ^
  128. frameworks/av/services/audiopolicy/common/managerdefinitions/include/AudioPort.h:154:14: note: declared private here
  129. uint32_t mFlags; // attribute flags mask (e.g primary output, direct output...).
  130. ^
  131. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  132. 20 errors generated.
  133. [ 2% 547/23755] Building with Jack: /home/an...ramework_intermediates/with-local/classes.dex
  134. ninja: build stopped: subcommand failed.
  135. make: *** [ninja_wrapper] Ошибка 1
  136. make: Выход из каталога `/home/anomalchik/lineage'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement