Searched defs:ILight (Results 1 – 8 of 8) sorted by relevance
20 struct ILight : public ::android::hidl::base::V1_0::IBase { struct27 * Fully qualified interface name: "[email protected]::ILight" argument29 static const char* descriptor;34 virtual bool isRemote() const override { return false; } in isRemote()48 …function<void(const ::android::hardware::hidl_vec<::android::hardware::light::V2_0::Type>& types)>;59 …function<void(const ::android::hardware::hidl_vec<::android::hardware::hidl_string>& descriptors)>;91 …g interfaceDescriptor_cb = std::function<void(const ::android::hardware::hidl_string& descriptor)>;110 …oid(const ::android::hardware::hidl_vec<::android::hardware::hidl_array<uint8_t, 32>>& hashchain)>;155 using getDebugInfo_cb = std::function<void(const ::android::hidl::base::V1_0::DebugInfo& info)>;215 …static ::android::sp<ILight> tryGetService(bool getStub) { return tryGetService("default", getStub… in tryGetService() argument[all …]
android/hardware/light/V2_0/Brightness.class <Unknown> package android.hardware. ...
35 using ILight = ::android::hardware::light::V2_0::ILight; typedef
3 public interface ILight extends android.hidl.base.V1_0.IBase { interface