Searched refs:cbstatus (Results 1 – 1 of 1) sorted by relevance
183 int32_t cbstatus = audioPnpServer_->RegisterPnpStatusListener(pnpDeviceCB_); in RegisterDeviceStatusListener() local184 CHECK_AND_RETURN_RET_LOG(cbstatus == SUCCESS, ERR_OPERATION_FAILED, in RegisterDeviceStatusListener()202 int32_t cbstatus = audioPnpServer_->UnRegisterPnpStatusListener(); in UnRegisterDeviceStatusListener() local203 if (cbstatus != SUCCESS) { in UnRegisterDeviceStatusListener()