Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 138) sorted by relevance

123456

/device/generic/goldfish/audio/
Dstream_out.h49 Return<uint64_t> getFrameSize() override;
50 Return<uint64_t> getFrameCount() override;
51 Return<uint64_t> getBufferSize() override;
52 Return<uint32_t> getSampleRate() override;
53 …rn<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb) override;
54 Return<Result> setSampleRate(uint32_t sampleRateHz) override;
55 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override;
56 …<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb) override;
57 Return<Result> setChannelMask(hidl_bitfield<AudioChannelMask> mask) override;
58 Return<AudioFormat> getFormat() override;
[all …]
Dstream_in.h48 Return<uint64_t> getFrameSize() override;
49 Return<uint64_t> getFrameCount() override;
50 Return<uint64_t> getBufferSize() override;
51 Return<uint32_t> getSampleRate() override;
52 …rn<void> getSupportedSampleRates(AudioFormat format, getSupportedSampleRates_cb _hidl_cb) override;
53 Return<Result> setSampleRate(uint32_t sampleRateHz) override;
54 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override;
55 …<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb) override;
56 Return<Result> setChannelMask(hidl_bitfield<AudioChannelMask> mask) override;
57 Return<AudioFormat> getFormat() override;
[all …]
Dprimary_device.h44 Return<Result> initCheck() override;
45 Return<Result> setMasterVolume(float volume) override;
46 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
47 Return<Result> setMicMute(bool mute) override;
48 Return<void> getMicMute(getMicMute_cb _hidl_cb) override;
49 Return<Result> setMasterMute(bool mute) override;
50 Return<void> getMasterMute(getMasterMute_cb _hidl_cb) override;
52 getInputBufferSize_cb _hidl_cb) override;
58 openOutputStream_cb _hidl_cb) override;
64 openInputStream_cb _hidl_cb) override;
[all …]
/device/generic/goldfish/gnss/
Dgnss.h37 Return<sp<ahg20::IGnssConfiguration>> getExtensionGnssConfiguration_2_0() override;
38 Return<sp<ahg20::IGnssDebug>> getExtensionGnssDebug_2_0() override;
39 Return<sp<ahg20::IAGnss>> getExtensionAGnss_2_0() override;
40 Return<sp<ahg20::IAGnssRil>> getExtensionAGnssRil_2_0() override;
41 Return<sp<ahg20::IGnssMeasurement>> getExtensionGnssMeasurement_2_0() override;
42 Return<bool> setCallback_2_0(const sp<ahg20::IGnssCallback>& callback) override;
44 getExtensionMeasurementCorrections() override;
45 Return<sp<ahgvc10::IGnssVisibilityControl>> getExtensionVisibilityControl() override;
46 Return<sp<ahg20::IGnssBatching>> getExtensionGnssBatching_2_0() override;
47 Return<bool> injectBestLocation_2_0(const ahg20::GnssLocation& location) override;
[all …]
Dgnss_configuration.h35 Return<bool> setEsExtensionSec(uint32_t emergencyExtensionSeconds) override;
38 …ol> setBlacklist(const hidl_vec<ahg11::IGnssConfiguration::BlacklistedSource>& blacklist) override;
41 Return<bool> setSuplEs(bool enabled) override;
42 Return<bool> setSuplVersion(uint32_t version) override;
43 Return<bool> setSuplMode(hidl_bitfield<SuplMode> mode) override;
44 Return<bool> setGpsLock(hidl_bitfield<GpsLock> lock) override;
45 Return<bool> setLppProfile(hidl_bitfield<LppProfile> lppProfile) override;
46 Return<bool> setGlonassPositioningProtocol(hidl_bitfield<GlonassPosProtocol> protocol) override;
47 Return<bool> setEmergencySuplPdn(bool enable) override;
/device/google/coral/vibrator/
DHardware.h42 std::string toString(const NamesMap &names) override;
54 bool setF0(uint32_t value) override { return set(value, mF0); } in setF0()
55 bool setRedc(uint32_t value) override { return set(value, mRedc); } in setRedc()
56 bool setQ(uint32_t value) override { return set(value, mQ); } in setQ()
57 bool setActivate(bool value) override { return set(value, mActivate); } in setActivate()
58 bool setDuration(uint32_t value) override { return set(value, mDuration); } in setDuration()
59 bool getEffectDuration(uint32_t *value) override { return get(value, mEffectDuration); } in getEffectDuration()
60 bool setEffectIndex(uint32_t value) override { return set(value, mEffectIndex); } in setEffectIndex()
61 bool setEffectQueue(std::string value) override { return set(value, mEffectQueue); } in setEffectQueue()
62 bool hasEffectScale() override { return has(mEffectScale); } in hasEffectScale()
[all …]
DVibrator.h117 Return<Status> on(uint32_t timeoutMs) override;
118 Return<Status> off() override;
119 Return<bool> supportsAmplitudeControl() override;
120 Return<Status> setAmplitude(uint8_t amplitude) override;
123 Return<bool> supportsExternalControl() override;
124 Return<Status> setExternalControl(bool enabled) override;
128 perform_cb _hidl_cb) override;
130 perform_cb _hidl_cb) override;
132 perform_cb _hidl_cb) override;
133 Return<void> perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
[all …]
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.h43 ~ClientHandler() override;
62 webrtc::PeerConnectionInterface::SignalingState new_state) override;
64 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) override;
65 void OnRenegotiationNeeded() override;
67 webrtc::PeerConnectionInterface::IceConnectionState new_state) override;
69 webrtc::PeerConnectionInterface::PeerConnectionState new_state) override;
71 webrtc::PeerConnectionInterface::IceGatheringState new_state) override;
72 void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) override;
78 const std::string& error_text) override;
83 const std::string& error_text) override;
[all …]
Dvideo_track_source_impl.cpp32 ~VideoFrameWrapper() override = default;
34 int width() const override { return frame_buffer_->width(); } in width()
35 int height() const override { return frame_buffer_->height(); } in height()
38 int StrideY() const override { return frame_buffer_->StrideY(); } in StrideY()
39 int StrideU() const override { return frame_buffer_->StrideU(); } in StrideU()
40 int StrideV() const override { return frame_buffer_->StrideV(); } in StrideV()
43 const uint8_t *DataY() const override { return frame_buffer_->DataY(); } in DataY()
44 const uint8_t *DataU() const override { return frame_buffer_->DataU(); } in DataU()
45 const uint8_t *DataV() const override { return frame_buffer_->DataV(); } in DataV()
Dvideo_track_source_impl.h37 bool GetStats(Stats* stats) override;
39 bool SupportsEncodedOutput() const override;
40 void GenerateKeyFrame() override {} in GenerateKeyFrame()
42 rtc::VideoSinkInterface<webrtc::RecordableEncodedFrame>* sink) override {} in AddEncodedSink()
44 rtc::VideoSinkInterface<webrtc::RecordableEncodedFrame>* sink) override {} in RemoveEncodedSink()
47 rtc::VideoSourceInterface<webrtc::VideoFrame>* source() override;
69 int64_t timestamp_us) override { in OnFrame()
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.h53 Return<void> getHardwareInfo(getHardwareInfo_cb _hidl_cb) override;
54 Return<void> getHmacSharingParameters(getHmacSharingParameters_cb _hidl_cb) override;
56 computeSharedHmac_cb) override;
60 verifyAuthorization_cb _hidl_cb) override;
61 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
63 generateKey_cb _hidl_cb) override;
67 getKeyCharacteristics_cb _hidl_cb) override;
69 const hidl_vec<uint8_t>& keyData, importKey_cb _hidl_cb) override;
75 importWrappedKey_cb _hidl_cb) override;
78 exportKey_cb _hidl_cb) override;
[all …]
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.h38 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 …]
Dnanomessage.h78 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 …]
Dsensorevent.h115 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/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.h28 ~CvdVideoFrameBuffer() override = default;
30 int width() const override;
31 int height() const override;
33 int StrideY() const override;
34 int StrideU() const override;
35 int StrideV() const override;
37 const uint8_t *DataY() const override;
38 const uint8_t *DataU() const override;
39 const uint8_t *DataV() const override;
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.h51 uint32_t os_version, uint32_t os_patchlevel) override;
53 uint32_t* os_version, uint32_t* os_patchlevel) const override;
56 keymaster_algorithm_t algorithm) const override;
59 keymaster_purpose_t purpose) const override;
61 size_t* algorithms_count) const override;
66 keymaster::KeymasterKeyBlob* upgraded_key) const override;
71 keymaster::UniquePtr<keymaster::Key>* key) const override;
74 const uint8_t* buf, size_t length) const override;
76 keymaster::KeymasterEnforcement* enforcement_policy() override;
81 keymaster::CertChainPtr* cert_chain) const override;
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
Dvsocket_screen_view.h35 const CompositionStats* stats = nullptr) override;
36 void* GetBuffer(int fb_index) override;
38 int32_t x_res() const override;
39 int32_t y_res() const override;
40 int32_t dpi() const override;
41 int32_t refresh_rate() const override;
43 int num_buffers() const override;
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h44 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/sensors/
Dmultihal_sensors.h51 Return<void> debug(const hidl_handle& fd, const hidl_vec<hidl_string>& args) override;
52 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
53 Return<Result> setOperationMode(OperationMode mode) override;
54 Return<Result> activate(int32_t sensorHandle, bool enabled) override;
57 int64_t maxReportLatencyNs) override;
58 Return<Result> flush(int32_t sensorHandle) override;
59 Return<Result> injectSensorData(const Event& event) override;
63 registerDirectChannel_cb _hidl_cb) override;
64 Return<Result> unregisterDirectChannel(int32_t channelHandle) override;
68 configDirectReport_cb _hidl_cb) override;
[all …]
/device/generic/goldfish/soundtrigger/
Dmain.cpp32 Return<void> getProperties(getProperties_cb _hidl_cb) override { in getProperties()
63 loadSoundModel_cb _hidl_cb) override { in loadSoundModel()
74 loadPhraseSoundModel_cb _hidl_cb) override { in loadPhraseSoundModel()
82 Return<int32_t> unloadSoundModel(int32_t modelHandle) override { in unloadSoundModel()
90 int32_t cookie) override { in startRecognition()
98 Return<int32_t> stopRecognition(int32_t modelHandle) override { in stopRecognition()
103 Return<int32_t> stopAllRecognitions() override { in stopAllRecognitions()
111 loadSoundModel_2_1_cb _hidl_cb) override { in loadSoundModel_2_1()
122 loadPhraseSoundModel_2_1_cb _hidl_cb) override { in loadPhraseSoundModel_2_1()
133 int32_t cookie) override { in startRecognition_2_1()
[all …]
/device/linaro/hikey/power/
DPower.h42 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/
DEmulatedQemuCameraDevice.h86 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/google/contexthub/sensorhal/
Dsensors.h122 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/crosshatch/vibrator/
DVibrator.h37 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/generic/goldfish/network/netmgr/
Dcommander.h36 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;

123456