summaryrefslogtreecommitdiff
path: root/Static.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-03-12 21:04:31 -0700
committerSteven Moreland <smoreland@google.com>2017-03-12 21:04:31 -0700
commit7c2fb2f32ff47e8ee108dd583ca5579a73399384 (patch)
tree06726fe91fcc1d829926f9d9a77e16948b2ae2b1 /Static.cpp
parente4f0b99e9b800425d8082d40b8c404c41d330b1d (diff)
downloadlibhwbinder-7c2fb2f32ff47e8ee108dd583ca5579a73399384.tar.gz
Rename libbinder specific variable.
Test: pass Change-Id: I72686a0f1f549eddfee3d002b1972a2e48e4f05c
Diffstat (limited to 'Static.cpp')
-rw-r--r--Static.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Static.cpp b/Static.cpp
index 03d0263..c63e503 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -76,20 +76,20 @@ TextOutput& aerr(gStderrTextOutput);
Mutex gProcessMutex;
sp<ProcessState> gProcess;
-class LibBinderIPCtStatics
+class LibHwbinderIPCtStatics
{
public:
- LibBinderIPCtStatics()
+ LibHwbinderIPCtStatics()
{
}
- ~LibBinderIPCtStatics()
+ ~LibHwbinderIPCtStatics()
{
IPCThreadState::shutdown();
}
};
-static LibBinderIPCtStatics gIPCStatics;
+static LibHwbinderIPCtStatics gIPCStatics;
} // namespace hardware
} // namespace android