31 lines
1.0 KiB
C++
31 lines
1.0 KiB
C++
/*
|
|
* This file is auto-generated. DO NOT MODIFY.
|
|
* Using: /Users/omar/Library/Android/sdk/build-tools/36.1.0/aidl --lang=ndk --min_sdk_version=36 -o src/main/cpp -h src/main/cpp -I src/main/aidl src/main/aidl/com/omixlab/mosis/IMosisService.aidl
|
|
*
|
|
* DO NOT CHECK THIS FILE INTO A CODE TREE (e.g. git, etc..).
|
|
* ALWAYS GENERATE THIS FILE FROM UPDATED AIDL COMPILER
|
|
* AS A BUILD INTERMEDIATE ONLY. THIS IS NOT SOURCE CODE.
|
|
*/
|
|
#pragma once
|
|
|
|
#include "aidl/com/omixlab/mosis/IMosisService.h"
|
|
|
|
#include <android/binder_ibinder.h>
|
|
|
|
namespace aidl {
|
|
namespace com {
|
|
namespace omixlab {
|
|
namespace mosis {
|
|
class BpMosisService : public ::ndk::BpCInterface<IMosisService> {
|
|
public:
|
|
explicit BpMosisService(const ::ndk::SpAIBinder& binder);
|
|
virtual ~BpMosisService();
|
|
|
|
::ndk::ScopedAStatus initOS(const std::shared_ptr<::aidl::com::omixlab::mosis::IMosisListener>& in_listener, bool* _aidl_return) override;
|
|
::ndk::ScopedAStatus getNumber(int32_t* _aidl_return) override;
|
|
};
|
|
} // namespace mosis
|
|
} // namespace omixlab
|
|
} // namespace com
|
|
} // namespace aidl
|