]> nv-tegra.nvidia Code Review - android/platform/frameworks/base.git/commit
move native services under services/
authorMathias Agopian <mathias@google.com>
Thu, 15 Jul 2010 00:59:35 +0000 (17:59 -0700)
committerMathias Agopian <mathias@google.com>
Thu, 15 Jul 2010 00:59:35 +0000 (17:59 -0700)
commit08e83bb3b7cc41f603867acbeb1168019cf535fe
tree79594e01ef6c3306b890cb944d6f15d3098075c4
parentc9a11088e503b9e3ae52a3f671b2d21f5cd54f06
move native services under services/

moved surfaceflinger, audioflinger, cameraservice

all native services should now reside in this location.

Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
73 files changed:
cmds/surfaceflinger/Android.mk
cmds/system_server/library/Android.mk
media/mediaserver/Android.mk
services/audioflinger/A2dpAudioInterface.cpp [moved from libs/audioflinger/A2dpAudioInterface.cpp with 100% similarity]
services/audioflinger/A2dpAudioInterface.h [moved from libs/audioflinger/A2dpAudioInterface.h with 100% similarity]
services/audioflinger/Android.mk [moved from libs/audioflinger/Android.mk with 100% similarity]
services/audioflinger/AudioBufferProvider.h [moved from libs/audioflinger/AudioBufferProvider.h with 100% similarity]
services/audioflinger/AudioDumpInterface.cpp [moved from libs/audioflinger/AudioDumpInterface.cpp with 100% similarity]
services/audioflinger/AudioDumpInterface.h [moved from libs/audioflinger/AudioDumpInterface.h with 100% similarity]
services/audioflinger/AudioFlinger.cpp [moved from libs/audioflinger/AudioFlinger.cpp with 100% similarity]
services/audioflinger/AudioFlinger.h [moved from libs/audioflinger/AudioFlinger.h with 100% similarity]
services/audioflinger/AudioHardwareGeneric.cpp [moved from libs/audioflinger/AudioHardwareGeneric.cpp with 100% similarity]
services/audioflinger/AudioHardwareGeneric.h [moved from libs/audioflinger/AudioHardwareGeneric.h with 100% similarity]
services/audioflinger/AudioHardwareInterface.cpp [moved from libs/audioflinger/AudioHardwareInterface.cpp with 100% similarity]
services/audioflinger/AudioHardwareStub.cpp [moved from libs/audioflinger/AudioHardwareStub.cpp with 100% similarity]
services/audioflinger/AudioHardwareStub.h [moved from libs/audioflinger/AudioHardwareStub.h with 100% similarity]
services/audioflinger/AudioMixer.cpp [moved from libs/audioflinger/AudioMixer.cpp with 100% similarity]
services/audioflinger/AudioMixer.h [moved from libs/audioflinger/AudioMixer.h with 100% similarity]
services/audioflinger/AudioPolicyManagerBase.cpp [moved from libs/audioflinger/AudioPolicyManagerBase.cpp with 100% similarity]
services/audioflinger/AudioPolicyService.cpp [moved from libs/audioflinger/AudioPolicyService.cpp with 100% similarity]
services/audioflinger/AudioPolicyService.h [moved from libs/audioflinger/AudioPolicyService.h with 100% similarity]
services/audioflinger/AudioResampler.cpp [moved from libs/audioflinger/AudioResampler.cpp with 100% similarity]
services/audioflinger/AudioResampler.h [moved from libs/audioflinger/AudioResampler.h with 100% similarity]
services/audioflinger/AudioResamplerCubic.cpp [moved from libs/audioflinger/AudioResamplerCubic.cpp with 100% similarity]
services/audioflinger/AudioResamplerCubic.h [moved from libs/audioflinger/AudioResamplerCubic.h with 100% similarity]
services/audioflinger/AudioResamplerSinc.cpp [moved from libs/audioflinger/AudioResamplerSinc.cpp with 100% similarity]
services/audioflinger/AudioResamplerSinc.h [moved from libs/audioflinger/AudioResamplerSinc.h with 100% similarity]
services/camera/libcameraservice/Android.mk [moved from camera/libcameraservice/Android.mk with 100% similarity]
services/camera/libcameraservice/CameraHardwareStub.cpp [moved from camera/libcameraservice/CameraHardwareStub.cpp with 100% similarity]
services/camera/libcameraservice/CameraHardwareStub.h [moved from camera/libcameraservice/CameraHardwareStub.h with 100% similarity]
services/camera/libcameraservice/CameraService.cpp [moved from camera/libcameraservice/CameraService.cpp with 100% similarity]
services/camera/libcameraservice/CameraService.h [moved from camera/libcameraservice/CameraService.h with 100% similarity]
services/camera/libcameraservice/CannedJpeg.h [moved from camera/libcameraservice/CannedJpeg.h with 100% similarity]
services/camera/libcameraservice/FakeCamera.cpp [moved from camera/libcameraservice/FakeCamera.cpp with 100% similarity]
services/camera/libcameraservice/FakeCamera.h [moved from camera/libcameraservice/FakeCamera.h with 100% similarity]
services/camera/tests/CameraServiceTest/Android.mk [moved from camera/tests/CameraServiceTest/Android.mk with 100% similarity]
services/camera/tests/CameraServiceTest/CameraServiceTest.cpp [moved from camera/tests/CameraServiceTest/CameraServiceTest.cpp with 100% similarity]
services/surfaceflinger/Android.mk [moved from libs/surfaceflinger/Android.mk with 100% similarity]
services/surfaceflinger/Barrier.h [moved from libs/surfaceflinger/Barrier.h with 100% similarity]
services/surfaceflinger/BlurFilter.cpp [moved from libs/surfaceflinger/BlurFilter.cpp with 100% similarity]
services/surfaceflinger/BlurFilter.h [moved from libs/surfaceflinger/BlurFilter.h with 100% similarity]
services/surfaceflinger/DisplayHardware/DisplayHardware.cpp [moved from libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp with 100% similarity]
services/surfaceflinger/DisplayHardware/DisplayHardware.h [moved from libs/surfaceflinger/DisplayHardware/DisplayHardware.h with 100% similarity]
services/surfaceflinger/DisplayHardware/DisplayHardwareBase.cpp [moved from libs/surfaceflinger/DisplayHardware/DisplayHardwareBase.cpp with 100% similarity]
services/surfaceflinger/DisplayHardware/DisplayHardwareBase.h [moved from libs/surfaceflinger/DisplayHardware/DisplayHardwareBase.h with 100% similarity]
services/surfaceflinger/GLExtensions.cpp [moved from libs/surfaceflinger/GLExtensions.cpp with 100% similarity]
services/surfaceflinger/GLExtensions.h [moved from libs/surfaceflinger/GLExtensions.h with 100% similarity]
services/surfaceflinger/Layer.cpp [moved from libs/surfaceflinger/Layer.cpp with 100% similarity]
services/surfaceflinger/Layer.h [moved from libs/surfaceflinger/Layer.h with 100% similarity]
services/surfaceflinger/LayerBase.cpp [moved from libs/surfaceflinger/LayerBase.cpp with 100% similarity]
services/surfaceflinger/LayerBase.h [moved from libs/surfaceflinger/LayerBase.h with 100% similarity]
services/surfaceflinger/LayerBlur.cpp [moved from libs/surfaceflinger/LayerBlur.cpp with 100% similarity]
services/surfaceflinger/LayerBlur.h [moved from libs/surfaceflinger/LayerBlur.h with 100% similarity]
services/surfaceflinger/LayerBuffer.cpp [moved from libs/surfaceflinger/LayerBuffer.cpp with 100% similarity]
services/surfaceflinger/LayerBuffer.h [moved from libs/surfaceflinger/LayerBuffer.h with 100% similarity]
services/surfaceflinger/LayerDim.cpp [moved from libs/surfaceflinger/LayerDim.cpp with 100% similarity]
services/surfaceflinger/LayerDim.h [moved from libs/surfaceflinger/LayerDim.h with 100% similarity]
services/surfaceflinger/MODULE_LICENSE_APACHE2 [moved from libs/surfaceflinger/MODULE_LICENSE_APACHE2 with 100% similarity]
services/surfaceflinger/MessageQueue.cpp [moved from libs/surfaceflinger/MessageQueue.cpp with 100% similarity]
services/surfaceflinger/MessageQueue.h [moved from libs/surfaceflinger/MessageQueue.h with 100% similarity]
services/surfaceflinger/SurfaceFlinger.cpp [moved from libs/surfaceflinger/SurfaceFlinger.cpp with 100% similarity]
services/surfaceflinger/SurfaceFlinger.h [moved from libs/surfaceflinger/SurfaceFlinger.h with 100% similarity]
services/surfaceflinger/TextureManager.cpp [moved from libs/surfaceflinger/TextureManager.cpp with 100% similarity]
services/surfaceflinger/TextureManager.h [moved from libs/surfaceflinger/TextureManager.h with 100% similarity]
services/surfaceflinger/Transform.cpp [moved from libs/surfaceflinger/Transform.cpp with 100% similarity]
services/surfaceflinger/Transform.h [moved from libs/surfaceflinger/Transform.h with 100% similarity]
services/surfaceflinger/clz.cpp [moved from libs/surfaceflinger/clz.cpp with 100% similarity]
services/surfaceflinger/clz.h [moved from libs/surfaceflinger/clz.h with 100% similarity]
services/surfaceflinger/tests/Android.mk [moved from libs/surfaceflinger/tests/Android.mk with 100% similarity]
services/surfaceflinger/tests/overlays/Android.mk [moved from libs/surfaceflinger/tests/overlays/Android.mk with 100% similarity]
services/surfaceflinger/tests/overlays/overlays.cpp [moved from libs/surfaceflinger/tests/overlays/overlays.cpp with 100% similarity]
services/surfaceflinger/tests/resize/Android.mk [moved from libs/surfaceflinger/tests/resize/Android.mk with 100% similarity]
services/surfaceflinger/tests/resize/resize.cpp [moved from libs/surfaceflinger/tests/resize/resize.cpp with 100% similarity]