Home
last modified time | relevance | path

Searched refs:canLoad (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/
DAndroidPipe.cpp315 virtual bool canLoad() const override { return true; } in canLoad() function in android::__anon4a5f02220111::ConnectorService
436 if (service->canLoad()) { in loadPipeFromStreamCommon()
552 if (mService->canLoad()) { in saveToStream()
698 if (service->canLoad()) { in android_pipe_guest_pre_load()
707 if (service->canLoad()) { in android_pipe_guest_post_load()
719 if (service->canLoad()) { in android_pipe_guest_pre_save()
728 if (service->canLoad()) { in android_pipe_guest_post_save()
DRefcountPipe.cpp101 bool RefcountPipe::Service::canLoad() const { in canLoad() function in android::emulation::RefcountPipe::Service
/hardware/google/aemu/host-common/include/host-common/
DRefcountPipe.h36 bool canLoad() const override;
DAndroidPipe.h122 virtual bool canLoad() const { return false; } in canLoad() function
DAndroidAsyncMessagePipe.h111 bool canLoad() const override { return true; } in canLoad() function
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp65 bool canLoad() const override { return true; } in canLoad() function in android::opengl::__anon65208f7f0111::GLProcessPipe::Service
DOpenglEsPipe.cpp90 bool canLoad() const override { return true; } in canLoad() function in android::opengl::__anon736588ea0111::EmuglPipe::Service