Searched refs:DirectReportChannel (Results 1 – 4 of 4) sorted by relevance
26 DirectReportChannel::DirectReportChannel(::android::SensorManager& manager, int channelId) in DirectReportChannel() function in android::frameworks::sensorservice::V1_0::implementation::DirectReportChannel29 DirectReportChannel::~DirectReportChannel() { in ~DirectReportChannel()34 Return<void> DirectReportChannel::configure(int32_t sensorHandle, RateLevel rate, in configure()
44 struct DirectReportChannel final : public IDirectReportChannel {46 DirectReportChannel(::android::SensorManager& manager, int channelId);47 ~DirectReportChannel();
5 "DirectReportChannel.cpp",
108 _hidl_cb(sp<IDirectReportChannel>(new DirectReportChannel(manager, channelId)), in createDirectChannel()