Loading libutils/SharedBuffer.h +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ bool SharedBuffer::onlyOwner() const { return (mRefs.load(std::memory_order_acquire) == 1); } }; // namespace android } // namespace android // --------------------------------------------------------------------------- Loading libutils/include/utils/AndroidThreads.h +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ inline thread_id_t getThreadId() { } // ---------------------------------------------------------------------------- }; // namespace android } // namespace android #endif // __cplusplus // ---------------------------------------------------------------------------- Loading libutils/include/utils/CallStack.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,6 @@ private: Vector<String8> mFrameLines; }; }; // namespace android } // namespace android #endif // ANDROID_CALLSTACK_H libutils/include/utils/Condition.h +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ inline void Condition::broadcast() { #endif // !defined(_WIN32) // --------------------------------------------------------------------------- }; // namespace android } // namespace android // --------------------------------------------------------------------------- #endif // _LIBS_UTILS_CONDITON_H libutils/include/utils/Debug.h +1 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,6 @@ template<> struct CompileTimeAssert<true> {}; CompileTimeAssert<( _exp )>(); // --------------------------------------------------------------------------- }; // namespace android } // namespace android #endif // ANDROID_UTILS_DEBUG_H Loading
libutils/SharedBuffer.h +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ bool SharedBuffer::onlyOwner() const { return (mRefs.load(std::memory_order_acquire) == 1); } }; // namespace android } // namespace android // --------------------------------------------------------------------------- Loading
libutils/include/utils/AndroidThreads.h +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ inline thread_id_t getThreadId() { } // ---------------------------------------------------------------------------- }; // namespace android } // namespace android #endif // __cplusplus // ---------------------------------------------------------------------------- Loading
libutils/include/utils/CallStack.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,6 @@ private: Vector<String8> mFrameLines; }; }; // namespace android } // namespace android #endif // ANDROID_CALLSTACK_H
libutils/include/utils/Condition.h +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ inline void Condition::broadcast() { #endif // !defined(_WIN32) // --------------------------------------------------------------------------- }; // namespace android } // namespace android // --------------------------------------------------------------------------- #endif // _LIBS_UTILS_CONDITON_H
libutils/include/utils/Debug.h +1 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,6 @@ template<> struct CompileTimeAssert<true> {}; CompileTimeAssert<( _exp )>(); // --------------------------------------------------------------------------- }; // namespace android } // namespace android #endif // ANDROID_UTILS_DEBUG_H