HomeSort by relevance Sort by last modified time
    Searched full:ashmem_ (Results 1 - 1 of 1) sorted by null

  /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
VtsHalSensorManagerV1_0TargetTest.cpp 98 ashmem_ = IAllocator::getService("ashmem");
99 ASSERT_NE(ashmem_, nullptr);
104 sp<IAllocator> ashmem_; member in class:SensorManagerTest
146 ASSERT_OK(ashmem_->allocate(memSize, [&](bool success, const auto &mem) {
226 ASSERT_OK(ashmem_->allocate(memSize, [&] (bool success, const auto &mem) {

Completed in 1618 milliseconds