Home
last modified time | relevance | path

Searched defs:int8_t (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DILoggableInterface.h110 …::android::binder::Status LogThis(bool /*boolValue*/, ::std::vector<bool>* /*boolArray*/, int8_t /… in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
DILoggableInterface.cpp452 …ult::LogThis(bool /*in_boolValue*/, std::vector<bool>* /*in_boolArray*/, int8_t /*in_byteValue*/, … in LogThis() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h510 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() argument
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp4283 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() argument
/system/tools/aidl/tests/
Daidl_test_service.cpp863 virtual Status LogThis(bool, vector<bool>*, int8_t, vector<uint8_t>*, char16_t, vector<char16_t>*, in LogThis() argument