Searched refs:batch (Results 1 – 9 of 9) sorted by relevance
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 58 device.batch = BatchWrapper; in SensorContext() 111 int SensorContext::batch( in batch() function in SensorContext 119 return h->batch(handle, sampling_period_ns, max_report_latency_ns); in batch() 185 return reinterpret_cast<SensorContext *>(dev)->batch( in BatchWrapper() 286 int SensorContext::HubConnectionOperation::batch( in batch() function in SensorContext::HubConnectionOperation 351 int SensorContext::DynamicSensorManagerOperation::batch(int handle, int64_t sampling_period_ns, in batch() function in SensorContext::DynamicSensorManagerOperation 353 return mDynamicSensorManager->batch(handle, sampling_period_ns, max_report_latency_ns); in batch()
|
D | sensors.h | 65 int batch(int handle, int64_t sampling_period_ns, 112 virtual int batch( 125 virtual int batch( 148 virtual int batch(
|
/device/google/trout/hal/sensors/2.1/ |
D | Sensor.h | 78 virtual void batch(int32_t samplingPeriodNs) = 0; 111 void batch(int32_t samplingPeriodNs);
|
D | SensorsSubHal.cpp | 170 Return<Result> SensorsSubHal::batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch() function in android::hardware::sensors::V2_1::subhal::implementation::SensorsSubHal 174 sensor->second->batch(samplingPeriodNs); in batch()
|
D | SensorsSubHal.h | 61 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs,
|
D | Sensor.cpp | 88 void HWSensorBase::batch(int32_t samplingPeriodNs) { in batch() function in android::hardware::sensors::V2_1::subhal::implementation::HWSensorBase
|
/device/generic/goldfish/hals/sensors/include/ |
D | multihal_sensors.h | 62 Return<Result> batch(int32_t sensorHandle,
|
/device/generic/goldfish/hals/sensors/ |
D | multihal_sensors.cpp | 242 Return<Result> MultihalSensors::batch(const int32_t sensorHandle, in batch() function in goldfish::MultihalSensors
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 444 // How many inodes to scan in one batch. 1284 // Whether the producer should send a event batch when the data source is 5571 // Optionally-enabled compact encoding of a batch of scheduling events. Only 8165 // The time at which we finish collecting this batch of samples;
|