HomeSort by relevance Sort by last modified time
    Searched defs:HwBinder (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
HwBinder.java 27 public abstract class HwBinder implements IHwBinder {
28 private static final String TAG = "HwBinder";
33 * Create and initialize a HwBinder object and the native objects
34 * used to allow this to participate in hwbinder transactions.
39 public HwBinder() {
54 * Process a hwbinder transaction.
109 * Configures how many threads the process-wide hwbinder threadpool
122 * Current thread will join hwbinder threadpool and process
142 HwBinder.class.getClassLoader(),
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 25 import android.os.HwBinder;
63 final class HidlDeathRecipient implements HwBinder.DeathRecipient {
767 // test hwbinder proxies
    [all...]

Completed in 134 milliseconds