Searched refs:status (Results 1 - 25 of 788) sorted by relevance

1234567891011>>

/hardware/interfaces/drm/1.0/default/
H A DTypeConvert.cpp27 Status status; local
30 status = Status::OK;
33 status = Status::ERROR_DRM_NO_LICENSE;
36 status = Status::ERROR_DRM_LICENSE_EXPIRED;
39 status = Status::ERROR_DRM_SESSION_NOT_OPENED;
42 status = Status::ERROR_DRM_CANNOT_HANDLE;
45 status = Status::ERROR_DRM_INVALID_STATE;
48 status = Status::BAD_VALUE;
51 status = Status::ERROR_DRM_NOT_PROVISIONED;
54 status
[all...]
/hardware/interfaces/media/omx/1.0/
H A DIGraphicBufferSource.hal32 configure(IOmxNode omxNode, Dataspace dataspace) generates (Status status);
34 setSuspend(bool suspend, int64_t timeUs) generates (Status status);
36 setRepeatPreviousFrameDelayUs(int64_t repeatAfterUs) generates (Status status);
38 setMaxFps(float maxFps) generates (Status status);
40 setTimeLapseConfig(double fps, double captureFps) generates (Status status);
42 setStartTimeUs(int64_t startTimeUs) generates (Status status);
44 setStopTimeUs(int64_t stopTimeUs) generates (Status status);
46 getStopTimeOffsetUs() generates (Status status, int64_t stopTimeOffsetUs);
48 setColorAspects(ColorAspects aspects) generates (Status status);
50 setTimeOffsetUs(int64_t timeOffsetUs) generates (Status status);
[all...]
/hardware/interfaces/wifi/1.0/
H A DIWifiIface.hal26 * @return status WifiStatus of the operation.
27 * Possible status codes:
32 getType() generates (WifiStatus status, IfaceType type);
37 * @return status WifiStatus of the operation.
38 * Possible status codes:
43 getName() generates (WifiStatus status, string name);
H A DIWifiRttController.hal29 * @return status WifiStatus of the operation.
30 * Possible status codes:
36 getBoundIface() generates (WifiStatus status, IWifiIface boundIface);
45 * @return status WifiStatus of the operation.
46 * Possible status codes:
51 generates (WifiStatus status);
58 * @return status WifiStatus of the operation.
59 * Possible status codes:
67 generates (WifiStatus status);
74 * @return status WifiStatu
[all...]
H A DIWifiNanIfaceEventCallback.hal28 * Each method will receive a notify callback to return results (on success) or failure status.
36 * @param status WifiNanStatus of the operation. Possible status codes are:
40 oneway notifyCapabilitiesResponse(CommandIdShort id, WifiNanStatus status,
47 * @param status WifiNanStatus of the operation. Possible status codes are:
55 oneway notifyEnableResponse(CommandIdShort id, WifiNanStatus status);
61 * @param status WifiNanStatus of the operation. Possible status codes are:
67 oneway notifyConfigResponse(CommandIdShort id, WifiNanStatus status);
[all...]
H A DIWifiChip.hal175 * @return status WifiStatus of the operation.
176 * Possible status codes:
181 getId() generates (WifiStatus status, ChipId id);
190 * @return status WifiStatus of the operation.
191 * Possible status codes:
195 registerEventCallback(IWifiChipEventCallback callback) generates (WifiStatus status);
200 * @return status WifiStatus of the operation.
201 * Possible status codes:
209 generates (WifiStatus status, bitfield<ChipCapabilityMask> capabilities);
214 * @return status WifiStatu
[all...]
H A DIWifiNanIface.hal36 * @return status WifiStatus of the operation.
37 * Possible status codes:
42 generates (WifiStatus status);
49 * @return status WifiStatus of the operation.
50 * Possible status codes:
55 getCapabilitiesRequest(CommandIdShort cmdId) generates (WifiStatus status);
66 * @return status WifiStatus of the operation.
67 * Possible status codes:
74 generates (WifiStatus status);
83 * @return status WifiStatu
[all...]
H A DIWifiStaIface.hal104 * @return status WifiStatus of the operation.
105 * Possible status codes:
110 generates (WifiStatus status);
115 * @return status WifiStatus of the operation.
116 * Possible status codes:
124 generates (WifiStatus status,
131 * @return status WifiStatus of the operation.
132 * Possible status codes:
141 generates (WifiStatus status, StaApfPacketFilterCapabilities capabilities);
175 * @return status WifiStatu
[all...]
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pNetwork.hal37 * @return status P2ptus of the operation.
38 * Possible status codes:
44 generates (SupplicantStatus status);
52 * @return status Status of the operation.
53 * Possible status codes:
58 getSsid() generates (SupplicantStatus status, Ssid ssid);
63 * @return status Status of the operation.
64 * Possible status codes:
69 getBssid() generates (SupplicantStatus status, Bssid bssid);
74 * @return status Statu
[all...]
H A DISupplicantP2pIface.hal78 * @return status Status of the operation.
79 * Possible status codes:
85 generates (SupplicantStatus status);
90 * @return status Status of the operation.
91 * Possible status codes:
98 generates (SupplicantStatus status, MacAddress deviceAddress);
104 * @return status Status of the operation.
105 * Possible status codes:
111 setSsidPostfix(vec<uint8_t> postfix) generates (SupplicantStatus status);
122 * @return status Statu
[all...]
H A DISupplicantIface.hal40 * @return status Status of the operation.
41 * Possible status codes:
46 getName() generates (SupplicantStatus status, string name);
51 * @return status Status of the operation.
52 * Possible status codes:
57 getType() generates (SupplicantStatus status, IfaceType type);
62 * @return status Status of the operation.
63 * Possible status codes:
71 generates (SupplicantStatus status, ISupplicantNetwork network);
80 * @return status Statu
[all...]
H A DISupplicantStaIface.hal84 * @return status Status of the operation.
85 * Possible status codes:
91 generates (SupplicantStatus status);
97 * @return status Status of the operation.
98 * Possible status codes:
104 reassociate() generates (SupplicantStatus status);
110 * @return status Status of the operation.
111 * Possible status codes:
118 reconnect() generates (SupplicantStatus status);
123 * @return status Statu
[all...]
H A DISupplicantNetwork.hal34 * @return status Status of the operation.
35 * Possible status codes:
40 getId() generates (SupplicantStatus status, SupplicantNetworkId id);
45 * @return status Status of the operation.
46 * Possible status codes:
51 getInterfaceName() generates (SupplicantStatus status, string name);
56 * @return status Status of the operation.
57 * Possible status codes:
62 getType() generates (SupplicantStatus status, IfaceType type);
H A DISupplicantStaNetwork.hal138 * @return status Status of the operation.
139 * Possible status codes:
145 generates (SupplicantStatus status);
157 * @return status Status of the operation.
158 * Possible status codes:
164 setSsid(Ssid ssid) generates (SupplicantStatus status);
170 * @return status Status of the operation.
171 * Possible status codes:
177 setBssid(Bssid bssid) generates (SupplicantStatus status);
183 * @return status Statu
[all...]
/hardware/interfaces/audio/2.0/default/
H A Dservice.cpp47 android::status_t status; local
48 status = registerPassthroughServiceImplementation<IDevicesFactory>();
49 LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio service: %d", status);
50 status = registerPassthroughServiceImplementation<IEffectsFactory>();
51 LOG_ALWAYS_FATAL_IF(status != OK, "Error while registering audio effects service: %d", status);
53 status = registerPassthroughServiceImplementation<ISoundTriggerHw>();
54 ALOGE_IF(status != OK, "Error while registering soundtrigger service: %d", status);
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_bpic.c27 vc1_Status status = VC1_STATUS_OK; local
31 if ((status = vc1_DecodeHuffmanPair(ctxt, VC1_BFRACTION_TBL,
35 return status;
39 if ((status = vc1_CalculatePQuant(pInfo)) != VC1_STATUS_OK)
40 return status;
53 if ((status = vc1_MVRangeDecode(ctxt, pInfo)) != VC1_STATUS_OK)
54 return status;
60 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
66 if ((status = vc1_DecodeBitplane(ctxt, pInfo,
69 return status;
[all...]
/hardware/interfaces/nfc/1.0/
H A DINfc.hal38 open(INfcClientCallback clientCallback) generates (NfcStatus status);
63 coreInitialized(NfcData data) generates (NfcStatus status);
77 prediscover() generates (NfcStatus status);
85 close() generates (NfcStatus status);
96 controlGranted() generates (NfcStatus status);
105 powerCycle() generates (NfcStatus status);
/hardware/interfaces/radio/1.0/vts/functional/
H A DVtsHalRadioV1_0TargetTest.cpp28 int status = RUN_ALL_TESTS(); local
29 LOG(INFO) << "Test result = " << status;
31 return status;
H A DVtsHalSapV1_0TargetTest.cpp29 int status = RUN_ALL_TESTS(); local
30 LOG(INFO) << "Test result = " << status;
32 return status;
/hardware/interfaces/wifi/1.0/vts/functional/
H A DVtsHalWifiV1_0TargetTest.cpp26 int status = RUN_ALL_TESTS(); local
27 LOG(INFO) << "Test result = " << status;
28 return status;
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A DVtsHalWifiSupplicantV1_0TargetTest.cpp38 int status = RUN_ALL_TESTS(); local
39 LOG(INFO) << "Test result = " << status;
40 return status;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp47 int status = 0; local
51 status = hwc_display_virtual->Init();
52 if (status) {
54 return status;
57 status = hwc_display_virtual->SetPowerMode(HWC_POWER_MODE_NORMAL);
58 if (status) {
60 return status;
64 status = hwc_display_virtual->SetOutputSliceFromMetadata(content_list);
65 if (status) {
67 return status;
113 int status = 0; local
129 int status = 0; local
165 int status = 0; local
206 int status = 0; local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp47 int status = 0; local
51 status = hwc_display_virtual->Init();
52 if (status) {
54 return status;
57 status = hwc_display_virtual->SetPowerMode(HWC_POWER_MODE_NORMAL);
58 if (status) {
60 return status;
64 status = hwc_display_virtual->SetOutputSliceFromMetadata(content_list);
65 if (status) {
67 return status;
113 int status = 0; local
129 int status = 0; local
165 int status = 0; local
206 int status = 0; local
[all...]
/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal41 * @return status Status code for the operation, one of:
55 * values if status is not OK.
57 getResourceCost() generates (Status status, CameraResourceCost resourceCost);
64 * @return status Status code for the operation, one of:
77 * values if status is not OK.
79 getCameraInfo() generates (Status status, CameraInfo info);
108 * @return status Status code for the operation, one of:
137 setTorchMode(TorchMode mode) generates (Status status);
148 * @return status The status cod
[all...]
/hardware/interfaces/configstore/1.0/vts/functional/
H A DVtsHalConfigstoreV1_0TargetTest.cpp55 Return<void> status = sfConfigs->vsyncEventPhaseOffsetNs( local
57 EXPECT_OK(status);
59 status = sfConfigs->vsyncSfEventPhaseOffsetNs(
61 EXPECT_OK(status);
63 status = sfConfigs->useContextPriority(
65 EXPECT_OK(status);
67 status = sfConfigs->hasWideColorDisplay(
69 EXPECT_OK(status);
71 status = sfConfigs->hasHDRDisplay(
73 EXPECT_OK(status);
109 Return<void> status = sfConfigs->vsyncEventPhaseOffsetNs( local
122 int status = RUN_ALL_TESTS(); local
[all...]

Completed in 976 milliseconds

1234567891011>>