Loading libs/binder/Parcel.cpp +11 −12 Original line number Original line Diff line number Diff line Loading @@ -17,33 +17,32 @@ #define LOG_TAG "Parcel" #define LOG_TAG "Parcel" //#define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #include <binder/Parcel.h> #include <errno.h> #include <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <sys/mman.h> #include <binder/IPCThreadState.h> #include <binder/Binder.h> #include <binder/Binder.h> #include <binder/BpBinder.h> #include <binder/BpBinder.h> #include <binder/IPCThreadState.h> #include <binder/Parcel.h> #include <binder/ProcessState.h> #include <binder/ProcessState.h> #include <binder/Status.h> #include <binder/Status.h> #include <binder/TextOutput.h> #include <binder/TextOutput.h> #include <errno.h> #include <cutils/ashmem.h> #include <utils/Debug.h> #include <utils/Debug.h> #include <utils/Flattenable.h> #include <utils/Log.h> #include <utils/Log.h> #include <utils/misc.h> #include <utils/String8.h> #include <utils/String8.h> #include <utils/String16.h> #include <utils/String16.h> #include <utils/misc.h> #include <utils/Flattenable.h> #include <cutils/ashmem.h> #include <private/binder/binder_module.h> #include <private/binder/binder_module.h> #include <private/binder/Static.h> #include <private/binder/Static.h> #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/mman.h> #ifndef INT32_MAX #ifndef INT32_MAX #define INT32_MAX ((int32_t)(2147483647)) #define INT32_MAX ((int32_t)(2147483647)) #endif #endif Loading Loading
libs/binder/Parcel.cpp +11 −12 Original line number Original line Diff line number Diff line Loading @@ -17,33 +17,32 @@ #define LOG_TAG "Parcel" #define LOG_TAG "Parcel" //#define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #include <binder/Parcel.h> #include <errno.h> #include <inttypes.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <sys/mman.h> #include <binder/IPCThreadState.h> #include <binder/Binder.h> #include <binder/Binder.h> #include <binder/BpBinder.h> #include <binder/BpBinder.h> #include <binder/IPCThreadState.h> #include <binder/Parcel.h> #include <binder/ProcessState.h> #include <binder/ProcessState.h> #include <binder/Status.h> #include <binder/Status.h> #include <binder/TextOutput.h> #include <binder/TextOutput.h> #include <errno.h> #include <cutils/ashmem.h> #include <utils/Debug.h> #include <utils/Debug.h> #include <utils/Flattenable.h> #include <utils/Log.h> #include <utils/Log.h> #include <utils/misc.h> #include <utils/String8.h> #include <utils/String8.h> #include <utils/String16.h> #include <utils/String16.h> #include <utils/misc.h> #include <utils/Flattenable.h> #include <cutils/ashmem.h> #include <private/binder/binder_module.h> #include <private/binder/binder_module.h> #include <private/binder/Static.h> #include <private/binder/Static.h> #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <sys/mman.h> #ifndef INT32_MAX #ifndef INT32_MAX #define INT32_MAX ((int32_t)(2147483647)) #define INT32_MAX ((int32_t)(2147483647)) #endif #endif Loading