Searched refs:RemoteInputStream (Results 1 - 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteAssetRepository.java20 import com.android.layout.remote.util.RemoteInputStream;
32 RemoteInputStream openAsset(String path, int mode) throws IOException;
35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException;
H A DRemoteXmlPullParser.java19 import com.android.layout.remote.util.RemoteInputStream;
43 void setInput(RemoteInputStream inputStream, String inputEncoding)
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DRemoteInputStream.java23 public interface RemoteInputStream extends Remote { interface in inherits:Remote
H A DRemoteInputStreamAdapter.java26 public class RemoteInputStreamAdapter implements RemoteInputStream {
34 public static RemoteInputStream create(@NotNull InputStream is) throws RemoteException {
35 return (RemoteInputStream) UnicastRemoteObject.exportObject(
H A DStreamUtil.java19 import com.android.layout.remote.util.RemoteInputStream.EndOfStreamException;
28 * Returns a local {@link InputStream} from a {@link RemoteInputStream}
31 public static InputStream getInputStream(@NotNull RemoteInputStream is) {
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteAssetRepositoryAdapter.java21 import com.android.layout.remote.util.RemoteInputStream;
42 public RemoteInputStream openAsset(String path, int mode) throws IOException, RemoteException {
47 public RemoteInputStream openNonAsset(int cookie, String path, int mode)
H A DRemoteXmlPullParserAdapter.java20 import com.android.layout.remote.util.RemoteInputStream;
73 public void setInput(RemoteInputStream inputStream, String inputEncoding)

Completed in 380 milliseconds