Searched refs:transactionCompletion (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.h134 // transactionCompletion is the guts of the state machine
135 bool transactionCompletion(void *ref, IOSMBusTransaction *transaction);
H A DAppleSmartBattery.h170 bool transactionCompletion(void *ref, IOSMBusTransaction *transaction);
H A DAppleSmartBatteryManager.cpp318 this, &AppleSmartBatteryManager::transactionCompletion),
604 this, &AppleSmartBatteryManager::transactionCompletion),
610 bool AppleSmartBatteryManager::transactionCompletion( function in class:AppleSmartBatteryManager
648 BattLog("AppleSmartBatteryManager::transactionCompletion:"\
H A DAppleSmartBattery.cpp50 // This bit lets us distinguish between reads & writes in the transactionCompletion switch statement
53 // Argument to transactionCompletion indicating we should start/re-start polling
583 return transactionCompletion((void *)kTransactionRestart, NULL);
964 * AppleSmartBattery::transactionCompletion
969 bool AppleSmartBattery::transactionCompletion( function in class:AppleSmartBattery
1451 this, &AppleSmartBattery::transactionCompletion),
1478 this, &AppleSmartBattery::transactionCompletion),
1502 this, &AppleSmartBattery::transactionCompletion),

Completed in 142 milliseconds