Searched refs:DirectReportChannel (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/sensorservice/hidl/ |
D | DirectReportChannel.cpp | 26 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel() function in android::frameworks::sensorservice::V1_0::implementation::DirectReportChannel 29 DirectReportChannel::~DirectReportChannel() { in ~DirectReportChannel() 34 Return<void> DirectReportChannel::configure(int32_t sensorHandle, RateLevel rate, in configure()
|
D | DirectReportChannel.h | 44 struct DirectReportChannel final : public IDirectReportChannel { 46 DirectReportChannel(::android::SensorManager& manager, int channelId); 47 ~DirectReportChannel();
|
D | Android.bp | 14 "DirectReportChannel.cpp",
|
D | SensorManager.cpp | 111 _hidl_cb(sp<IDirectReportChannel>(new DirectReportChannel(manager, channelId)), in createDirectChannel()
|
/frameworks/native/services/sensorservice/aidl/ |
D | DirectReportChannel.cpp | 24 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel() function in android::frameworks::sensorservice::implementation::DirectReportChannel 27 DirectReportChannel::~DirectReportChannel() { in ~DirectReportChannel() 31 ndk::ScopedAStatus DirectReportChannel::configure( in configure()
|
D | DirectReportChannel.h | 27 class DirectReportChannel final 30 DirectReportChannel(::android::SensorManager& manager, int channelId); 31 ~DirectReportChannel();
|
D | Android.bp | 14 "DirectReportChannel.cpp",
|
D | SensorManager.cpp | 77 *chan = ndk::SharedRefBase::make<DirectReportChannel>(manager, channelId); in createDirectChannel()
|