HomeSort by relevance Sort by last modified time
    Searched full:clientid (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/media/java/android/media/
IAudioService.aidl 76 String clientId);
78 int abandonAudioFocus(IAudioFocusDispatcher l, String clientId);
80 void unregisterAudioFocusClient(String clientId);
IAudioFocusDispatcher.aidl 26 void dispatchAudioFocusChange(int focusChange, String clientId);
AudioService.java     [all...]
  /external/dhcpcd/
README 59 dhcpcd no longer sends a default ClientID for ethernet interfaces.
61 To retain the old behaviour of sending a default ClientID based on the
62 hardware address for interface, simply add the keyword clientid to dhcpcd.conf.
63 If CMDLINE_COMPAT is defined, we renable the sending of ClientID by default
64 AND adding clientid to dhcpcd.conf causes it NOT to be sent.
dhcpcd.conf.5.in 58 .It Ic clientid Ar string
60 .Ar clientid .
63 .Ar clientid
67 .Ar clientid
74 compliant clientid.
dhcpcd.8.in 48 .Op Fl I , -clientid Ar clientid
298 compliant clientid.
327 .It Fl I , -clientid Ar clientid
329 .Ar clientid .
332 .Ar clientid
336 .Ar clientid
dhcpcd.conf.5 50 .It Ic clientid Ar string
51 Change the default clientid sent from the interface hardware address.
59 compliant clientid.
dhcpcd.8 47 .Op Fl I , -clientid Ar clientid
297 compliant clientid.
326 .It Fl I , -clientid Ar clientid
327 Change the default clientid sent from the interface hardware address.
dhcpcd.h 88 char clientid[CLIENTID_MAX_LEN + 2]; member in struct:options
client.c 515 /* If we haven't specified a ClientID and our hardware address
516 * length is greater than DHCP_CHADDR_LEN then we enforce a ClientID
521 if (*options->clientid) {
522 iface->clientid = xmalloc(options->clientid[0] + 1);
523 memcpy(iface->clientid,
524 options->clientid, options->clientid[0] + 1);
537 iface->clientid = xmalloc(len + 6);
538 iface->clientid[0] = len + 5
    [all...]
dhcpcd.c 94 {"clientid", optional_argument, NULL, 'I'},
167 " [-I clientID] [-C hookscript] [-Q option] [-X ipaddr] <interface>\n");
242 /* If processing a string on the clientid, first byte should be
521 options->clientid[1] = 0;
523 s = parse_string_hwaddr((char *)options->clientid + 1,
528 logger(LOG_ERR, "clientid: %s", strerror(errno));
531 options->clientid[0] = (uint8_t)s;
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.h 57 typedef int32_t ClientID;
67 Client(ClientID cid, const sp<SurfaceFlinger>& flinger);
88 ClientID cid;
192 sp<ISurface> createSurface(ClientID client, int pid, const String8& name,
216 status_t setClientState(ClientID cid, int32_t count, const layer_state_t* states);
281 void destroyConnection(ClientID cid);
327 DefaultKeyedVector<ClientID, sp<Client> > mClientsMap;
396 BClient(SurfaceFlinger *flinger, ClientID cid,
412 ClientID mId;
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 121 static triggerDesc_t* currBss_findEmptyUserTrigger(TI_HANDLE hCurrBSS, TI_UINT16 clientID, TI_UINT8* triggerIdx);
239 pCurrBSS->aTriggersDesc[i].clientID = 0;
    [all...]
currBssApi.h 68 TI_INT8 currBSS_RegisterTriggerEvent (TI_HANDLE hCurrBSS, TI_UINT8 triggerID,TI_UINT16 clientID, void* fCB, TI_HANDLE hCB);
currBss.h 83 TI_UINT16 clientID;
89 TI_UINT16 clientID;
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java     [all...]
  /packages/apps/IM/src/com/android/im/imps/
PtsCodes.java 157 public static final String ClientID = "CI";
191 sElementToCode.put(ImpsTags.ClientID, ClientID);
226 sCodeToElement.put(ClientID, ImpsTags.ClientID);
ImpsConnection.java 744 PrimitiveElement clientId = login.addElement(ImpsTags.ClientID);
745 clientId.addChild(ImpsTags.URL, mConfig.getClientId());
747 clientId.addChild(ImpsTags.MSISDN, mConfig.getMsisdn());
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 122 static triggerDesc_t* currBss_findEmptyUserTrigger(TI_HANDLE hCurrBSS, TI_UINT16 clientID, TI_UINT8* triggerIdx);
241 pCurrBSS->aTriggersDesc[i].clientID = 0;
    [all...]
currBssApi.h 68 TI_INT8 currBSS_RegisterTriggerEvent (TI_HANDLE hCurrBSS, TI_UINT8 triggerID,TI_UINT16 clientID, void* fCB, TI_HANDLE hCB);
currBss.h 82 TI_UINT16 clientID;
88 TI_UINT16 clientID;
  /external/ppp/pppd/plugins/radius/
Makefile.linux 55 clientid.o sendserver.o lock.o util.o md5.o
clientid.c 2 * $Id: clientid.c,v 1.1 2004/11/14 07:26:26 paulus Exp $
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c 709 rateClassClients_e clientID;
    [all...]
  /frameworks/base/include/surfaceflinger/
ISurfaceFlingerClient.h 38 typedef int32_t ClientID;

Completed in 1725 milliseconds

1 2 3