[go: nahoru, domu]

Searched refs:status (Results 51 - 75 of 648) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp57 status_t status = remote()->transact(GET_CBLK, data, &reply); local
58 if (status == NO_ERROR) {
71 status_t status = remote()->transact(START, data, &reply); local
72 if (status == NO_ERROR) {
73 status = reply.readInt32();
75 ALOGW("start() error: %s", strerror(-status));
77 return status;
106 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply); local
107 if (status == NO_ERROR) {
108 status
119 status_t status = remote()->transact(SET_PARAMETERS, data, &reply); local
129 status_t status = remote()->transact(GET_TIMESTAMP, data, &reply); local
195 status_t status = getTimestamp(timestamp); local
[all...]
H A DCharacterEncodingDetector.cpp35 UErrorCode status = U_ZERO_ERROR; local
36 mUtf8Conv = ucnv_open("UTF-8", &status);
37 if (U_FAILURE(status)) {
85 UErrorCode status = U_ZERO_ERROR; local
86 UCharsetDetector *csd = ucsdet_open(&status);
116 ucsdet_setText(csd, buf, strlen(buf), &status);
118 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status);
147 ucsdet_setText(csd, buf, strlen(buf), &status);
148 ucma = ucsdet_detectAll(csd, &matches, &status);
161 combinedenc = ucsdet_getName(bestCombinedMatch, &status);
287 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A DIDrm.cpp69 status_t status = remote()->transact(INIT_CHECK, data, &reply); local
70 if (status != OK) {
71 return status;
82 status_t status = remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply); local
83 if (status != OK) {
84 ALOGE("isCryptoSchemeSupported: binder call failed: %d", status);
96 status_t status = remote()->transact(CREATE_PLUGIN, data, &reply); local
97 if (status != OK) {
98 return status;
107 status_t status local
119 status_t status = remote()->transact(OPEN_SESSION, data, &reply); local
133 status_t status = remote()->transact(CLOSE_SESSION, data, &reply); local
162 status_t status = remote()->transact(GET_KEY_REQUEST, data, &reply); local
182 status_t status = remote()->transact(PROVIDE_KEY_RESPONSE, data, &reply); local
197 status_t status = remote()->transact(REMOVE_KEYS, data, &reply); local
212 status_t status = remote()->transact(RESTORE_KEYS, data, &reply); local
226 status_t status = remote()->transact(QUERY_KEY_STATUS, data, &reply); local
250 status_t status = remote()->transact(GET_PROVISION_REQUEST, data, &reply); local
268 status_t status = remote()->transact(PROVIDE_PROVISION_RESPONSE, data, &reply); local
283 status_t status = remote()->transact(GET_SECURE_STOPS, data, &reply); local
303 status_t status = remote()->transact(GET_SECURE_STOP, data, &reply); local
317 status_t status = remote()->transact(RELEASE_SECURE_STOPS, data, &reply); local
329 status_t status = remote()->transact(RELEASE_ALL_SECURE_STOPS, data, &reply); local
342 status_t status = remote()->transact(GET_PROPERTY_STRING, data, &reply); local
356 status_t status = remote()->transact(GET_PROPERTY_BYTE_ARRAY, data, &reply); local
371 status_t status = remote()->transact(SET_PROPERTY_STRING, data, &reply); local
386 status_t status = remote()->transact(SET_PROPERTY_BYTE_ARRAY, data, &reply); local
402 status_t status = remote()->transact(SET_CIPHER_ALGORITHM, data, &reply); local
416 status_t status = remote()->transact(SET_MAC_ALGORITHM, data, &reply); local
436 status_t status = remote()->transact(ENCRYPT, data, &reply); local
458 status_t status = remote()->transact(DECRYPT, data, &reply); local
478 status_t status = remote()->transact(SIGN, data, &reply); local
500 status_t status = remote()->transact(VERIFY, data, &reply); local
521 status_t status = remote()->transact(SIGN_RSA, data, &reply); local
534 status_t status = remote()->transact(SET_LISTENER, data, &reply); local
[all...]
H A DIAudioRecord.cpp51 status_t status = remote()->transact(START, data, &reply); local
52 if (status == NO_ERROR) {
53 status = reply.readInt32();
55 ALOGW("start() error: %s", strerror(-status));
57 return status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp82 PV_STATUS status; local
101 status = BitstreamShowBits32HC(stream, &startCode);
142 status = BitstreamShowBits32HC(stream, &tmpvar);
146 status = DecodeUserData(stream);
147 if (status != PV_SUCCESS) return PV_FAIL;
156 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
157 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
208 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
209 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
218 status
808 PV_STATUS status = PV_SUCCESS; local
1018 PV_STATUS status = PV_SUCCESS; local
1530 PV_STATUS status; local
[all...]
H A Dbitstream.cpp177 PV_STATUS status = PV_SUCCESS; local
182 status = BitstreamFillCache(stream);
185 return status;
195 PV_STATUS status = PV_SUCCESS; local
200 status = BitstreamFillCache(stream);
203 return status;
217 PV_STATUS status = PV_SUCCESS; local
223 status = BitstreamFillCache(stream);
227 return status;
240 PV_STATUS status local
259 PV_STATUS status = PV_SUCCESS; local
273 PV_STATUS status; local
288 PV_STATUS status = PV_SUCCESS; local
357 PV_STATUS status = PV_SUCCESS; local
424 PV_STATUS status = PV_SUCCESS; local
443 PV_STATUS status = PV_SUCCESS; local
462 PV_STATUS status = PV_SUCCESS; local
605 PV_STATUS status = PV_SUCCESS; local
634 PV_STATUS status = PV_SUCCESS; local
684 PV_STATUS status = PV_SUCCESS; local
708 PV_STATUS status = PV_SUCCESS; local
787 PV_STATUS status; local
878 PV_STATUS status; local
952 PV_STATUS status; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp123 status_t status = mInputConsumer.sendFinishedSignal(seq, handled); local
124 if (status) {
125 if (status == WOULD_BLOCK) {
139 ALOGW("Failed to send finished signal on channel '%s'. status=%d",
140 getInputChannelName(), status);
142 return status;
171 status_t status = consumeEvents(env, false /*consumeBatches*/, -1, NULL); local
173 return status == OK || status == NO_MEMORY ? 1 : 0;
179 status_t status local
236 status_t status = mInputConsumer.consume(&mInputEventFactory, local
350 status_t status = receiver->initialize(); local
373 status_t status = receiver->finishInputEvent(seq, handled); local
386 status_t status = receiver->consumeEvents(env, true /*consumeBatches*/, frameTimeNanos, local
[all...]
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java45 // user > endpoint > status
46 public static final String STATUS = "status";
49 * status-type (String) :
84 * conference-info : SIP status code (integer)
146 * Translates an {@code ImsConferenceState} status type to a telecom connection state.
148 * @param status The status type.
151 public static int getConnectionStateForStatus(String status) { argument
152 if (status.equals(STATUS_PENDING)) {
154 } else if (status
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java39 public int status = RESULT_UNKNOWN; field in class:AsyncRunner.RunnerResult
67 result.status = RESULT_RUNNING;
68 while (!isCancelled() && result.status == RESULT_RUNNING) {
70 result.status = runner[0].determinePostRunState();
71 if (result.status == GraphRunner.RESULT_SLEEPING) {
73 result.status = RESULT_RUNNING;
80 result.status = RESULT_STOPPED;
84 result.status = RESULT_ERROR;
92 result.status = RESULT_ERROR;
111 result.status
[all...]
/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp56 status_t status = mProvider->getNextBuffer(&mBuffer); local
57 if (status != OK) {
58 return status == NOT_ENOUGH_DATA ? (ssize_t) WOULD_BLOCK : (ssize_t) status;
102 status_t status = mProvider->getNextBuffer(&mBuffer); local
103 if (CC_LIKELY(status == OK)) {
110 if (CC_LIKELY(status == NOT_ENOUGH_DATA)) {
111 status = WOULD_BLOCK;
113 return accumulator > 0 ? accumulator : (ssize_t) status;
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionTest.java74 Bundle status = new Bundle();
86 // Send status only for TRANSLUCENT format.
88 status.putDouble(KEY_SURFACE_COMPOSITION_PERFORMANCE, score.mSurfaces);
90 status.putDouble(KEY_SURFACE_COMPOSITION_BANDWITH, score.mBandwidth /
94 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
99 Bundle status = new Bundle();
110 // Send status only for TRANSLUCENT format.
112 status.putDouble(KEY_SURFACE_ALLOCATION_PERFORMANCE_MEDIAN, score.mMedian);
113 status.putDouble(KEY_SURFACE_ALLOCATION_PERFORMANCE_MIN, score.mMin);
114 status
[all...]
/frameworks/rs/
H A DrsCppUtils.cpp83 int status = 0; local
84 pid_t w = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0));
91 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
95 ALOGE("Child process \"%s\" terminated with status %d", exe, status);
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java167 private static void verifyIsEmpty(GpsStatus status) { argument
168 verifySatelliteCount(status, 0);
169 verifyTtff(status, 0);
172 private static void verifySatelliteCount(GpsStatus status, int expectedCount) { argument
174 for (GpsSatellite s : status.getSatellites()) {
180 private void verifySatellites(GpsStatus status) { argument
181 verifySatelliteCount(status, mCount);
182 verifySatellites(status, mCount, mPrns, mCn0s, mElevations, mAzimuth, mEphemerisMask,
187 GpsStatus status,
198 GpsSatellite satellite = getSatellite(status, pr
186 verifySatellites( GpsStatus status, int count, int[] prns, float[] cn0s, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument
225 verifyTtff(GpsStatus status, int expectedTtff) argument
235 set(GpsStatus status, int ttff) argument
242 set(GpsStatus status, GpsStatus statusToSet) argument
249 setSatellites(GpsStatus status) argument
254 set( GpsStatus status, int count, int[] prns, float[] cn0s, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument
344 getSatellite(GpsStatus status, int prn) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java30 * @param status Status of the connect or disconnect operation.
35 public void onConnectionStateChange(BluetoothDevice device, int status, argument
42 * @param status Returns {@link BluetoothGatt#GATT_SUCCESS} if the service
46 public void onServiceAdded(int status, BluetoothGattService service) { argument
144 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the operation was successful
146 public void onNotificationSent(BluetoothDevice device, int status) { argument
H A DBluetoothHealthCallback.java36 * @param status Success or failure of the registration or unregistration
45 int status) {
46 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
44 onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, int status) argument
/frameworks/base/libs/hwui/
H A DImage.cpp43 GLenum status = GL_NO_ERROR; local
44 while ((status = glGetError()) != GL_NO_ERROR) {
45 ALOGW("Error creating image (%#x)", status);
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java96 // Read the status from the socket.
104 int status = dis.readInt();
106 if (status == lastStatus && lastStatus != Integer.MIN_VALUE) {
109 lastStatus = status;
111 if (status >= 0 && status <= 100) {
112 // Update status
113 Slog.i(TAG, "uncrypt read status: " + status);
116 listener.onProgress(status);
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.cpp42 status_t status = mPowerManager->powerHint(POWER_HINT_VSYNC, enabled ? 1 : 0); local
43 if(status == DEAD_OBJECT) {
46 return status;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp22 AVCEnc_Status status = AVCENC_SUCCESS; local
58 status = BitstreamWriteBits(stream, 32, code);
67 status = BitstreamWriteBits(stream, 16, code);
74 if (status != AVCENC_SUCCESS) /* check only once per line */
75 return status;
91 status = BitstreamWriteBits(stream, 32, code);
100 status = BitstreamWriteBits(stream, 16, code);
108 if (status != AVCENC_SUCCESS) /* check only once per line */
109 return status;
124 status
147 AVCEnc_Status status = AVCENC_SUCCESS; local
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java74 int status;
75 status = data.readInt();
76 this.onObbResult(filename, nonce, status);
104 * @param returnCode status of the operation
106 public void onObbResult(String filename, int nonce, int status) argument
114 _data.writeInt(status);
133 * @param status status code as defined in {@link OnObbStateChangeListener}
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; argument
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java75 * @param status status code
80 protected WifiP2pUpnpServiceResponse(int status, argument
83 status, transId, dev, data);
123 sbuf.append(" status:").append(Status.toString(mStatus));
139 * @param status status code.
146 static WifiP2pUpnpServiceResponse newInstance(int status, argument
148 if (status != WifiP2pServiceResponse.Status.SUCCESS) {
149 return new WifiP2pUpnpServiceResponse(status, transI
[all...]
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp71 status_t status; local
85 status = mPublisher->publishKeyEvent(seq, deviceId, source, action, flags,
87 ASSERT_EQ(OK, status)
92 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
93 ASSERT_EQ(OK, status)
114 status = mConsumer->sendFinishedSignal(seq, true);
115 ASSERT_EQ(OK, status)
120 status = mPublisher->receiveFinishedSignal(&finishedSeq, &handled);
121 ASSERT_EQ(OK, status)
130 status_t status; local
254 status_t status; local
266 status_t status; local
[all...]
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp142 status_t status = NO_ERROR; local
192 status = BAD_VALUE;
201 status = INVALID_OPERATION;
207 status = BAD_VALUE;
226 status = INVALID_OPERATION;
235 status = INVALID_OPERATION;
253 status = NO_MEMORY;
289 status = NO_MEMORY;
292 status = createPatchConnections(newPatch, patch);
293 if (status !
395 status_t status = createAudioPatch(&subPatch, &patch->mRecordPatchHandle); local
539 status_t status = NO_ERROR; local
[all...]
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp85 status_t status; local
88 status = mRetriever->setDataSource(NULL /* httpService */, path);
90 status = mRetriever->setDataSource(fd, 0, 0x7ffffffffffffffL);
94 if (status) {
101 status = client.setMimeType(value);
102 if (status) {
133 status = client.addStringTag(kKeyMap[i].tag, value);
134 if (status != OK) {
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DIRecognitionStatusCallback.aidl47 * @param status The error code that was seen.
49 void onError(int status);

Completed in 1834 milliseconds

1234567891011>>