HomeSort by relevance Sort by last modified time
    Searched full:remove_client (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 58 private static final int REMOVE_CLIENT = 4;
115 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
172 case REMOVE_CLIENT:
  /frameworks/av/drm/common/include/
IDrmManagerService.h 50 REMOVE_CLIENT,
  /external/fio/
client.c 238 static void remove_client(struct fio_client *client) function
675 remove_client(client);
707 remove_client(client);
833 remove_client(client);
841 remove_client(client);
    [all...]
  /external/adhd/cras/src/server/
cras_server.c 102 static void remove_client(struct attached_client *client) function
142 remove_client(client);
  /frameworks/av/drm/common/
IDrmManagerService.cpp 142 remote()->transact(REMOVE_CLIENT, data, &reply);
828 case REMOVE_CLIENT:
830 ALOGV("BnDrmManagerService::onTransact :REMOVE_CLIENT");
    [all...]

Completed in 142 milliseconds