Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs28 .collect(), in from_chips()
38 self.chips.iter().map(|chip| chip.getName()).collect() in getChips()
/hardware/google/pixel/pixelstats/test/android/hardware/google/pixel/
DPixelAtomsTest.java19 import com.google.common.collect.ImmutableSet;
DBasePixelAtomsTest.java23 import com.google.common.collect.ImmutableSet;
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_sync_test.cc87 std::function<void(const ExtendedSensorEvent& event)> collect = in SetupTestEnvironment() local
97 sensor_sync_ptr_->SetEventProcessor(collect); in SetupTestEnvironment()
335 std::function<void(const ExtendedSensorEvent& event)> collect = in TEST_F() local
356 sensor_sync_ptr_->SetEventProcessor(collect); in TEST_F()
/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.h51 HWC2::Error collect(uint64_t max_frames,
Dhistogram_collector.cpp93 HWC2::Error histogram::HistogramCollector::collect( in collect() function in histogram::HistogramCollector
/hardware/qcom/sm7250/display/libhistogram/
Dhistogram_collector.h50 HWC2::Error collect(uint64_t max_frames, uint64_t timestamp,
Dhistogram_collector.cpp92 HWC2::Error histogram::HistogramCollector::collect( in collect() function in histogram::HistogramCollector
/hardware/interfaces/light/aidl/default/
Dlights.rs78 Ok(self.lights.lock().unwrap().values().map(|light| light.hw_light).collect()) in getLights()
/hardware/interfaces/power/1.1/
DIPower.hal21 * Interface to collect subsystem level sleep information
/hardware/nxp/nfc/snxxx/halimpl/power-tracker/
DREADME.txt22 power consumption to collect the stats.
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs239 let ids: Vec<SecretId> = ids.iter().map(|id| SecretId { id: id.0 }).collect(); in delete()
325 .collect(); in main()
Ddice_sample.rs94 key_ops: vec![KeyOperation::Assigned(iana::KeyOperation::Verify)].into_iter().collect(), in ed25519_public_key_to_cbor_value()
Dsecretkeeper_test_client.rs95 .collect() in get_instances()
243 let ids: Vec<SecretId> = ids.iter().map(|id| SecretId { id: id.0 }).collect(); in delete()
/hardware/interfaces/wifi/1.3/
DIWifiChip.hal83 * This API help to collect firmware/driver/pkt logs.
/hardware/google/pixel/pixelstats/include/pixelstats/
DSysfsCollector.h104 void collect();
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal52 * Switches the HAL state machine to collect and store a new fingerprint
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DCC-BY-4.0.txt164 3. To the extent possible, the Licensor waives any right to collect royalties
168 to collect such royalties.
/hardware/google/gfxstream/guest/egl/
Degl.cpp450 virtual void setCollectingTimestamps(EGLint collect) in setCollectingTimestamps()
451 override { collectingTimestamps = (collect == EGL_TRUE) ? true : false; } in setCollectingTimestamps()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp974 histogram.collect(max_frames, timestamp, samples_size, samples, numFrames); in GetDisplayedContentSample()
/hardware/interfaces/wifi/1.0/
DIWifiStaIface.hal286 * @param debug Set for field debug mode. Driver must collect all
/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.cpp1399 histogram.collect(max_frames, timestamp, samples_size, samples, numFrames); in GetDisplayedContentSample()
/hardware/google/gfxstream/
DLICENSE437 collect royalties from You for the exercise of the Licensed
441 reserves any right to collect such royalties.
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp2192 void SysfsCollector::collect(void) { in collect() function in android::hardware::google::pixel::SysfsCollector
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dglossary.adoc1293 An object that can: be used to collect and retrieve information from
1860 An object that can: be used to collect and retrieve validation results

12