Lines Matching refs:parent_

74     UsbAidlTest& parent_;  member in UsbAidlTest::UsbCallback
79 : parent_(parent), cookie(cookie){}; in UsbCallback()
87 parent_.usb_last_port_status.portName = in notifyPortStatusChange()
89 parent_.usb_last_port_status.currentDataRole = in notifyPortStatusChange()
91 parent_.usb_last_port_status.currentPowerRole = in notifyPortStatusChange()
93 parent_.usb_last_port_status.currentMode = in notifyPortStatusChange()
96 parent_.usb_last_cookie = cookie; in notifyPortStatusChange()
103 parent_.usb_last_status = retval; in notifyRoleSwitchStatus()
104 parent_.usb_last_cookie = cookie; in notifyRoleSwitchStatus()
105 parent_.usb_last_port_role = newRole; in notifyRoleSwitchStatus()
106 parent_.usb_role_switch_done = true; in notifyRoleSwitchStatus()
107 parent_.last_transactionId = transactionId; in notifyRoleSwitchStatus()
108 parent_.notify(); in notifyRoleSwitchStatus()
115 parent_.last_transactionId = transactionId; in notifyEnableUsbDataStatus()
116 parent_.usb_last_cookie = cookie; in notifyEnableUsbDataStatus()
117 parent_.enable_usb_data_done = true; in notifyEnableUsbDataStatus()
118 parent_.notify(); in notifyEnableUsbDataStatus()
126 parent_.last_transactionId = transactionId; in notifyEnableUsbDataWhileDockedStatus()
127 parent_.usb_last_cookie = cookie; in notifyEnableUsbDataWhileDockedStatus()
128 parent_.enable_usb_data_while_docked_done = true; in notifyEnableUsbDataWhileDockedStatus()
129 parent_.notify(); in notifyEnableUsbDataWhileDockedStatus()
136 parent_.last_transactionId = transactionId; in notifyContaminantEnabledStatus()
137 parent_.usb_last_cookie = cookie; in notifyContaminantEnabledStatus()
138 parent_.enable_contaminant_done = true; in notifyContaminantEnabledStatus()
139 parent_.notify(); in notifyContaminantEnabledStatus()
146 parent_.last_transactionId = transactionId; in notifyQueryPortStatus()
147 parent_.notify(); in notifyQueryPortStatus()
154 parent_.last_transactionId = transactionId; in notifyLimitPowerTransferStatus()
155 parent_.usb_last_cookie = cookie; in notifyLimitPowerTransferStatus()
156 parent_.limit_power_transfer_done = true; in notifyLimitPowerTransferStatus()
157 parent_.notify(); in notifyLimitPowerTransferStatus()
165 parent_.last_transactionId = transactionId; in notifyResetUsbPortStatus()
166 parent_.usb_last_cookie = cookie; in notifyResetUsbPortStatus()
167 parent_.reset_usb_port_done = true; in notifyResetUsbPortStatus()
168 parent_.notify(); in notifyResetUsbPortStatus()