Loading media/mtp/MtpCursor.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -399,8 +399,7 @@ bool MtpCursor::prepareRow(CursorWindow* window) { } bool MtpCursor::putLong(CursorWindow* window, int value, int row, int column) { bool MtpCursor::putLong(CursorWindow* window, int64_t value, int row, int column) { if (!window->putLong(row, column, value)) { window->freeLastRow(); LOGE("Failed allocating space for a long in column %d", column); Loading media/mtp/MtpCursor.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ private: MtpObjectHandle objectID, int row); bool prepareRow(CursorWindow* window); bool putLong(CursorWindow* window, int value, int row, int column); bool putLong(CursorWindow* window, int64_t value, int row, int column); bool putString(CursorWindow* window, const char* text, int row, int column); bool putThumbnail(CursorWindow* window, MtpObjectHandle objectID, MtpObjectFormat format, int row, int column); Loading Loading
media/mtp/MtpCursor.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -399,8 +399,7 @@ bool MtpCursor::prepareRow(CursorWindow* window) { } bool MtpCursor::putLong(CursorWindow* window, int value, int row, int column) { bool MtpCursor::putLong(CursorWindow* window, int64_t value, int row, int column) { if (!window->putLong(row, column, value)) { window->freeLastRow(); LOGE("Failed allocating space for a long in column %d", column); Loading
media/mtp/MtpCursor.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ private: MtpObjectHandle objectID, int row); bool prepareRow(CursorWindow* window); bool putLong(CursorWindow* window, int value, int row, int column); bool putLong(CursorWindow* window, int64_t value, int row, int column); bool putString(CursorWindow* window, const char* text, int row, int column); bool putThumbnail(CursorWindow* window, MtpObjectHandle objectID, MtpObjectFormat format, int row, int column); Loading