OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_notify
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/serial/
port.c
239
static void
open_notify
(int fd, int err, struct serial_port *port)
function
275
open_notify
(fd, err, port);
283
open_notify
(fd, 0, port);
351
open_notify
(fd, 0, port);
/hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c
205
pRxData->rxData_dispatchBuffer[
OPEN_NOTIFY
][DATA_DATA_PACKET] = &rxData_rcvPacketInOpenNotify; /* data */
206
pRxData->rxData_dispatchBuffer[
OPEN_NOTIFY
][DATA_EAPOL_PACKET] = &rxData_rcvPacketInOpenNotify; /* eapol */
207
pRxData->rxData_dispatchBuffer[
OPEN_NOTIFY
][DATA_IAPP_PACKET] = &rxData_rcvPacketInOpenNotify; /* Iapp */
208
pRxData->rxData_dispatchBuffer[
OPEN_NOTIFY
][DATA_VLAN_PACKET] = &rxData_discardPacketVlan; /* VLAN */
[
all
...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h
200
OPEN_NOTIFY
= 1,
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
connInfra.c
341
pParam->content.rxDataPortStatus =
OPEN_NOTIFY
;
[
all
...]
Completed in 2791 milliseconds