Searched refs:action (Results 1 - 25 of 44) sorted by last modified time

12

/system/core/sh/
H A Dtrap.c134 char *action; local
150 action = NULL;
168 action = *ap++;
181 if (action)
182 action = savestr(action);
187 trap[signo] = action;
234 int action; local
240 action = S_DFL;
242 action
[all...]
/system/media/opensles/tests/sandbox/
H A Dmonkey.c199 #define _(entryState, action, probability) {entryState, action, probability, #action, 0},
296 printf("state %d action %s count %u\n",
/system/netd/
H A DNetlinkHandler.cpp53 int action = evt->getAction(); local
54 if (action == evt->NlActionAdd) {
57 } else if (action == evt->NlActionRemove) {
60 } else if (action == evt->NlActionChange) {
/system/vold/
H A DDirectVolume.cpp91 int action = evt->getAction(); local
94 if (action == NetlinkEvent::NlActionAdd) {
111 } else if (action == NetlinkEvent::NlActionRemove) {
117 } else if (action == NetlinkEvent::NlActionChange) {
H A DProcess.cpp175 * action = 0 to just warn,
176 * action = 1 to SIGHUP,
177 * action = 2 to SIGKILL
180 void Process::killProcessesWithOpenFiles(const char *path, int action) { argument
213 if (action == 1) {
216 } else if (action == 2) {
H A DProcess.h22 static void killProcessesWithOpenFiles(const char *path, int action);
H A DVolume.cpp451 int action = 0; local
455 action = 2; // SIGKILL
457 action = 1; // SIGHUP
460 SLOGW("Failed to move %s -> %s (%s, retries %d, action %d)",
461 src, dst, strerror(errno), retries, action);
462 Process::killProcessesWithOpenFiles(src, action);
484 int action = 0; local
488 action = 2; // SIGKILL
490 action = 1; // SIGHUP
494 SLOGW("Failed to unmount %s (%s, retries %d, action
[all...]
H A DVolumeManager.cpp584 int action = 0; // default is to just complain local
588 action = 2; // SIGKILL
590 action = 1; // SIGHUP
593 Process::killProcessesWithOpenFiles(mountPoint, action);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/dot11h/
H A DspectrumMngmntMgr.c303 measurementReport.actionField.action = MEASUREMENT_REPORT;
381 measurementReport.actionField.action = MEASUREMENT_REPORT;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
H A DqosMngr_API.h142 TI_STATUS QosMngr_receiveActionFrames(TI_HANDLE hQosMngr, UINT8* pData, UINT8 action, UINT32 bodyLen);
H A DtrafficAdmControl.h129 TI_STATUS trafficAdmCtrl_recv(TI_HANDLE hTrafficAdmCtrl, UINT8* pData, UINT8 action);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c2936 TI_STATUS QosMngr_receiveActionFrames(TI_HANDLE hQosMngr, UINT8* pData, UINT8 action, UINT32 bodyLen) argument
2956 /* check DELTS action code */
2957 if (action == DELTS_ACTION)
3017 /* if action code is ADDTS call trafficAdmCtrl object API function */
3018 else if (action == ADDTS_RESPONSE_ACTION)
3020 if (trafficAdmCtrl_recv(pQosMngr->pTrafficAdmCtrl, pData, action) == OK)
3056 ("QosMngr_receiveActionFrames: Receive unknown action code = %d -> Ignore !! \n",action));
H A DtrafficAdmControl.c401 DESCRIPTION: the action function when event start ocuured on idle state
435 DESCRIPTION: the action function when event stop ocuured on wait state
466 DESCRIPTION: the action function when event accept ocuured on wait state
493 DESCRIPTION: the action function when event reject ocuured on wait state
519 DESCRIPTION: the action function when event timeout ocuured on wait state
743 TI_STATUS trafficAdmCtrl_recv(TI_HANDLE hTrafficAdmCtrl, UINT8* pData, UINT8 action) argument
754 if (action == ADDTS_RESPONSE_ACTION)
757 ("action = 1 - ADDTS RESPONSE ACTION........!! \n"));
839 ("trafficAdmCtrl_recv: unknown action code = %d , \n",action));
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
H A DmlmeApi.h93 action_t action; member in union:__anon712::__anon713
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c739 /* if the action frame is unicast and not directed to our STA, we should ignore it */
746 pHandle->tempFrameInfo.frame.content.action.category = *pData;
751 if(( pHandle->tempFrameInfo.frame.content.action.category != CATAGORY_SPECTRUM_MANAGEMENT) &&
752 (pHandle->tempFrameInfo.frame.content.action.category != CATAGORY_QOS) &&
753 (pHandle->tempFrameInfo.frame.content.action.category != WME_CATAGORY_QOS) )
756 ("MLME_PARSER: Error category is invalid for action management frame %d \n",
757 pHandle->tempFrameInfo.frame.content.action.category ));
761 switch(pHandle->tempFrameInfo.frame.content.action.category)
765 /* read action field */
766 pHandle->tempFrameInfo.frame.content.action
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h717 int whalCtrl_setRxDataFilter (TI_HANDLE hWhalCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_commands.h852 KeyAction_e action; /* This field specifies the action to be performed.*/ member in struct:__anon861
H A Dpublic_infoele.h2281 /* data filter action */
2319 filter_e action; member in struct:__anon981
2334 filter_e action; member in struct:__anon982
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c560 /* Call the upper layer to finalize all download action and then send the InitComplete Callback */
1304 * defaultAction - The default action to take on non-matching packets.
1327 * action - Action to take on packets matching the pattern
1336 int whalCtrl_setRxDataFilter(TI_HANDLE hWhalCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
1341 pWhalCtrl->pWhalParams->WlanParams.rxFilterCgf[index].rxFilterAction = action;
1348 return whal_hwCtrl_setRxDataFilter(pWhalCtrl->pHwCtrl, index, command, action, numFieldPatterns, lenFieldPatterns, fieldPatterns);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c39 * PURPOSE: Implements action on the wlan hardware card (Reset, Run, SendCmd, Sw Download)
420 * defaultAction - The default action to take on non-matching packets.
439 * action - Action to take on packets matching the pattern
448 int whal_hwCtrl_setRxDataFilter(HwCtrl_T * pHwCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
451 index, command, action, numFieldPatterns, lenFieldPatterns, fieldPatterns);
H A DwhalHwCtrl.h39 * PURPOSE: Implements action on the Acx card (Reset, Run, SendCmd, Sw Download)
119 extern int whal_hwCtrl_setRxDataFilter (HwCtrl_T *pHwCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns);
H A DwhalHwMboxCmd.c501 pCmd->action = (UINT8)Action;
537 (" key= %x\n, action= %d\n keySize= %d\n type= %d\n id= %d\n AcSeqNum16[0]= %d\n AcSeqNum32[0]= %d\n",
538 pCmd->key,pCmd->action,pCmd->keySize,pCmd->type, pCmd->id, pCmd->AcSeqNum16[0], pCmd->AcSeqNum32[0] ));
H A DwhalHwMboxConfig.c479 * defaultAction - The default action to take on non-matching packets.
501 pCfg->action = defaultAction;
502 pCfg->EleHdr.len += sizeof(pCfg->enable) + sizeof(pCfg->action);
517 * action - Action to take on packets matching the pattern
526 int whal_hwInfoElemSetRxDataFilter(HwMboxConfig_T * pHwMboxConfig, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
538 ("%s: command = %d, index = %d, action = %d, numFieldPatterns = %d\n", __FUNCTION__,
539 command, index, action, numFieldPatterns));
549 pCfg->action = action;
551 pCfg->EleHdr.len += sizeof(pCfg->action)
[all...]
H A DwhalHwMboxConfig.h97 int whal_hwInfoElemSetRxDataFilter (HwMboxConfig_T *pHwMboxConfig, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
H A D802_11Defs.h885 used for extended management action such as spectrum management */
890 UINT8 action;
1173 UINT8 action;

Completed in 632 milliseconds

12