HomeSort by relevance Sort by last modified time
    Searched refs:AllocationIoReceive (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpp/
rsDispatch.cpp 55 dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive");
373 if (dispatchTab.AllocationIoReceive == nullptr) {
374 LOG_ERR("Couldn't initialize dispatchTab.AllocationIoReceive");
rsDispatch.h 127 AllocationIoReceiveFnPtr AllocationIoReceive;
Allocation.cpp 492 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID()));
  /frameworks/rs/
rs.spec 540 AllocationIoReceive {

Completed in 118 milliseconds