Searched refs:raw_buf (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/libs/vr/libvrflinger/tests/ |
H A D | vrflinger_test.cpp | 198 void* raw_buf = nullptr; in TEST() local 201 buffer.get()->width(), buffer.get()->height(), &raw_buf), in TEST() 203 ASSERT_NE(raw_buf, nullptr); in TEST() 204 uint32_t* pixels = static_cast<uint32_t*>(raw_buf); in TEST()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.cpp | 4597 char raw_buf[40]; in inv_read_temperature() local 4602 memset(raw_buf, 0, sizeof(raw_buf)); in inv_read_temperature() 4603 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, in inv_read_temperature() 4604 sizeof(raw_buf)); in inv_read_temperature() 4610 count = sscanf(raw_buf, "%ld%lld", &raw, ×tamp); in inv_read_temperature() 4633 char raw_buf[10]; in inv_read_dmp_state() local 4636 memset(raw_buf, 0, sizeof(raw_buf)); in inv_read_dmp_state() 4637 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); in inv_read_dmp_state() 4643 count = sscanf(raw_buf, "%hd", &raw); in inv_read_dmp_state()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSensor.cpp | 4962 char raw_buf[40]; local 4967 memset(raw_buf, 0, sizeof(raw_buf)); 4968 count = read_attribute_sensor(gyro_temperature_fd, raw_buf, 4969 sizeof(raw_buf)); 4975 count = sscanf(raw_buf, "%ld%lld", &raw, ×tamp); 4998 char raw_buf[10]; local 5001 memset(raw_buf, 0, sizeof(raw_buf)); 5002 count = read_attribute_sensor(fd, raw_buf, sizeof(raw_buf)); 5008 count = sscanf(raw_buf, "%hd", &raw);
|