/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/common/ |
H A D | StatusCode.java | 27 public class StatusCode implements Parcelable { class 80 public StatusCode() {} in StatusCode() method in StatusCode 127 private StatusCode(Parcel source) { in StatusCode() method in StatusCode
|
/aosp12/system/netd/server/ |
H A D | NetdHwService.h | 28 using StatusCode = android::system::net::netd::V1_1::INetd::StatusCode; variable
|
/aosp12/system/bt/gd/os/internal/ |
H A D | wakelock_native.h | 35 enum StatusCode : uint8_t { SUCCESS = 0, NATIVE_SERVICE_NOT_AVAILABLE = 1, NATIVE_API_ERROR = 2 }; enum
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | EvsVehicleListener.h | 46 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() argument
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraOfflineSession.java | 105 public @interface StatusCode {}; annotation in CameraOfflineSession.CameraOfflineSessionCallback
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | VehicleHalTestUtils.h | 108 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() argument
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | error.rs | 46 fn parse_status_code(code: i32) -> StatusCode { in parse_status_code() 225 pub fn transaction_error(&self) -> StatusCode { in transaction_error()
|
/aosp12/frameworks/native/libs/binder/rust/sys/ |
H A D | BinderBindings.hpp | 32 enum StatusCode { enum
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | wakelock_manager.cc | 33 using StatusCode = WakelockNative::StatusCode; typedef
|
/aosp12/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 103 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
|
/aosp12/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
H A D | VtsHalNetNetdV1_1TargetTest.cpp | 188 Return<void> ret = netd->createOemNetwork([&](net_handle_t n, uint32_t p, INetd::StatusCode) { in TEST_P()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/vts/functional/ |
H A D | VtsHalAutomotiveVehicleV2_0TargetTest.cpp | 56 Return<void> onPropertySetError(StatusCode /* errorCode */, int32_t /* propId */, in onPropertySetError() argument
|
/aosp12/system/nvram/client/ |
H A D | nvram_client.c | 29 enum StatusCode { enum
|
/aosp12/hardware/interfaces/wifi/supplicant/1.4/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 149 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 182 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | CarPowerPolicyServer.cpp | 152 Return<void> PropertyChangeListener::onPropertySetError(StatusCode /*status*/, int32_t /*propId*/, in onPropertySetError() argument
|
/aosp12/hardware/interfaces/wifi/supplicant/1.3/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 182 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
H A D | supplicant_sta_iface_hidl_test.cpp | 136 ISupplicantStaIfaceCallback::StatusCode /* statusCode */, in onAssociationRejected()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogProcessService.cpp | 923 StatusCode /*status*/, int32_t /*propId*/, int32_t /*areaId*/) { in onPropertySetError() argument
|