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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 119 .AllocationIoReceive =
Context.cpp 327 Return<void> Context::allocationIoReceive(Allocation allocation) {
329 Device::getHal().AllocationIoReceive(mContext, _allocation);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 57 dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive");
411 if (dispatchTab.AllocationIoReceive == nullptr) {
412 LOG_ERR("Couldn't initialize dispatchTab.AllocationIoReceive");
rsDispatch.h 167 AllocationIoReceiveFnPtr AllocationIoReceive;
Allocation.cpp 492 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID()));
  /frameworks/rs/
rsHidlAdaptation.h 100 static int64_t AllocationIoReceive(RsContext, RsAllocation);
rs.spec 540 AllocationIoReceive {
rsHidlAdaptation.cpp 110 mEntryFuncs.AllocationIoReceive = AllocationIoReceive;
    [all...]
rsApiStubs.cpp 509 return RS_DISPATCH(ctxWrapper, AllocationIoReceive, alloc);
    [all...]

Completed in 353 milliseconds