Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 80) sorted by relevance

1234

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_response.cpp21 RadioResponse::RadioResponse(RadioHidlTest& parent) : parent(parent) {} in RadioResponse() argument
27 parent.notify(info.serial); in getIccCardStatusResponse()
34 parent.notify(info.serial); in supplyIccPinForAppResponse()
41 parent.notify(info.serial); in supplyIccPukForAppResponse()
48 parent.notify(info.serial); in supplyIccPin2ForAppResponse()
55 parent.notify(info.serial); in supplyIccPuk2ForAppResponse()
62 parent.notify(info.serial); in changeIccPinForAppResponse()
69 parent.notify(info.serial); in changeIccPin2ForAppResponse()
76 parent.notify(info.serial); in supplyNetworkDepersonalizationResponse()
83 parent.notify(info.serial); in getCurrentCallsResponse()
[all …]
Dsap_callback.cpp19 SapCallback::SapCallback(SapHidlTest& parent) : parent(parent) {} in SapCallback() argument
24 parent.notify(token); in connectResponse()
30 parent.notify(token); in disconnectResponse()
43 parent.notify(token); in apduResponse()
52 parent.notify(token); in transferAtrResponse()
59 parent.notify(token); in powerResponse()
66 parent.notify(token); in resetSimResponse()
78 parent.notify(token); in transferCardReaderStatusResponse()
89 parent.notify(token); in transferProtocolResponse()
Dradio_indication.cpp19 RadioIndication::RadioIndication(RadioHidlTest& parent) : parent(parent) {} in RadioIndication() argument
Dsap_hidl_hal_utils.h46 SapHidlTest& parent;
52 SapCallback(SapHidlTest& parent);
/hardware/interfaces/radio/config/1.1/vts/functional/
Dradio_config_response.cpp21 RadioConfigResponse::RadioConfigResponse(RadioConfigHidlTest& parent) : parent(parent) {} in RadioConfigResponse() argument
37 parent.notify(info.serial); in getPhoneCapabilityResponse()
43 parent.notify(info.serial); in setPreferredDataModemResponse()
50 parent.notify(info.serial); in getModemsConfigResponse()
56 parent.notify(info.serial); in setModemsConfigResponse()
Dradio_config_hidl_hal_utils.h52 RadioConfigHidlTest& parent;
58 RadioConfigResponse(RadioConfigHidlTest& parent);
/hardware/interfaces/radio/config/1.0/vts/functional/
Dradio_config_response.cpp21 RadioConfigResponse::RadioConfigResponse(RadioConfigHidlTest& parent) : parent(parent) {} in RadioConfigResponse() argument
27 parent.notify(); in getSimSlotsStatusResponse()
33 parent.notify(); in setSimSlotsMappingResponse()
Dradio_config_indication.cpp19 RadioConfigIndication::RadioConfigIndication(RadioConfigHidlTest& parent) : parent(parent) {} in RadioConfigIndication() argument
Dradio_config_hidl_hal_utils.h53 RadioConfigHidlTest& parent;
58 RadioConfigResponse(RadioConfigHidlTest& parent);
71 RadioConfigHidlTest& parent;
74 RadioConfigIndication(RadioConfigHidlTest& parent);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidTree.cpp27 HidTreeNode::HidTreeNode(std::shared_ptr<HidTreeNode> parent, in HidTreeNode() argument
30 mFullUsage(fullUsage), mParent(parent) { in HidTreeNode()
33 HidTreeNode::HidTreeNode(std::shared_ptr<HidTreeNode> parent, in HidTreeNode() argument
36 mFullUsage(fullUsage), mParent(parent) { in HidTreeNode()
50 std::shared_ptr<HidTreeNode> parent) const { in deepCopy()
51 std::shared_ptr<HidTreeNode> copy(new HidTreeNode(parent, mData, mFullUsage, mNodeType)); in deepCopy()
104 HidReportNode::HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report) in HidReportNode() argument
105 : HidTreeNode(parent, 0 /*data*/, 0 /*fullUsage*/, TYPE_REPORT), mReport(report) { in HidReportNode()
114 std::shared_ptr<HidTreeNode> parent) const { in deepCopy()
115 std::shared_ptr<HidTreeNode> copy(new HidReportNode(parent, mReport)); in deepCopy()
DHidTree.h37 HidTreeNode(std::shared_ptr<HidTreeNode> parent, uint32_t data, uint32_t fullUsage);
43 std::shared_ptr<HidTreeNode> parent = nullptr) const;
63 HidTreeNode(std::shared_ptr<HidTreeNode> parent,
83 HidReportNode(std::shared_ptr<HidTreeNode> parent, const HidReport &report);
86 std::shared_ptr<HidTreeNode> parent = nullptr) const override;
/hardware/interfaces/radio/config/1.2/vts/functional/
Dradio_config_indication.cpp19 RadioConfigIndication::RadioConfigIndication(RadioConfigHidlTest& parent) : parent(parent) {} in RadioConfigIndication() argument
Dradio_config_response.cpp23 RadioConfigResponse::RadioConfigResponse(RadioConfigHidlTest& parent) : parent(parent) {} in RadioConfigResponse() argument
48 parent.notify(info.serial); in getPhoneCapabilityResponse()
Dradio_config_hidl_hal_utils.h57 RadioConfigHidlTest& parent;
63 RadioConfigResponse(RadioConfigHidlTest& parent);
91 RadioConfigHidlTest& parent;
94 RadioConfigIndication(RadioConfigHidlTest& parent);
/hardware/google/av/codec2/include/
DC2Buffer.h362 inline explicit constexpr _C2LinearCapacityAspect(const _C2LinearCapacityAspect *parent) in _C2LinearCapacityAspect() argument
363 : mCapacity(parent == nullptr ? 0 : parent->capacity()) { } in _C2LinearCapacityAspect()
404 inline constexpr explicit _C2LinearRangeAspect(const _C2LinearCapacityAspect *parent) in _C2LinearRangeAspect() argument
405 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
411 …inline constexpr _C2LinearRangeAspect(const _C2LinearCapacityAspect *parent, size_t offset, size_t… in _C2LinearRangeAspect() argument
412 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
418 …inline constexpr _C2LinearRangeAspect(const _C2LinearRangeAspect *parent, size_t offset, size_t si… in _C2LinearRangeAspect() argument
419 : _C2LinearCapacityAspect(parent), in _C2LinearRangeAspect()
420 mOffset(c2_min(c2_max(offset, parent == nullptr ? 0 : parent->offset()), capacity())), in _C2LinearRangeAspect()
421 … mSize(std::min(c2_min(size, parent == nullptr ? 0 : parent->size()), capacity() - mOffset)) { in _C2LinearRangeAspect()
[all …]
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp83 wp<ExternalCameraDeviceSession> parent, in BufferRequestThread() argument
85 mParent(parent), in BufferRequestThread()
190 auto parent = mParent.promote(); in threadLoop() local
191 if (parent == nullptr) { in threadLoop()
215 Status s = parent->importBuffer(streamId, in threadLoop()
274 wp<ExternalCameraDeviceSession> parent, in OutputThread() argument
277 V3_4::implementation::ExternalCameraDeviceSession::OutputThread(parent, ct), in OutputThread()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp121 HandleSubscribeReq(SystemStatusOsObserver* parent, in subscribe()
123 mParent(parent), mClient(client), mDataItemList(l) {} in subscribe()
167 HandleUpdateSubscriptionReq(SystemStatusOsObserver* parent, in updateSubscription()
169 mParent(parent), mClient(client), mDataItemList(l) {} in updateSubscription()
236 HandleRequestData(SystemStatusOsObserver* parent, in requestData()
238 mParent(parent), mClient(client), mDataItemList(l) {} in requestData()
274 HandleUnsubscribeReq(SystemStatusOsObserver* parent, in unsubscribe()
276 mParent(parent), mClient(client), mDataItemList(l) {} in unsubscribe()
324 HandleUnsubscribeAllReq(SystemStatusOsObserver* parent, in unsubscribeAll()
326 mParent(parent), mClient(client) {} in unsubscribeAll()
[all …]
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.cpp96 inline HandleSubscribeReq(SystemStatusOsObserver* parent, in subscribe()
98 mParent(parent), mClient(client), in subscribe()
144 HandleUpdateSubscriptionReq(SystemStatusOsObserver* parent, in updateSubscription()
146 mParent(parent), mClient(client), in updateSubscription()
216 HandleUnsubscribeReq(SystemStatusOsObserver* parent, in unsubscribe()
218 mParent(parent), mClient(client), in unsubscribe()
256 HandleUnsubscribeAllReq(SystemStatusOsObserver* parent, in unsubscribeAll()
258 mParent(parent), mClient(client) {} in unsubscribeAll()
299 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify()
300 mParent(parent), mDiVec(std::move(v)) {} in notify()
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatusOsObserver.cpp96 inline HandleSubscribeReq(SystemStatusOsObserver* parent, in subscribe()
98 mParent(parent), mClient(client), in subscribe()
145 HandleUpdateSubscriptionReq(SystemStatusOsObserver* parent, in updateSubscription()
147 mParent(parent), mClient(client), in updateSubscription()
217 HandleUnsubscribeReq(SystemStatusOsObserver* parent, in unsubscribe()
219 mParent(parent), mClient(client), in unsubscribe()
257 HandleUnsubscribeAllReq(SystemStatusOsObserver* parent, in unsubscribeAll()
259 mParent(parent), mClient(client) {} in unsubscribeAll()
300 HandleNotify(SystemStatusOsObserver* parent, vector<IDataItemCore*>& v) : in notify()
301 mParent(parent), mDiVec(std::move(v)) {} in notify()
/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp318 auto parent = mParentStack.top(); in appendToLastParent() local
319 assert(dynamic_cast<IncompleteItem*>(parent)); in appendToLastParent()
320 if (parent->type() == ARRAY) { in appendToLastParent()
321 static_cast<IncompleteArray*>(parent)->add(std::move(item)); in appendToLastParent()
322 } else if (parent->type() == MAP) { in appendToLastParent()
323 static_cast<IncompleteMap*>(parent)->add(std::move(item)); in appendToLastParent()
324 } else if (parent->type() == SEMANTIC) { in appendToLastParent()
325 static_cast<IncompleteSemantic*>(parent)->add(std::move(item)); in appendToLastParent()
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_config_response.cpp19 RadioConfigResponse::RadioConfigResponse(RadioHidlTest_v1_2& parent) : parent_v1_2(parent) {} in RadioConfigResponse() argument
/hardware/interfaces/tests/inheritance/1.0/
DIFetcher.hal25 getGrandparent(bool sendRemote) generates (IGrandparent parent);
26 getParent(bool sendRemote) generates (IParent parent);
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp71 BluetoothAudioHost(BluetoothA2dpHidlTest& parent) : parent_(parent){}; in BluetoothAudioHost() argument
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp706 std::shared_ptr<Impl> parent; member
722 : field(field_), parent(parent_), index(index_), depth(depth_), in Impl()
735 res.parent = Clone(res.parent); in clone()
799 C2FieldUtils::Info C2FieldUtils::Info::parent() const { in parent() function in C2FieldUtils::Info
800 return Info(_mImpl->parent); in parent()
894 const std::shared_ptr<C2FieldUtils::Info::Impl> parent) { in GetParentBaseFieldOffset()
895 return parent == nullptr ? sizeof(C2Param) : parent->baseFieldOffset; in GetParentBaseFieldOffset()
899 static inline uint32_t GetParentOffset(const std::shared_ptr<C2FieldUtils::Info::Impl> parent) { in GetParentOffset()
900 return parent == nullptr ? sizeof(C2Param) : GetOffset(parent->field); in GetParentOffset()
984 mHead = mHead->parent; in increment()
[all …]
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.h78 GnssCallback(GnssHalTest& parent) : parent_(parent){}; in GnssCallback() argument

1234