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

  /system/core/nexus/
Controller.h 40 char *mBoundInterface;
55 const char *getBoundInterface() { return mBoundInterface; }
Controller.cpp 43 mBoundInterface = NULL;
47 if (mBoundInterface)
48 free(mBoundInterface);
157 mBoundInterface = strdup(ifname);
162 free(mBoundInterface);
163 mBoundInterface = NULL;

Completed in 170 milliseconds