Home
last modified time | relevance | path

Searched refs:DynamicVector (Results 1 – 23 of 23) sorted by relevance

/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h31 DynamicVector<ElementType>::DynamicVector() {} in DynamicVector() function
34 DynamicVector<ElementType>::DynamicVector(DynamicVector<ElementType>&& other) in DynamicVector() function
46 DynamicVector<ElementType>::~DynamicVector() { in ~DynamicVector()
54 void DynamicVector<ElementType>::clear() { in clear()
60 ElementType *DynamicVector<ElementType>::data() { in data()
65 const ElementType *DynamicVector<ElementType>::data() const { in data()
70 size_t DynamicVector<ElementType>::size() const { in size()
75 size_t DynamicVector<ElementType>::capacity() const { in capacity()
80 bool DynamicVector<ElementType>::empty() const { in empty()
85 bool DynamicVector<ElementType>::push_back(const ElementType& element) { in push_back()
[all …]
Ddynamic_vector.h31 class DynamicVector : public NonCopyable {
36 DynamicVector();
44 DynamicVector(DynamicVector<ElementType>&& other);
49 ~DynamicVector();
318 typename DynamicVector<ElementType>::iterator begin();
319 typename DynamicVector<ElementType>::const_iterator begin() const;
320 typename DynamicVector<ElementType>::const_iterator cbegin() const;
325 typename DynamicVector<ElementType>::iterator end();
326 typename DynamicVector<ElementType>::const_iterator end() const;
327 typename DynamicVector<ElementType>::const_iterator cend() const;
Dpriority_queue.h172 DynamicVector<ElementType> mData;
/system/chre/util/tests/
Ddynamic_vector_test.cc24 using chre::DynamicVector;
55 TEST(DynamicVector, EmptyByDefault) { in TEST() argument
56 DynamicVector<int> vector; in TEST()
64 TEST(DynamicVector, PushBackAndRead) { in TEST() argument
65 DynamicVector<int> vector; in TEST()
74 TEST(DynamicVector, PushBackReserveAndReadTrivialType) { in TEST() argument
75 DynamicVector<int> vector; in TEST()
124 TEST(DynamicVector, PushBackReserveAndReadMovableButNonCopyable) { in TEST() argument
125 DynamicVector<MovableButNonCopyable> vector; in TEST()
170 TEST(DynamicVector, PushBackReserveAndReadCopyableButNonMovable) { in TEST() argument
[all …]
Dheap_test.cc7 using chre::DynamicVector;
11 DynamicVector<int> v; in TEST()
17 DynamicVector<int> v; in TEST()
23 DynamicVector<int> v; in TEST()
54 DynamicVector<int> v; in TEST()
63 DynamicVector<int> v; in TEST()
/system/chre/core/include/chre/core/
Dwifi_scan_request.h89 DynamicVector<uint32_t>&& frequencies,
90 DynamicVector<WifiSsid>&& ssids);
105 const DynamicVector<uint32_t>& getFrequencies() const;
110 const DynamicVector<WifiSsid>& getSsids() const;
120 DynamicVector<uint32_t> mFrequencies;
123 DynamicVector<WifiSsid> mSsids;
Drequest_multiplexer.h111 const DynamicVector<RequestType>& getRequests() const;
120 DynamicVector<RequestType> mRequests;
Dnanoapp.h104 DynamicVector<uint16_t> mRegisteredEvents;
Devent_loop.h183 DynamicVector<UniquePtr<Nanoapp>> mNanoapps;
Dhost_comms_manager.h71 DynamicVector<uint8_t> message;
Devent_loop_manager.h205 DynamicVector<UniquePtr<EventLoop>> mEventLoops;
Dwifi_request_manager.h148 DynamicVector<uint32_t> mScanMonitorNanoapps;
Drequest_multiplexer_impl.h74 const DynamicVector<RequestType>&
/system/chre/core/
Dwifi_scan_request.cc37 DynamicVector<uint32_t>() /* frequencies */, in WifiScanRequest()
38 DynamicVector<WifiSsid>() /* ssids */) {} in WifiScanRequest()
42 DynamicVector<uint32_t>&& frequencies, in WifiScanRequest()
43 DynamicVector<WifiSsid>&& ssids) in WifiScanRequest()
57 const DynamicVector<uint32_t>& WifiScanRequest::getFrequencies() const { in getFrequencies()
61 const DynamicVector<WifiSsid>& WifiScanRequest::getSsids() const { in getSsids()
Dsensor_request_manager.cc64 DynamicVector<PlatformSensor> platformSensors; in SensorRequestManager()
/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h101 DynamicVector<NanoappListEntryOffset>& offsetVector,
116 DynamicVector<NanoappListEntryOffset>& offsetVector,
/system/chre/platform/include/chre/platform/
Dplatform_sensor.h67 static bool getSensors(DynamicVector<PlatformSensor> *sensors);
/system/chre/platform/linux/
Dplatform_sensor.cc33 bool PlatformSensor::getSensors(DynamicVector<PlatformSensor> *sensors) { in getSensors()
/system/chre/platform/shared/
Dhost_protocol_chre.cc103 DynamicVector<Offset<fbs::NanoappListEntry>>& offsetVector, in addNanoappListEntry()
114 DynamicVector<Offset<fbs::NanoappListEntry>>& offsetVector, in finishNanoappListResponse()
/system/chre/platform/slpi/
Dhost_link.cc123 DynamicVector<NanoappListEntryOffset> nanoappEntries; in constructNanoappListCallback()
134 DynamicVector<NanoappListEntryOffset>& nanoappEntries_) in constructNanoappListCallback()
138 DynamicVector<NanoappListEntryOffset>& nanoappEntries; in constructNanoappListCallback()
Dplatform_sensor.cc65 DynamicVector<SensorStatus> gSensorStatusMonitor;
250 DynamicVector<PlatformSensor> *sensors) { in addPlatformSensor()
707 DynamicVector<PlatformSensor> *sensors) { in getSensorsForSensorId()
904 bool PlatformSensor::getSensors(DynamicVector<PlatformSensor> *sensors) { in getSensors()
/system/chre/
DREADME.md28 ``--gtest_filter=DynamicVector.*``)
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1157 const chre::DynamicVector<T> &v) {
1376 chre::DynamicVector<FieldLoc> offsetbuf_;
1388 chre::DynamicVector<uoffset_t> vtables_;