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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiTrafficPoller.java 55 private static final int REMOVE_CLIENT = 4;
104 Message.obtain(mTrafficHandler, REMOVE_CLIENT, client).sendToTarget();
152 case REMOVE_CLIENT:
  /external/fio/
client.c 155 static void remove_client(struct fio_client *client) function
562 remove_client(client);
594 remove_client(client);
697 remove_client(client);
702 remove_client(client);
1258 remove_client(client);
    [all...]
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 50 REMOVE_CLIENT,
  /frameworks/av/drm/common/
IDrmManagerService.cpp 141 remote()->transact(REMOVE_CLIENT, data, &reply);
823 case REMOVE_CLIENT:
825 ALOGV("BnDrmManagerService::onTransact :REMOVE_CLIENT");
    [all...]

Completed in 322 milliseconds