Home
last modified time | relevance | path

Searched refs:mErrCode (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp821 int mErrCode; member in SetAlertHandler
826 mErrCode(0) in SetAlertHandler()
901 mErrCode = it.get_u32(); in handleEvent()
910 mBuffSize = sizeof(mErrCode); in handleEvent()
917 memcpy(mBuff, (char *)&mErrCode, mBuffSize); in handleEvent()
920 (*mHandler.on_alert)(id(), mBuff, mBuffSize, mErrCode); in handleEvent()
1089 int mErrCode; member in HalInit
1093 : WifiCommand("HalInit", iface, id), mErrCode(0) in HalInit()
1129 ALOGV("Stop HAL Successfully Completed, mErrCode = %d\n", mErrCode); in cancel()
1812 int mErrCode; member in OtaUpdateCommand
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java1928 return callback.mErrCode; in runSnapshotProfile()
1962 private int mErrCode = -1; field in PackageManagerShellCommand.SnapshotRuntimeProfileCallback
1983 mErrCode = errCode; in onError()