Searched refs:override (Results 1 – 25 of 148) sorted by relevance
123456
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.h | 38 bool Initialize() override; 39 bool LoadCalibration() override; 40 void SetLoggingEnabled(bool logging_enabled) override; 44 const std::vector<uint8_t>& request) override; 46 int timeout_ms) override; 47 bool FlashSensorHub(const std::vector<uint8_t>& bytes) override; 49 bool SetCalibration(SensorType sensor_type, int32_t data) override; 50 bool SetCalibration(SensorType sensor_type, float data) override; 52 override; 54 int32_t z, int32_t w) override; [all …]
|
D | nanomessage.h | 78 bool Populate(const std::vector<uint8_t>& buffer) override; 79 std::string ToString() const override; 110 std::string ToString() const override; 111 bool Populate(const std::vector<uint8_t>& buffer) override; 123 std::vector<uint8_t> GetBytes() const override; 124 std::string ToString() const override; 133 virtual std::string ToString() const override; 139 bool Populate(const std::vector<uint8_t>& buffer) override; 177 std::vector<uint8_t> GetBytes() const override; 178 std::string ToString() const override; [all …]
|
D | sensorevent.h | 115 uint8_t GetNumSamples() const override; 121 std::string ToString() const override; 126 bool SizeIsValid() const override; 138 virtual std::string StringForSample(uint8_t index) const override; 141 uint8_t GetSampleDataSize() const override; 148 std::string StringForSample(uint8_t index) const override; 153 std::string StringForSample(uint8_t index) const override; 156 uint8_t GetSampleDataSize() const override; 161 std::string StringForSample(uint8_t index) const override; 164 uint8_t GetSampleDataSize() const override;
|
/device/google/wahoo/wifi_offload/ |
D | chre_interface.h | 38 void onMessageReceived(const void* data, size_t length) override; 39 void onConnected() override; 40 void onConnectionAborted() override; 41 void onDisconnected() override; 42 void handleNanoappMessage(const ::chre::fbs::NanoappMessageT& message) override; 43 void handleHubInfoResponse(const ::chre::fbs::HubInfoResponseT& response) override; 44 void handleNanoappListResponse(const ::chre::fbs::NanoappListResponseT& response) override; 45 void handleLoadNanoappResponse(const ::chre::fbs::LoadNanoappResponseT& response) override; 46 void handleUnloadNanoappResponse(const ::chre::fbs::UnloadNanoappResponseT& response) override;
|
D | Offload.h | 27 const android::wp<android::hidl::base::V1_0::IBase>& /* who */) override { in serviceDied() 60 configureScans_cb _hidl_cb) override; 61 Return<void> getScanStats(getScanStats_cb _hidl_cb) override; 62 Return<void> subscribeScanResults(uint32_t delayMs, subscribeScanResults_cb _hidl_cb) override; 63 Return<void> unsubscribeScanResults() override; 64 Return<void> setEventCallback(const sp<IOffloadCallback>& cb) override;
|
/device/google/contexthub/contexthubhal/ |
D | NanohubHidlAdapter.h | 44 Return<void> getHubs(getHubs_cb _hidl_cb) override; 47 const sp<IContexthubCallback> &cb) override; 50 const ContextHubMsg &msg) override; 54 uint32_t transactionId) override; 58 uint32_t transactionId) override; 62 uint32_t transactionId) override; 66 uint32_t transactionId) override; 68 Return<Result> queryApps(uint32_t hubId) override; 72 Return<void> debug(const hidl_handle& fd, const hidl_vec<hidl_string>& options) override; 90 const wp<::android::hidl::base::V1_0::IBase>& who) override;
|
/device/generic/goldfish/power/ |
D | Power.h | 42 Return<void> setInteractive(bool interactive) override; 43 Return<void> powerHint(PowerHint hint, int32_t data) override; 44 Return<void> setFeature(Feature feature, bool activate) override; 45 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override; 48 Return<void> getSubsystemLowPowerStats(getSubsystemLowPowerStats_cb _hidl_cb) override; 49 Return<void> powerHintAsync(PowerHint hint, int32_t data) override;
|
/device/linaro/hikey/power/ |
D | Power.h | 42 Return<void> setInteractive(bool interactive) override; 43 Return<void> powerHint(PowerHint hint, int32_t data) override; 44 Return<void> setFeature(Feature feature, bool activate) override; 45 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override; 48 Return<void> getSubsystemLowPowerStats(getSubsystemLowPowerStats_cb _hidl_cb) override; 49 Return<void> powerHintAsync(PowerHint hint, int32_t data) override;
|
/device/google/marlin/power/ |
D | Power.h | 42 Return<void> setInteractive(bool interactive) override; 43 Return<void> powerHint(PowerHint hint, int32_t data) override; 44 Return<void> setFeature(Feature feature, bool activate) override; 45 Return<void> getPlatformLowPowerStats(getPlatformLowPowerStats_cb _hidl_cb) override; 48 Return<void> getSubsystemLowPowerStats(getSubsystemLowPowerStats_cb _hidl_cb) override; 49 Return<void> powerHintAsync(PowerHint hint, int32_t data) override;
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCameraDevice.h | 86 int64_t* timestamp) override; 90 int64_t* timestamp) override; 94 const void* getCurrentFrame() override; 104 bool produceFrame(void* buffer, int64_t* timestamp) override; 106 void* getPrimaryBuffer() override; 107 void* getSecondaryBuffer() override;
|
/device/generic/goldfish/network/netmgr/ |
D | commander.h | 36 void getPollData(std::vector<pollfd>* fds) const override; 37 Timestamp getTimeout() const override; 38 bool onReadAvailable(int fd, int* status) override; 39 bool onClose(int fd, int* status) override; 40 bool onTimeout(int* status) override;
|
D | wifi_forwarder.h | 38 void getPollData(std::vector<pollfd>* fds) const override; 39 Timestamp getTimeout() const override; 40 bool onReadAvailable(int fd, int* status) override; 41 bool onClose(int fd, int* status) override; 42 bool onTimeout(int* status) override;
|
D | monitor.h | 41 void getPollData(std::vector<pollfd>* fds) const override; 42 Timestamp getTimeout() const override; 43 bool onReadAvailable(int fd, int* status) override; 44 bool onClose(int fd, int* status) override; 45 bool onTimeout(int* status) override;
|
/device/google/marlin/vibrator/ |
D | Vibrator.h | 35 Return<Status> on(uint32_t timeoutMs) override; 36 Return<Status> off() override; 37 Return<bool> supportsAmplitudeControl() override; 38 Return<Status> setAmplitude(uint8_t amplitude) override; 39 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
/device/google/crosshatch/vibrator/ |
D | Vibrator.h | 37 Return<Status> on(uint32_t timeoutMs) override; 38 Return<Status> off() override; 39 Return<bool> supportsAmplitudeControl() override; 40 Return<Status> setAmplitude(uint8_t amplitude) override; 44 override; 46 override; 47 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
/device/google/contexthub/sensorhal/ |
D | sensors.h | 122 virtual bool owns(int handle) override; 123 virtual int activate(int handle, int enabled) override; 124 virtual int setDelay(int handle, int64_t delayNs) override; 127 int64_t max_report_latency_ns) override; 128 virtual int flush(int handle) override; 145 virtual bool owns(int handle) override; 146 virtual int activate(int handle, int enabled) override; 147 virtual int setDelay(int handle, int64_t delayNs) override; 150 int64_t max_report_latency_ns) override; 151 virtual int flush(int handle) override;
|
/device/google/wahoo/vibrator/ |
D | Vibrator.h | 39 Return<Status> on(uint32_t timeoutMs) override; 40 Return<Status> off() override; 41 Return<bool> supportsAmplitudeControl() override; 42 Return<Status> setAmplitude(uint8_t amplitude) override; 46 override; 48 override; 49 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
/device/google/bonito/vibrator/ |
D | Vibrator.h | 52 Return<Status> on(uint32_t timeoutMs) override; 53 Return<Status> off() override; 54 Return<bool> supportsAmplitudeControl() override; 55 Return<Status> setAmplitude(uint8_t amplitude) override; 59 perform_cb _hidl_cb) override; 61 perform_cb _hidl_cb) override; 62 Return<void> perform_1_2(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
/device/linaro/hikey/bluetooth/ |
D | bluetooth_hci.h | 50 const ::android::sp<IBluetoothHciCallbacks>& cb) override; 51 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override; 52 Return<void> sendAclData(const hidl_vec<uint8_t>& packet) override; 53 Return<void> sendScoData(const hidl_vec<uint8_t>& packet) override; 54 Return<void> close() override;
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | usb_cmd_attach.h | 25 ~USBCmdAttach() override = default; 28 usb_forward::Command Command() override { return usb_forward::CmdAttach; } in Command() 32 bool OnRequest(const cvd::SharedFD& data) override; 36 bool OnResponse(bool is_success, const cvd::SharedFD& data) override;
|
D | usb_cmd_heartbeat.h | 29 ~USBCmdHeartbeat() override = default; 32 usb_forward::Command Command() override { return usb_forward::CmdHeartbeat; } in Command() 36 bool OnRequest(const cvd::SharedFD& data) override; 40 bool OnResponse(bool is_success, const cvd::SharedFD& data) override;
|
D | usb_cmd_device_list.h | 36 ~USBCmdDeviceList() override = default; 39 usb_forward::Command Command() override { return usb_forward::CmdDeviceList; } in Command() 43 bool OnRequest(const cvd::SharedFD& data) override; 47 bool OnResponse(bool is_success, const cvd::SharedFD& data) override;
|
D | usb_cmd_data_transfer.h | 34 ~USBCmdDataTransfer() override = default; 37 usb_forward::Command Command() override { in Command() 43 bool OnRequest(const cvd::SharedFD& data) override; 47 bool OnResponse(bool is_success, const cvd::SharedFD& data) override;
|
D | usb_cmd_control_transfer.h | 35 ~USBCmdControlTransfer() override = default; 38 usb_forward::Command Command() override { in Command() 44 bool OnRequest(const cvd::SharedFD& data) override; 48 bool OnResponse(bool is_success, const cvd::SharedFD& data) override;
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VulkanStreamGuest.h | 43 ssize_t read(void *buffer, size_t size) override; 44 ssize_t write(const void *buffer, size_t size) override; 64 ssize_t read(void *buffer, size_t size) override; 65 ssize_t write(const void *buffer, size_t size) override;
|
123456