move libbinder's header files under includes/binder
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#include "FakeCamera.h"
|
||||
#include <utils/threads.h>
|
||||
#include <ui/CameraHardwareInterface.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
#define LOG_TAG "CameraService"
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/String16.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
#include <ui/ICameraService.h>
|
||||
|
||||
#include <media/mediaplayer.h>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#define LOG_TAG "appproc"
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <cutils/process_name.h>
|
||||
#include <cutils/memory.h>
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#define LOG_TAG "dumpsys"
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/TextOutput.h>
|
||||
#include <utils/Vector.h>
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
#include <utils/Debug.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
||||
#include <private/utils/Static.h>
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#include "SignalHandler.h"
|
||||
|
||||
#include <utils.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <cutils/zygote.h>
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/TextOutput.h>
|
||||
|
||||
#include <getopt.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <SurfaceFlinger.h>
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
#define LOG_TAG "sysproc"
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/TextOutput.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#define LOG_TAG "sysproc"
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <private/android_filesystem_config.h>
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <android_runtime/ActivityManager.h>
|
||||
#include <utils/IBinder.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/String8.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
//#define LOG_NDEBUG 0
|
||||
|
||||
#include <android_runtime/AndroidRuntime.h>
|
||||
#include <utils/IBinder.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/misc.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/string_array.h>
|
||||
#include <utils/threads.h>
|
||||
#include <cutils/properties.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#define LOG_TAG "CursorWindow"
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <utils/RefBase.h>
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "SkDither.h"
|
||||
#include "SkUnPreMultiply.h"
|
||||
|
||||
#include "Parcel.h"
|
||||
#include <binder/Parcel.h>
|
||||
#include "android_util_Binder.h"
|
||||
#include "android_nio_utils.h"
|
||||
#include "CreateJavaOutputStreamAdaptor.h"
|
||||
|
||||
@@ -134,7 +134,7 @@ static void Region_scale(JNIEnv* env, jobject region, jfloat scale, jobject dst)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "Parcel.h"
|
||||
#include <binder/Parcel.h>
|
||||
#include "android_util_Binder.h"
|
||||
|
||||
static SkRegion* Region_createFromParcel(JNIEnv* env, jobject clazz, jobject parcel)
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <ui/Surface.h>
|
||||
#include <ui/Camera.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
using namespace android;
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
#include "media/AudioSystem.h"
|
||||
#include "media/AudioTrack.h"
|
||||
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <android_runtime/AndroidRuntime.h>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
** limitations under the License.
|
||||
*/
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <binder/IBinder.h>
|
||||
|
||||
#include "jni.h"
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
#define LOG_TAG "Process"
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/Vector.h>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#define _RUNTIME_ANDROID_RUNTIME_H
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IBinder.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/String16.h>
|
||||
#include <utils/Vector.h>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef ANDROID_BINDER_H
|
||||
#define ANDROID_BINDER_H
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <binder/IBinder.h>
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
namespace android {
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef ANDROID_BPBINDER_H
|
||||
#define ANDROID_BPBINDER_H
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <utils/KeyedVector.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef ANDROID_IINTERFACE_H
|
||||
#define ANDROID_IINTERFACE_H
|
||||
|
||||
#include <utils/Binder.h>
|
||||
#include <binder/Binder.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#define ANDROID_IPC_THREAD_STATE_H
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <utils/Vector.h>
|
||||
|
||||
#ifdef HAVE_WIN32_PROC
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef ANDROID_IPERMISSION_CONTROLLER_H
|
||||
#define ANDROID_IPERMISSION_CONTROLLER_H
|
||||
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef ANDROID_ISERVICE_MANAGER_H
|
||||
#define ANDROID_ISERVICE_MANAGER_H
|
||||
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IPermissionController.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IPermissionController.h>
|
||||
#include <utils/Vector.h>
|
||||
#include <utils/String16.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
@@ -21,9 +21,9 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
|
||||
namespace android {
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
@@ -20,9 +20,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/SortedVector.h>
|
||||
|
||||
namespace android {
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef ANDROID_PROCESS_STATE_H
|
||||
#define ANDROID_PROCESS_STATE_H
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <utils/KeyedVector.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/String16.h>
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <media/IAudioTrack.h>
|
||||
#include <media/IAudioRecord.h>
|
||||
#include <media/IAudioFlingerClient.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
#define ANDROID_IMEDIAMETADATARETRIEVER_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#define ANDROID_IMEDIAPLAYER_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#define ANDROID_IMEDIAPLAYERCLIENT_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#define ANDROID_IMEDIAPLAYERSERVICE_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include <media/IMediaPlayerClient.h>
|
||||
#include <media/IMediaPlayer.h>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef ANDROID_IMEDIARECORDER_H
|
||||
#define ANDROID_IMEDIARECORDER_H
|
||||
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <utils/Errors.h> // for status_t
|
||||
#include <utils/threads.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <media/IMediaMetadataRetriever.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef ANDROID_MEDIAPLAYER_H
|
||||
#define ANDROID_MEDIAPLAYER_H
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <ui/Surface.h>
|
||||
#include <media/IMediaPlayerClient.h>
|
||||
#include <media/IMediaPlayer.h>
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
|
||||
#include <utils/threads.h>
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IPermissionController.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IPermissionController.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -20,16 +20,6 @@
|
||||
#include <utils/threads.h>
|
||||
#include <utils/KeyedVector.h>
|
||||
|
||||
/*
|
||||
#ifndef LIBUTILS_NATIVE
|
||||
#include <utils/IBinder.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IPermissionController.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#endif
|
||||
*/
|
||||
|
||||
namespace android {
|
||||
// For TextStream.cpp
|
||||
extern Vector<int32_t> gTextBuffers;
|
||||
@@ -42,20 +32,4 @@ extern void terminate_string8();
|
||||
extern void initialize_string16();
|
||||
extern void terminate_string16();
|
||||
|
||||
|
||||
/*
|
||||
#ifndef LIBUTILS_NATIVE
|
||||
|
||||
// For ProcessState.cpp
|
||||
extern Mutex gProcessMutex;
|
||||
extern sp<ProcessState> gProcess;
|
||||
|
||||
// For ServiceManager.cpp
|
||||
extern Mutex gDefaultServiceManagerLock;
|
||||
extern sp<IServiceManager> gDefaultServiceManager;
|
||||
extern sp<IPermissionController> gPermissionController;
|
||||
|
||||
#endif
|
||||
*/
|
||||
|
||||
} // namespace android
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#ifndef ANDROID_HARDWARE_CAMERA_HARDWARE_INTERFACE_H
|
||||
#define ANDROID_HARDWARE_CAMERA_HARDWARE_INTERFACE_H
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/RefBase.h>
|
||||
#include <ui/CameraParameters.h>
|
||||
#include <ui/Overlay.h>
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#define ANDROID_HARDWARE_ICAMERA_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <ui/ISurface.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/String8.h>
|
||||
#include <ui/Camera.h>
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
#define ANDROID_HARDWARE_ICAMERA_APP_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#define ANDROID_HARDWARE_ICAMERASERVICE_H
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include <ui/ICameraClient.h>
|
||||
#include <ui/ICamera.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <utils/RefBase.h>
|
||||
#include <ui/PixelFormat.h>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <utils/RefBase.h>
|
||||
#include <ui/PixelFormat.h>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
#include <ui/PixelFormat.h>
|
||||
#include <ui/ISurfaceFlingerClient.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <utils/RefBase.h>
|
||||
|
||||
#include <ui/ISurface.h>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <utils/RefBase.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Vector.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include <ui/Rect.h>
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/String16.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <utils/KeyedVector.h>
|
||||
#include <utils/SortedVector.h>
|
||||
#include <utils/Vector.h>
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <utils/Binder.h>
|
||||
#include <binder/Binder.h>
|
||||
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/BpBinder.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/BpBinder.h>
|
||||
#include <binder/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
#define LOG_TAG "BpBinder"
|
||||
//#define LOG_NDEBUG 0
|
||||
|
||||
#include <utils/BpBinder.h>
|
||||
#include <binder/BpBinder.h>
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -1,89 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2006 The Android Open Source Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
|
||||
#include <utils/IDataConnection.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
enum
|
||||
{
|
||||
CONNECT_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION,
|
||||
DISCONNECT_TRANSACTION = IBinder::FIRST_CALL_TRANSACTION + 1
|
||||
};
|
||||
|
||||
class BpDataConnection : public BpInterface<IDataConnection>
|
||||
{
|
||||
public:
|
||||
BpDataConnection::BpDataConnection(const sp<IBinder>& impl)
|
||||
: BpInterface<IDataConnection>(impl)
|
||||
{
|
||||
}
|
||||
|
||||
virtual void connect()
|
||||
{
|
||||
Parcel data, reply;
|
||||
data.writeInterfaceToken(IDataConnection::descriptor());
|
||||
remote()->transact(CONNECT_TRANSACTION, data, &reply);
|
||||
}
|
||||
|
||||
virtual void disconnect()
|
||||
{
|
||||
Parcel data, reply;
|
||||
remote()->transact(DISCONNECT_TRANSACTION, data, &reply);
|
||||
}
|
||||
};
|
||||
|
||||
IMPLEMENT_META_INTERFACE(DataConnection, "android.utils.IDataConnection");
|
||||
|
||||
#define CHECK_INTERFACE(interface, data, reply) \
|
||||
do { if (!data.enforceInterface(interface::getInterfaceDescriptor())) { \
|
||||
LOGW("Call incorrectly routed to " #interface); \
|
||||
return PERMISSION_DENIED; \
|
||||
} } while (0)
|
||||
|
||||
status_t BnDataConnection::onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
|
||||
{
|
||||
switch(code)
|
||||
{
|
||||
case CONNECT_TRANSACTION:
|
||||
{
|
||||
CHECK_INTERFACE(IDataConnection, data, reply);
|
||||
connect();
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
||||
case DISCONNECT_TRANSACTION:
|
||||
{
|
||||
CHECK_INTERFACE(IDataConnection, data, reply);
|
||||
disconnect();
|
||||
return NO_ERROR;
|
||||
}
|
||||
|
||||
default:
|
||||
return BBinder::onTransact(code, data, reply, flags);
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
}; // namespace android
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/KeyedVector.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/CallStack.h>
|
||||
|
||||
#define VERBOSE 0
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
|
||||
#include <utils/Binder.h>
|
||||
#include <utils/BpBinder.h>
|
||||
#include <binder/Binder.h>
|
||||
#include <binder/BpBinder.h>
|
||||
#include <utils/Debug.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/TextOutput.h>
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
|
||||
#define LOG_TAG "PermissionController"
|
||||
|
||||
#include <utils/IPermissionController.h>
|
||||
#include <binder/IPermissionController.h>
|
||||
|
||||
#include <utils/Debug.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/String8.h>
|
||||
|
||||
#include <private/binder/Static.h>
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
#define LOG_TAG "ServiceManager"
|
||||
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <utils/Debug.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/SystemClock.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
|
||||
#define LOG_TAG "MemoryDealer"
|
||||
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/SortedVector.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <cutils/ashmem.h>
|
||||
#include <cutils/atomic.h>
|
||||
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
|
||||
#if HAVE_ANDROID_OS
|
||||
#include <linux/android_pmem.h>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
|
||||
#include <cutils/log.h>
|
||||
|
||||
#include <utils/MemoryHeapPmem.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryHeapPmem.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
|
||||
#if HAVE_ANDROID_OS
|
||||
#include <linux/android_pmem.h>
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
#define LOG_TAG "Parcel"
|
||||
//#define LOG_NDEBUG 0
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include <utils/Binder.h>
|
||||
#include <utils/BpBinder.h>
|
||||
#include <binder/Binder.h>
|
||||
#include <binder/BpBinder.h>
|
||||
#include <utils/Debug.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/String16.h>
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
|
||||
#include <cutils/process_name.h>
|
||||
|
||||
#include <utils/ProcessState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/BpBinder.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/BpBinder.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/threads.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <private/binder/Static.h>
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -30,12 +30,12 @@
|
||||
#include <cutils/log.h>
|
||||
#include <cutils/properties.h>
|
||||
|
||||
#include <utils/IBinder.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <utils/MemoryHeapPmem.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <binder/IBinder.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
#include <binder/MemoryHeapPmem.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <utils/StopWatch.h>
|
||||
|
||||
#include <ui/ISurfaceComposer.h>
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
#include <cutils/memory.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <ui/PixelFormat.h>
|
||||
#include <pixelflinger/pixelflinger.h>
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
#include <utils/Log.h>
|
||||
#include <utils/StopWatch.h>
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <ui/PixelFormat.h>
|
||||
#include <ui/EGLDisplaySurface.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <private/ui/LayerState.h>
|
||||
#include <EGL/eglnatives.h>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include "LayerBase.h"
|
||||
#include "LayerBitmap.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
|
||||
#include "LayerBase.h"
|
||||
#include "LayerBitmap.h"
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
#include <cutils/log.h>
|
||||
#include <cutils/properties.h>
|
||||
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
#include <utils/String8.h>
|
||||
#include <utils/String16.h>
|
||||
#include <utils/StopWatch.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <utils/threads.h>
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
|
||||
#include <ui/PixelFormat.h>
|
||||
#include <ui/ISurfaceComposer.h>
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
#include <cutils/log.h>
|
||||
#include <cutils/properties.h>
|
||||
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <utils/MemoryBase.h>
|
||||
#include <utils/MemoryHeapPmem.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
#include <binder/MemoryBase.h>
|
||||
#include <binder/MemoryHeapPmem.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
|
||||
#include "GPUHardware/GPUHardware.h"
|
||||
#include "SurfaceFlinger.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/MemoryDealer.h>
|
||||
#include <binder/MemoryDealer.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/ProcessState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/ProcessState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <ui/Surface.h>
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
//#define LOG_NDEBUG 0
|
||||
#define LOG_TAG "Camera"
|
||||
#include <utils/Log.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <ui/Surface.h>
|
||||
#include <ui/Camera.h>
|
||||
#include <ui/ICameraService.h>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include <hardware_legacy/power.h>
|
||||
|
||||
#include <cutils/properties.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Timers.h>
|
||||
#include <utils.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <utils/Log.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <ui/ICamera.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <ui/ICameraService.h>
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IInterface.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IInterface.h>
|
||||
|
||||
#include <ui/IOverlay.h>
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
|
||||
#include <ui/ISurface.h>
|
||||
#include <ui/Overlay.h>
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <ui/ISurfaceComposer.h>
|
||||
#include <ui/DisplayInfo.h>
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <utils/Parcel.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IServiceManager.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IServiceManager.h>
|
||||
|
||||
#include <ui/ISurface.h>
|
||||
#include <ui/ISurfaceFlingerClient.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <private/ui/LayerState.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <utils/IMemory.h>
|
||||
#include <utils/Parcel.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <binder/Parcel.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/MemoryHeapBase.h>
|
||||
#include <binder/MemoryHeapBase.h>
|
||||
|
||||
#include <ui/IOverlay.h>
|
||||
#include <ui/Overlay.h>
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
#include <utils/Atomic.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/threads.h>
|
||||
#include <utils/IPCThreadState.h>
|
||||
#include <utils/IMemory.h>
|
||||
#include <binder/IPCThreadState.h>
|
||||
#include <binder/IMemory.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include <ui/ISurface.h>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user