Searched refs:AllocationIoReceive (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp395 RS::dispatch->AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive");
396 if (RS::dispatch->AllocationIoReceive == NULL) {
397 ALOGE("Couldn't initialize RS::dispatch->AllocationIoReceive");
H A DrsDispatch.h158 AllocationIoReceiveFnPtr AllocationIoReceive; member in struct:__anon1590
H A DAllocation.cpp168 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID()));
/frameworks/rs/
H A Drs.spec398 AllocationIoReceive {

Completed in 149 milliseconds