Searched refs:pMacServices (Results 1 – 3 of 3) sorted by relevance
60 MacServices_t *pMacServices = (MacServices_t*)os_memoryAlloc( hOS, sizeof(MacServices_t) ); in MacServices_create() local61 if ( NULL == pMacServices ) in MacServices_create()68 pMacServices->hScanSRV = NULL; in MacServices_create()69 pMacServices->hPowerSrv = NULL; in MacServices_create()72 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS); in MacServices_create()73 if ( NULL == pMacServices->hScanSRV ) in MacServices_create()75 MacServices_destroy( pMacServices ); in MacServices_create()80 pMacServices->hMeasurementSRV = MacServices_measurementSRV_create( hOS ); in MacServices_create()81 if ( NULL == pMacServices->hMeasurementSRV ) in MacServices_create()83 MacServices_destroy(pMacServices); in MacServices_create()[all …]
125 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSRV_init() local126 scanSRV_t *pScanSRV = pMacServices->hScanSRV; in MacServices_scanSRV_init()133 pScanSRV->hPowerSrv = pMacServices->hPowerSrv; in MacServices_scanSRV_init()199 MacServices_t* pMacServices = (MacServices_t*)hMacServices; in MacServices_scanSrv_config() local200 scanSRV_t *pScanSRV = pMacServices->hScanSRV; in MacServices_scanSrv_config()
76 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in healthMonitorDebugFunction() local77 TI_HANDLE hMeasurementSRV = pMacServices->hMeasurementSRV; in healthMonitorDebugFunction()78 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV; in healthMonitorDebugFunction()79 …PowerSrvSM_t *pPowerSrvSM = (PowerSrvSM_t*)((powerSrv_t*)pMacServices->hPowerSrv)->hPowerSrv… in healthMonitorDebugFunction()175 MacServices_t *pMacServices = ((TTwd *)hTWD)->hMacServices; in noScanCompleteTimer() local176 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV; in noScanCompleteTimer()