Home
last modified time | relevance | path

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

12345678910>>...41

/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.h41 virtual void RegisterCompletedAclPacketsCallback(CompletedAclPacketsCallback cb) override;
43 virtual void UnregisterCompletedAclPacketsCallback() override;
45 virtual void RegisterCompletedMonitorAclPacketsCallback(CompletedAclPacketsCallback cb) override;
46 virtual void UnregisterCompletedMonitorAclPacketsCallback() override;
48 virtual std::string GetLocalName() const override;
50 virtual LocalVersionInformation GetLocalVersionInformation() const override;
52 virtual bool SupportsSimplePairing() const override;
53 virtual bool SupportsSecureConnections() const override;
54 virtual bool SupportsSimultaneousLeBrEdr() const override;
55 virtual bool SupportsInterlacedInquiryScan() const override;
[all …]
Dhci_layer_mock.h38 (override));
43 (override));
44 MOCK_METHOD((common::BidiQueueEnd<AclBuilder, AclView>*), GetAclQueueEnd, (), (override));
45 MOCK_METHOD((common::BidiQueueEnd<ScoBuilder, ScoView>*), GetScoQueueEnd, (), (override));
46 MOCK_METHOD((common::BidiQueueEnd<IsoBuilder, IsoView>*), GetIsoQueueEnd, (), (override));
51 (override));
52 MOCK_METHOD((void), UnregisterEventHandler, (EventCode), (override));
57 (override));
58 MOCK_METHOD((void), UnregisterLeEventHandler, (SubeventCode), (override));
63 (override));
[all …]
Dacl_manager_mock.h43 MOCK_METHOD(Address, GetAddress, (), (const, override));
44 MOCK_METHOD(bool, Disconnect, (DisconnectReason reason), (override));
45 … RegisterCallbacks, (ConnectionManagementCallbacks * callbacks, os::Handler* handler), (override));
46 MOCK_METHOD(bool, ReadRemoteVersionInformation, (), (override));
47 MOCK_METHOD(bool, ReadRemoteSupportedFeatures, (), (override));
48 MOCK_METHOD(bool, ReadRemoteExtendedFeatures, (uint8_t), (override));
50 QueueUpEnd* GetAclQueueEnd() const override { in GetAclQueueEnd()
58 MOCK_METHOD(AddressWithType, GetLocalAddress, (), (const, override));
59 MOCK_METHOD(AddressWithType, GetRemoteAddress, (), (const, override));
60 MOCK_METHOD(void, Disconnect, (DisconnectReason reason), (override));
[all …]
/packages/services/Car/cpp/evs/manager/aidl/wrappers/include/
DAidlCamera.h44 ::ndk::ScopedAStatus doneWithFrame(const std::vector<aidlevs::BufferDesc>& buffers) override;
46 const std::shared_ptr<aidlevs::IEvsDisplay>& display) override;
47 ::ndk::ScopedAStatus getCameraInfo(aidlevs::CameraDesc* _aidl_return) override;
49 std::vector<uint8_t>* value) override;
51 std::vector<int32_t>* value) override;
53 aidlevs::ParameterRange* _aidl_return) override;
54 ::ndk::ScopedAStatus getParameterList(std::vector<aidlevs::CameraParam>* _aidl_return) override;
56 aidlevs::CameraDesc* _aidl_return) override;
58 int32_t* _aidl_return) override;
59 ::ndk::ScopedAStatus pauseVideoStream() override;
[all …]
DHidlCamera.h44 ::android::hardware::Return<void> getCameraInfo(getCameraInfo_cb _hidl_cb) override;
46 uint32_t bufferCount) override;
49 stream) override;
51 const hidlevs::V1_0::BufferDesc& buffer) override;
52 ::android::hardware::Return<void> stopVideoStream() override;
53 ::android::hardware::Return<int32_t> getExtendedInfo(uint32_t opaqueIdentifier) override;
55 uint32_t opaqueIdentifier, int32_t opaqueValue) override;
58 ::android::hardware::Return<void> getCameraInfo_1_1(getCameraInfo_1_1_cb _hidl_cb) override;
61 getPhysicalCameraInfo_cb _hidl_cb) override;
63 const ::android::hardware::hidl_vec<hidlevs::V1_1::BufferDesc>& buffer) override;
[all …]
/packages/modules/Bluetooth/system/main/shim/
Dble_scanner_interface_impl.h56 ~BleScannerInterfaceImpl() override{}; in ~BleScannerInterfaceImpl()
61 void RegisterScanner(const bluetooth::Uuid& uuid, RegisterCallback) override;
62 void Unregister(int scanner_id) override;
63 void Scan(bool start) override;
67 FilterParamSetupCallback cb) override;
69 FilterConfigCallback cb) override;
70 void ScanFilterClear(int filter_index, FilterConfigCallback cb) override;
71 void ScanFilterEnable(bool enable, EnableCallback cb) override;
73 bool IsMsftSupported() override;
75 MsftAdvMonitorAddCallback cb) override;
[all …]
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks_mock.h33 MOCK_METHOD(void, OnConnectionPacketTypeChanged, (uint16_t packet_type), (override));
34 MOCK_METHOD(void, OnAuthenticationComplete, (ErrorCode hci_status), (override));
35 MOCK_METHOD(void, OnEncryptionChange, (EncryptionEnabled enabled)), (override);
36 MOCK_METHOD(void, OnChangeConnectionLinkKeyComplete, (), (override));
37 MOCK_METHOD(void, OnReadClockOffsetComplete, (uint16_t clock_offse), (override));
39 void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval), (override));
48 (override));
57 (override));
67 (override));
68 MOCK_METHOD(void, OnFlushOccurred, (), (override));
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DMemtagHelperTest.java39 ShadowSystemProperties.override(mMemtagProperty, ""); in isChecked_empty_isFalse()
45 ShadowSystemProperties.override(mMemtagProperty, "memtag"); in isChecked_memtag_isTrue()
51 ShadowSystemProperties.override(mMemtagProperty, "memtag,memtag-kernel"); in isChecked_memtagAndKernel_isTrue()
57 ShadowSystemProperties.override(mMemtagProperty, "memtag-kernel"); in isChecked_kernel_isFalse()
63 ShadowSystemProperties.override(mMemtagProperty, "memtag-kernel,memtag"); in isChecked_kernelAndMemtag_isTrue()
81 ShadowSystemProperties.override(MemtagHelper.DEVICE_CONFIG_PROP, "force_off"); in getAvailabilityStatus_isForcedOff_isDISABLED_DEPENDENT_SETTING()
82 ShadowSystemProperties.override(mMemtagSupportedProperty, "true"); in getAvailabilityStatus_isForcedOff_isDISABLED_DEPENDENT_SETTING()
89 ShadowSystemProperties.override(MemtagHelper.DEVICE_CONFIG_PROP, "force_on"); in getAvailabilityStatus_isForcedOn_isDISABLED_DEPENDENT_SETTING()
90 ShadowSystemProperties.override(mMemtagSupportedProperty, "true"); in getAvailabilityStatus_isForcedOn_isDISABLED_DEPENDENT_SETTING()
97 ShadowSystemProperties.override(MemtagHelper.DEVICE_CONFIG_PROP, ""); in getAvailabilityStatus_isUnsupported_isUNSUPPORTED_ON_DEVICE()
[all …]
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DMockHWCamera.h32 Return<void> getCameraInfo(getCameraInfo_cb _hidl_cb) override { return {}; } in getCameraInfo()
33 Return<EvsResult> setMaxFramesInFlight(uint32_t bufferCount) override { in setMaxFramesInFlight()
39 Return<EvsResult> startVideoStream(const ::android::sp<IEvsCameraStream_1_0>& stream) override { in startVideoStream()
42 Return<void> doneWithFrame(const BufferDesc_1_0& buffer) override { return {}; } in doneWithFrame()
43 Return<void> stopVideoStream() override { return {}; } in stopVideoStream()
44 Return<int32_t> getExtendedInfo(uint32_t opaqueIdentifier) override { in getExtendedInfo()
50 Return<EvsResult> setExtendedInfo(uint32_t opaqueIdentifier, int32_t opaqueValue) override { in setExtendedInfo()
56 Return<void> getCameraInfo_1_1(getCameraInfo_1_1_cb _hidl_cb) override { return {}; } in getCameraInfo_1_1()
58 (const hidl_string& deviceId, getPhysicalCameraInfo_cb _hidl_cb), (override));
59 MOCK_METHOD(Return<EvsResult>, pauseVideoStream, (), (override));
[all …]
/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Darray_field.h31 virtual const std::string& GetFieldType() const override;
33 virtual Size GetSize() const override;
35 virtual Size GetBuilderSize() const override;
37 virtual Size GetStructSize() const override;
39 virtual std::string GetDataType() const override;
41 virtual void GenExtractor(std::ostream& s, int num_leading_bits, bool for_struct) const override;
43 virtual std::string GetGetterFunctionName() const override;
45 virtual void GenGetter(std::ostream& s, Size start_offset, Size end_offset) const override;
47 virtual std::string GetBuilderParameterType() const override;
49 virtual bool BuilderParameterMustBeMoved() const override;
[all …]
Dvector_field.h32 virtual const std::string& GetFieldType() const override;
34 virtual Size GetSize() const override;
36 virtual Size GetBuilderSize() const override;
38 virtual Size GetStructSize() const override;
40 virtual std::string GetDataType() const override;
42 virtual void GenExtractor(std::ostream& s, int num_leading_bits, bool for_struct) const override;
44 virtual std::string GetGetterFunctionName() const override;
46 virtual void GenGetter(std::ostream& s, Size start_offset, Size end_offset) const override;
48 virtual std::string GetBuilderParameterType() const override;
50 virtual bool BuilderParameterMustBeMoved() const override;
[all …]
/packages/services/Car/cpp/vhal/client/include/
DHidlHalPropConfig.h38 int32_t getAreaId() const override;
40 int32_t getAccess() const override;
42 int32_t getMinInt32Value() const override;
44 int32_t getMaxInt32Value() const override;
46 int64_t getMinInt64Value() const override;
48 int64_t getMaxInt64Value() const override;
50 float getMinFloatValue() const override;
52 float getMaxFloatValue() const override;
54 bool isVariableUpdateRateSupported() const override;
66 int32_t getPropId() const override;
[all …]
DAidlHalPropConfig.h39 int32_t getAreaId() const override;
41 int32_t getAccess() const override;
43 int32_t getMinInt32Value() const override;
45 int32_t getMaxInt32Value() const override;
47 int64_t getMinInt64Value() const override;
49 int64_t getMaxInt64Value() const override;
51 float getMinFloatValue() const override;
53 float getMaxFloatValue() const override;
55 bool isVariableUpdateRateSupported() const override;
67 int32_t getPropId() const override;
[all …]
DAidlHalPropValue.h37 int32_t getPropId() const override;
39 int32_t getAreaId() const override;
41 int64_t getTimestamp() const override;
43 aidl::android::hardware::automotive::vehicle::VehiclePropertyStatus getStatus() const override;
45 void setInt32Values(const std::vector<int32_t>& values) override;
47 std::vector<int32_t> getInt32Values() const override;
49 void setInt64Values(const std::vector<int64_t>& values) override;
51 std::vector<int64_t> getInt64Values() const override;
53 void setFloatValues(const std::vector<float>& values) override;
55 std::vector<float> getFloatValues() const override;
[all …]
DHidlHalPropValue.h36 int32_t getPropId() const override;
38 int32_t getAreaId() const override;
40 int64_t getTimestamp() const override;
42 aidl::android::hardware::automotive::vehicle::VehiclePropertyStatus getStatus() const override;
44 void setInt32Values(const std::vector<int32_t>& values) override;
46 std::vector<int32_t> getInt32Values() const override;
48 void setInt64Values(const std::vector<int64_t>& values) override;
50 std::vector<int64_t> getInt64Values() const override;
52 void setFloatValues(const std::vector<float>& values) override;
54 std::vector<float> getFloatValues() const override;
[all …]
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.h59 Status handleConfigPhase(const runner::ClientConfig& e) override;
60 Status handleExecutionPhase(const runner::RunnerEvent& e) override;
61 Status handleStopWithFlushPhase(const runner::RunnerEvent& e) override;
62 Status handleStopImmediatePhase(const runner::RunnerEvent& e) override;
63 Status handleResetPhase(const runner::RunnerEvent& e) override;
65 PrebuiltGraphType GetGraphType() const override { in GetGraphType()
69 PrebuiltGraphState GetGraphState() const override;
70 Status GetStatus() const override;
71 std::string GetErrorMessage() const override;
74 const proto::Options& GetSupportedGraphConfigs() const override { in GetSupportedGraphConfigs()
[all …]
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/include/
DMockBaseNode.h31 MOCK_METHOD(kBaseNodeId, GetNodeId, (), (override));
32 MOCK_METHOD(ImsMediaResult, Start, (), (override));
33 MOCK_METHOD(void, Stop, (), (override));
34 MOCK_METHOD(bool, IsRunTime, (), (override));
35 MOCK_METHOD(bool, IsSourceNode, (), (override));
36 MOCK_METHOD(void, SetConfig, (void* config), (override));
37 MOCK_METHOD(bool, IsSameConfig, (void* config), (override));
38 MOCK_METHOD(ImsMediaResult, UpdateConfig, (void* config), (override));
39 MOCK_METHOD(void, ProcessData, (), (override));
40 MOCK_METHOD(const char*, GetNodeName, (), (override));
[all …]
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/include/
DMockHidlEvsCamera.h36 MOCK_METHOD(::android::hardware::Return<void>, getCameraInfo, (getCameraInfo_cb), (override));
38 (uint32_t), (override));
40 (const ::android::sp<hidlevs::V1_0::IEvsCameraStream>&), (override));
42 (const hidlevs::V1_0::BufferDesc&), (override));
43 MOCK_METHOD(::android::hardware::Return<void>, stopVideoStream, (), (override));
44 MOCK_METHOD(::android::hardware::Return<int32_t>, getExtendedInfo, (uint32_t), (override));
46 (uint32_t, int32_t), (override));
50 (override));
52 (const ::android::hardware::hidl_string&, getPhysicalCameraInfo_cb), (override));
54 (const ::android::hardware::hidl_vec<hidlevs::V1_1::BufferDesc>&), (override));
[all …]
/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface.h50 void Cleanup() override;
51 void StartSession() override;
52 void StopSession() override;
53 void UpdateAudioConfigToHal(const ::hfp::offload_config& config) override;
54 void ConfirmStreamingRequest() override;
55 void CancelStreamingRequest() override;
63 void Cleanup() override;
64 void StartSession() override;
65 void StopSession() override;
66 void UpdateAudioConfigToHal(const ::hfp::offload_config& config) override;
[all …]
Dle_audio_software.h113 void Cleanup() override;
114 void SetPcmParameters(const PcmParameters& params) override;
115 void SetRemoteDelay(uint16_t delay_report_ms) override;
116 void StartSession() override;
117 void StopSession() override;
118 void ConfirmStreamingRequest() override;
119 void CancelStreamingRequest() override;
120 void ConfirmStreamingRequestV2() override;
121 void CancelStreamingRequestV2() override;
123 const ::bluetooth::le_audio::offload_config& config) override;
[all …]
/packages/services/Car/cpp/watchdog/server/tests/
DMockWatchdogProcessService.h45 MOCK_METHOD(android::base::Result<void>, start, (), (override));
46 MOCK_METHOD(void, terminate, (), (override));
47 MOCK_METHOD(void, onDump, (int), (override));
48 MOCK_METHOD(void, onDumpProto, (android::util::ProtoOutputStream&), (override));
49 MOCK_METHOD(void, doHealthCheck, (int), (override));
50 MOCK_METHOD(void, handleBinderDeath, (void*), (override));
54 (override));
57 (override));
60 (override));
61 MOCK_METHOD(void, unregisterCarWatchdogService, (const ndk::SpAIBinder&), (override));
[all …]
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.h65 Return<void> getCameraInfo(getCameraInfo_cb _hidl_cb) override;
66 Return<EvsResult> setMaxFramesInFlight(uint32_t bufferCount) override;
67 Return<EvsResult> startVideoStream(const ::android::sp<IEvsCameraStream_1_0>& stream) override;
68 Return<void> doneWithFrame(const BufferDesc_1_0& buffer) override;
69 Return<void> stopVideoStream() override;
70 Return<int32_t> getExtendedInfo(uint32_t opaqueIdentifier) override;
71 Return<EvsResult> setExtendedInfo(uint32_t opaqueIdentifier, int32_t opaqueValue) override;
74 Return<void> getCameraInfo_1_1(getCameraInfo_1_1_cb _hidl_cb) override;
76 getPhysicalCameraInfo_cb _hidl_cb) override;
77 Return<EvsResult> pauseVideoStream() override;
[all …]
/packages/services/Car/cpp/computepipe/runner/stream_manager/
DSemanticManager.h38 int getStreamId() const override;
39 int getBufferId() const override;
40 proto::PacketType getType() const override;
41 uint64_t getTimeStamp() const override;
42 uint32_t getSize() const override;
43 const char* getData() const override;
44 AHardwareBuffer* getHardwareBuffer() const override;
61 void setEngineInterface(std::shared_ptr<StreamEngineInterface> engine) override;
63 Status setMaxInFlightPackets(uint32_t maxPackets) override;
65 Status freePacket(int bufferId) override;
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.h60 hci::AddressWithType GetDevice() const override { in GetDevice()
116 void SetChannelTxPriority(Cid local_cid, bool high_priority) override;
129 virtual void SendDisconnectionRequest(Cid local_cid, Cid remote_cid) override;
157 std::string ToStringForLogging() const override { in ToStringForLogging()
161 std::string ToRedactedStringForLogging() const override { in ToRedactedStringForLogging()
165 void SendLeCredit(Cid /* local_cid */, uint16_t /* credit */) override {} in SendLeCredit()
168 void OnConnectionPacketTypeChanged(uint16_t packet_type) override;
169 void OnAuthenticationComplete(hci::ErrorCode hci_status) override;
170 void OnEncryptionChange(hci::EncryptionEnabled enabled) override;
171 void OnChangeConnectionLinkKeyComplete() override;
[all …]
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.h64 OobData remote_p256_oob_data) override;
65 void Cancel() override;
67 void OnReceive(hci::ChangeConnectionLinkKeyCompleteView packet) override;
68 void OnReceive(hci::CentralLinkKeyCompleteView packet) override;
69 void OnReceive(hci::PinCodeRequestView packet) override;
70 void OnReceive(hci::LinkKeyRequestView packet) override;
71 void OnReceive(hci::LinkKeyNotificationView packet) override;
72 void OnReceive(hci::IoCapabilityRequestView packet) override;
73 void OnReceive(hci::IoCapabilityResponseView packet) override;
74 void OnReceive(hci::SimplePairingCompleteView packet) override;
[all …]

12345678910>>...41