Update dumpstate HAL to V1.1

Bug: 143184495
Test: atest VtsHalDumpstateV1_1TargetTest pass
Change-Id: I087622c49e2632d7e759a6384c5e09102e072fd7
This commit is contained in:
Hungyen Weng
2020-02-11 00:04:38 +08:00
committed by Cyan_Hsieh
parent 538ddad31b
commit 150ff07f8c
6 changed files with 61 additions and 18 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define LOG_TAG "android.hardware.dumpstate@1.0-service.redfin"
#define LOG_TAG "android.hardware.dumpstate@1.1-service.redfin"
#include <hidl/HidlSupport.h>
#include <hidl/HidlTransportSupport.h>
@@ -21,8 +21,8 @@
#include "DumpstateDevice.h"
using ::android::hardware::configureRpcThreadpool;
using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
using ::android::hardware::dumpstate::V1_1::IDumpstateDevice;
using ::android::hardware::dumpstate::V1_1::implementation::DumpstateDevice;
using ::android::hardware::joinRpcThreadpool;
using ::android::sp;