Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. In file included from external/droidmedia/minimedia.cpp:22:
  2. In file included from frameworks/av/services/camera/libcameraservice/CameraService.h:20:
  3. In file included from out/soong/.intermediates/frameworks/av/camera/libcamera_client/android_arm_armv8-2a_cortex-a55_shared/gen/aidl/android/hardware/BnCameraService.h:5:
  4. In file included from out/soong/.intermediates/frameworks/av/camera/libcamera_client/android_arm_armv8-2a_cortex-a55_shared/gen/aidl/android/hardware/ICameraService.h:12:
  5. In file included from frameworks/av/camera/include/camera/CameraBase.h:23:
  6. frameworks/native/libs/binder/include/binder/BinderService.h:40:72: error: allocating an object of abstract class type 'android::FakeAudioPolicyService'
  7. return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
  8. ^
  9. frameworks/native/libs/binder/include/binder/BinderService.h:51:33: note: in instantiation of member function 'android::BinderService::publish' requested here
  10. static void instantiate() { publish(); }
  11. ^
  12. external/droidmedia/minimedia.cpp:68:29: note: in instantiation of member function 'android::BinderService::instantiate' requested here
  13. FakeAudioPolicyService::instantiate();
  14. ^
  15. frameworks/av/media/libaudioclient/include/media/IAudioPolicyService.h:258:22: note: unimplemented pure virtual method 'listAudioSessions' in 'FakeAudioPolicyService'
  16. virtual status_t listAudioSessions(audio_stream_type_t streams,
  17. ^
  18. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement