Loading libs/binder/BufferedTextOutput.h +1 −1 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ #define ANDROID_BUFFEREDTEXTOUTPUT_H #include <binder/TextOutput.h> #include <utils/threads.h> #include <sys/uio.h> #include <utils/Mutex.h> // --------------------------------------------------------------------------- namespace android { Loading libs/binder/IMemory.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include <log/log.h> #include <utils/KeyedVector.h> #include <utils/threads.h> #include <utils/Mutex.h> #define VERBOSE 0 Loading libs/binder/IPCThreadState.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ #include <utils/CallStack.h> #include <utils/Log.h> #include <utils/SystemClock.h> #include <utils/threads.h> #include <atomic> #include <errno.h> Loading libs/binder/MemoryDealer.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ #include <utils/Log.h> #include <utils/SortedVector.h> #include <utils/String8.h> #include <utils/threads.h> #include <stdint.h> #include <stdio.h> Loading libs/binder/Parcel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ // This macro should never be used at runtime, as a too large value // of s could cause an integer overflow. Instead, you should always // use the wrapper function pad_size() #define PAD_SIZE_UNSAFE(s) (((s)+3)&~3) #define PAD_SIZE_UNSAFE(s) (((s) + 3) & ~3UL) static size_t pad_size(size_t s) { if (s > (std::numeric_limits<size_t>::max() - 3)) { Loading Loading
libs/binder/BufferedTextOutput.h +1 −1 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ #define ANDROID_BUFFEREDTEXTOUTPUT_H #include <binder/TextOutput.h> #include <utils/threads.h> #include <sys/uio.h> #include <utils/Mutex.h> // --------------------------------------------------------------------------- namespace android { Loading
libs/binder/IMemory.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include <log/log.h> #include <utils/KeyedVector.h> #include <utils/threads.h> #include <utils/Mutex.h> #define VERBOSE 0 Loading
libs/binder/IPCThreadState.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ #include <utils/CallStack.h> #include <utils/Log.h> #include <utils/SystemClock.h> #include <utils/threads.h> #include <atomic> #include <errno.h> Loading
libs/binder/MemoryDealer.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ #include <utils/Log.h> #include <utils/SortedVector.h> #include <utils/String8.h> #include <utils/threads.h> #include <stdint.h> #include <stdio.h> Loading
libs/binder/Parcel.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ // This macro should never be used at runtime, as a too large value // of s could cause an integer overflow. Instead, you should always // use the wrapper function pad_size() #define PAD_SIZE_UNSAFE(s) (((s)+3)&~3) #define PAD_SIZE_UNSAFE(s) (((s) + 3) & ~3UL) static size_t pad_size(size_t s) { if (s > (std::numeric_limits<size_t>::max() - 3)) { Loading