Merge "Fix misc-macro-parentheses warnings."
am: 64d4f64af0
* commit '64d4f64af09504c60929cf4907c1690688e1d435':
Fix misc-macro-parentheses warnings.
Change-Id: I040338982d91ad12bef27e64807da69caa98e886
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include "IDrmManagerService.h"
|
#include "IDrmManagerService.h"
|
||||||
|
|
||||||
#define INVALID_BUFFER_LENGTH -1
|
#define INVALID_BUFFER_LENGTH (-1)
|
||||||
#define MAX_BINDER_TRANSACTION_SIZE ((1*1024*1024)-(4096*2))
|
#define MAX_BINDER_TRANSACTION_SIZE ((1*1024*1024)-(4096*2))
|
||||||
|
|
||||||
using namespace android;
|
using namespace android;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
using namespace android;
|
using namespace android;
|
||||||
|
|
||||||
#define FAILURE -1
|
#define FAILURE (-1)
|
||||||
|
|
||||||
String8 ReadWriteUtils::readBytes(const String8& filePath) {
|
String8 ReadWriteUtils::readBytes(const String8& filePath) {
|
||||||
FILE* file = NULL;
|
FILE* file = NULL;
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#include "DrmManager.h"
|
#include "DrmManager.h"
|
||||||
#include "ReadWriteUtils.h"
|
#include "ReadWriteUtils.h"
|
||||||
|
|
||||||
#define DECRYPT_FILE_ERROR -1
|
#define DECRYPT_FILE_ERROR (-1)
|
||||||
|
|
||||||
using namespace android;
|
using namespace android;
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
using namespace android;
|
using namespace android;
|
||||||
|
|
||||||
#define INVALID_VALUE -1
|
#define INVALID_VALUE (-1)
|
||||||
|
|
||||||
Mutex DrmManagerClientImpl::sMutex;
|
Mutex DrmManagerClientImpl::sMutex;
|
||||||
sp<IDrmManagerService> DrmManagerClientImpl::sDrmManagerService;
|
sp<IDrmManagerService> DrmManagerClientImpl::sDrmManagerService;
|
||||||
|
|||||||
Reference in New Issue
Block a user