Home
last modified time | relevance | path

Searched refs:failed_alloc (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/tests/cpp_api/cppbasic/
H A Dcompute.cpp51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute() local
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
54 sc->bind_failed(failed_alloc); in test_compute()
96 failed_alloc->copy1DTo(&failed); in test_compute()
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dcompute.cpp51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute() local
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
54 sc->bind_failed(failed_alloc); in test_compute()
96 failed_alloc->copy1DTo(&failed); in test_compute()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcm_mpool_pub.h109 uint16 failed_alloc; /* Failed allocations. */ member