Searched refs:status (Results 76 - 100 of 648) sorted by relevance

1234567891011>>

/frameworks/base/location/java/android/location/
H A DILocationListener.aidl29 void onStatusChanged(String provider, int status, in Bundle extras);
H A DLocationListener.java47 * Called when the provider status changes. This method is called when
53 * @param status {@link LocationProvider#OUT_OF_SERVICE} if the
60 * status variables.
70 void onStatusChanged(String provider, int status, Bundle extras); argument
/frameworks/base/media/java/android/media/midi/
H A DIMidiDeviceListener.aidl27 void onDeviceStatusChanged(in MidiDeviceStatus status);
/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp18 mcld::sys::fs::detail::status(pPath, file_status);
25 detail::status(pPath, file_status);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp111 status_t *status)
165 ALOGE("createTrack returned an IAudioTrack but with status %d", lStatus);
170 if (status != NULL) {
171 *status = lStatus;
191 status_t *status)
258 "or buffers but with status %d", lStatus);
267 if (status != NULL) {
268 *status = lStatus;
470 status_t status = remote()->transact(OPEN_OUTPUT, data, &reply); local
471 if (status !
98 createTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *pFrameCount, track_flags_t *flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t pid, pid_t tid, audio_session_t *sessionId, int clientUid, status_t *status) argument
176 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, const String16& opPackageName, size_t *pFrameCount, track_flags_t *flags, pid_t pid, pid_t tid, int clientUid, audio_session_t *sessionId, size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status) argument
546 status_t status = remote()->transact(OPEN_INPUT, data, &reply); local
596 status_t status = reply.readInt32(); local
615 status_t status = remote()->transact(GET_INPUT_FRAMES_LOST, data, &reply); local
627 status_t status = remote()->transact(NEW_AUDIO_SESSION_ID, data, &reply); local
657 status_t status = remote()->transact(QUERY_NUM_EFFECTS, data, &reply); local
679 status_t status = remote()->transact(QUERY_EFFECT, data, &reply); local
700 status_t status = remote()->transact(GET_EFFECT_DESCRIPTOR, data, &reply); local
712 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& client, int32_t priority, audio_io_handle_t output, audio_session_t sessionId, const String16& opPackageName, status_t *status, int *id, int *enabled) argument
818 status_t status = remote()->transact(LIST_AUDIO_PORTS, data, &reply); local
835 status_t status = remote()->transact(GET_AUDIO_PORT, data, &reply); local
853 status_t status = remote()->transact(CREATE_AUDIO_PATCH, data, &reply); local
866 status_t status = remote()->transact(RELEASE_AUDIO_PATCH, data, &reply); local
881 status_t status = remote()->transact(LIST_AUDIO_PATCHES, data, &reply); local
898 status_t status = remote()->transact(SET_AUDIO_PORT_CONFIG, data, &reply); local
909 status_t status = remote()->transact(GET_AUDIO_HW_SYNC, data, &reply); local
926 status_t status = remote()->transact(FRAME_COUNT_HAL, data, &reply); local
961 status_t status = NO_ERROR; local
997 status_t status = NO_ERROR; local
1142 status_t status = openOutput(module, &output, &config, local
1189 status_t status = openInput(module, &input, &config, local
1221 status_t status = getRenderPosition(&halFrames, &dspFrames, output); local
1257 status_t status = queryNumberEffects(&numEffects); local
1267 status_t status = queryEffect(data.readInt32(), &desc); local
1279 status_t status = getEffectDescriptor(&uuid, &desc); local
1297 status_t status = NO_ERROR; local
1354 status_t status = listAudioPorts(&numPorts, ports); local
1372 status_t status = getAudioPort(&port); local
1387 status_t status = createAudioPatch(&patch, &handle); local
1398 status_t status = releaseAudioPatch(handle); local
1417 status_t status = listAudioPatches(&numPatches, patches); local
1433 status_t status = setAudioPortConfig(&config); local
[all...]
H A DIAudioPolicyService.cpp227 status_t status = remote()->transact(GET_OUTPUT_FOR_ATTR, data, &reply); local
228 if (status != NO_ERROR) {
229 return status;
231 status = (status_t)reply.readInt32();
232 if (status != NO_ERROR) {
233 return status;
239 return status;
310 status_t status = remote()->transact(GET_INPUT_FOR_ATTR, data, &reply); local
311 if (status != NO_ERROR) {
312 return status;
498 status_t status = remote()->transact(QUERY_DEFAULT_PRE_PROCESSING, data, &reply); local
537 status_t status = remote()->transact(LIST_AUDIO_PORTS, data, &reply); local
562 status_t status = remote()->transact(GET_AUDIO_PORT, data, &reply); local
581 status_t status = remote()->transact(CREATE_AUDIO_PATCH, data, &reply); local
595 status_t status = remote()->transact(RELEASE_AUDIO_PATCH, data, &reply); local
614 status_t status = remote()->transact(LIST_AUDIO_PATCHES, data, &reply); local
639 status_t status = remote()->transact(SET_AUDIO_PORT_CONFIG, data, &reply); local
671 status_t status = remote()->transact(ACQUIRE_SOUNDTRIGGER_SESSION, data, &reply); local
689 status_t status = remote()->transact(RELEASE_SOUNDTRIGGER_SESSION, data, &reply); local
700 status_t status = remote()->transact(GET_PHONE_STATE, data, &reply); local
732 status_t status = remote()->transact(REGISTER_POLICY_MIXES, data, &reply); local
750 status_t status = remote()->transact(START_AUDIO_SOURCE, data, &reply); local
767 status_t status = remote()->transact(STOP_AUDIO_SOURCE, data, &reply); local
780 status_t status = remote()->transact(SET_MASTER_MONO, data, &reply); local
795 status_t status = remote()->transact(GET_MASTER_MONO, data, &reply); local
916 status_t status = getOutputForAttr(hasAttributes ? &attr : NULL, local
972 status_t status = getInputForAttr(&attr, &input, session, pid, uid, local
1034 status_t status = getStreamVolumeIndex(stream, &index, device); local
1128 status_t status = queryDefaultPreProcessing(audioSession, descriptors, &retCount); local
1170 status_t status = listAudioPorts(role, type, &numPorts, ports, &generation); local
1191 status_t status = getAudioPort(&port); local
1207 status_t status = createAudioPatch(&patch, &handle); local
1219 status_t status = releaseAudioPatch(handle); local
1240 status_t status = listAudioPatches(&numPatches, patches, &generation); local
1258 status_t status = setAudioPortConfig(&config); local
1284 status_t status = acquireSoundTriggerSession(&session, &ioHandle, &device); local
1299 status_t status = releaseSoundTriggerSession(session); local
1324 status_t status = registerPolicyMixes(mixes, registration); local
1336 status_t status = startAudioSource(&source, &attributes, &handle); local
1345 status_t status = stopAudioSource(handle); local
1353 status_t status = setMasterMono(mono); local
1361 status_t status = getMasterMono(&mono); local
[all...]
H A DIResourceManagerClient.cpp44 status_t status = remote()->transact(RECLAIM_RESOURCE, data, &reply); local
45 if (status == NO_ERROR) {
56 status_t status = remote()->transact(GET_NAME, data, &reply); local
57 if (status == NO_ERROR) {
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp116 status_t status = mInputPublisher.publishKeyEvent(publishedSeq, local
120 if (status) {
121 ALOGW("Failed to send key event on channel '%s'. status=%d",
122 getInputChannelName(), status);
123 return status;
137 status_t status = mInputPublisher.publishMotionEvent(publishedSeq, local
146 if (status) {
147 ALOGW("Failed to send motion event sample on channel '%s'. status=%d",
148 getInputChannelName(), status);
149 return status;
176 status_t status = receiveFinishedSignals(env); local
191 status_t status = mInputPublisher.receiveFinishedSignal(&publishedSeq, &handled); local
253 status_t status = sender->initialize(); local
278 status_t status = sender->sendKeyEvent(seq, &event); local
287 status_t status = sender->sendMotionEvent(seq, event); local
[all...]
H A Dandroid_text_AndroidBidi.cpp39 UErrorCode status = U_ZERO_ERROR; local
40 UBiDi* bidi = ubidi_openSized(n, 0, &status);
41 ubidi_setPara(bidi, chs, n, dir, NULL, &status);
42 if (U_SUCCESS(status)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanNative.java459 private static void onNanNotifyResponse(short transactionId, int responseType, int status, argument
464 + responseType + ", status=" + status + ", value=" + value);
469 if (status == NAN_STATUS_SUCCESS) {
473 translateHalStatusToPublicStatus(status));
477 if (status != NAN_STATUS_SUCCESS) {
478 Log.e(TAG, "onNanNotifyResponse: NAN_RESPONSE_PUBLISH_CANCEL error - status="
479 + status + ", value=" + value);
483 if (status == NAN_STATUS_SUCCESS) {
487 translateHalStatusToPublicStatus(status));
503 onNanNotifyResponsePublishSubscribe(short transactionId, int responseType, int status, int value, int pubSubId) argument
536 onNanNotifyResponseCapabilities(short transactionId, int status, int value, Capabilities capabilities) argument
591 onPublishTerminated(int publishId, int status) argument
599 onSubscribeTerminated(int subscribeId, int status) argument
622 onDisabledEvent(int status) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIEnvironmentalReverb.c59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
61 result = android_fx_statusToResult(status);
86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
88 result = android_fx_statusToResult(status);
120 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
122 result = android_fx_statusToResult(status);
148 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
150 result = android_fx_statusToResult(status);
179 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
181 result = android_fx_statusToResult(status);
207 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
238 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
266 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
299 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
327 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
358 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
386 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
419 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
447 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
478 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
506 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
537 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
565 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
596 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
624 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
680 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, local
708 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect, local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanDetailCache.java176 WifiConfiguration.Visibility status = new WifiConfiguration.Visibility();
189 status.num5 = status.num5 + 1;
193 status.num24 = status.num24 + 1;
209 if (result.level > status.rssi5) {
210 status.rssi5 = result.level;
211 status.age5 = result.seen;
212 status.BSSID5 = result.BSSID;
215 if (result.level > status
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerHelper.java110 int status = SoundTrigger.listModules(modules);
117 if (status != SoundTrigger.STATUS_OK || modules.size() == 0) {
118 Slog.w(TAG, "listModules status=" + status + ", # of modules=" + modules.size());
192 int status = cleanUpExistingKeyphraseModel(model);
193 if (status != STATUS_OK) {
194 return status;
214 int status = tryStopAndUnloadLocked(modelData, true /* stop */, true /* unload */);
215 if (status != STATUS_OK) {
219 return status;
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DHSWanMetricsElement.java36 int status = payload.get() & BYTE_MASK;
37 mStatus = LinkStatus.values()[status & 0x03];
38 mSymmetric = (status & 0x04) != 0;
39 mCapped = (status & 0x08) != 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
107 status.set(true);
184 AtomicBoolean status = new AtomicBoolean(false);
185 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
190 waitForResult(status);
233 AtomicBoolean status = new AtomicBoolean(false);
234 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
238 waitForResult(status);
262 AtomicBoolean status = new AtomicBoolean(false);
263 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status);
322 waitForResult(AtomicBoolean status) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vlc.c216 BIG_CODE_NUM and returning HANTRO_NOK status.
235 u32 status, codeNum = 0; local
242 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
246 /* BIG_CODE_NUM and HANTRO_OK status means codeNum 2^32-1 which would
249 if (status == HANTRO_OK)
251 /* BIG_CODE_NUM and HANTRO_NOK status means codeNum 2^32 which results
259 else if (status == HANTRO_OK)
306 u32 status, codeNum; local
313 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
315 if (status !
[all...]
/frameworks/native/libs/input/
H A DVirtualKeyMap.cpp53 status_t status = Tokenizer::open(filename, &tokenizer); local
54 if (status) {
55 ALOGE("Error %d opening virtual key map file %s.", status, filename.string());
60 status = NO_MEMORY;
66 status = parser.parse();
73 if (status) {
81 return status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp30 PV_STATUS status; local
47 status = PV_BitstreamShowBitsByteAlign(stream, resync_marker_length, &tmpvar32);
48 /* if (status != PV_SUCCESS && status != PV_END_OF_BUFFER) return status; */
115 status = BitstreamCheckEndBuffer(stream); /* return end_of_VOP 03/30/01 */
116 if (status != PV_SUCCESS)
118 return status;
120 status = BitstreamShowBits32HC(stream, &tmpvar32); /* 07/07/01 */
196 PV_STATUS status; local
[all...]
H A Dbitstream.h53 PV_STATUS status = PV_SUCCESS; local
59 status = BitstreamFillCache(stream);
63 return status;
71 PV_STATUS status = PV_SUCCESS; local
76 status = BitstreamFillCache(stream);
79 return status;
85 PV_STATUS status = PV_SUCCESS; local
90 status = BitstreamFillCache(stream);
93 return status;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp39 PV_STATUS status = PV_SUCCESS; local
119 status = EncodeGOBHeader(video, slice_counter, QP, 0); //ind_y /* Encode GOB Header */
148 status = EncodeVideoPacketHeader(video, mbnum, video->QP_prev, 0);
159 status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP, ncoefblck);
182 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
183 /* continue even if status == PV_END_OF_BUF, to get the stats */
192 status = BitstreamAppendEnc(currVol->stream, bs1); /* Initialize to 0 */
193 /* continue even if status == PV_END_OF_BUF, to get the stats */
201 status = BitstreamAppendEnc(currVol->stream, bs1); /* Initialize to 0 */
202 /* continue even if status
264 PV_STATUS status = PV_SUCCESS; local
683 PV_STATUS status = PV_SUCCESS; local
[all...]
/frameworks/base/libs/hwui/debug/
H A Dwrap_gles.cpp32 GLenum status = GL_NO_ERROR; local
35 while ((status = glGetError()) != GL_NO_ERROR) {
36 lastError = status;
37 switch (status) {
55 ALOGE("GL error: 0x%x", status);
/frameworks/native/include/binder/
H A DStatus.h33 // status_t status;
35 // if ((status = data.writeInterfaceToken(interface_descriptor)) != OK ||
36 // (status = data.writeInt32(function_input)) != OK) {
39 // if ((status = remote()->transact(transaction, data, &reply)) != OK) {
42 // if ((status = remote_exception.readFromParcel(reply)) != OK) {
89 static Status fromStatusT(status_t status);
95 Status(const Status& status) = default; member in class:android::binder::final
96 Status(Status&& status) = default; member in class:android::binder::final
97 Status& operator=(const Status& status) = default; member in class:android::binder::final
108 // Setting a |status| !
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java140 public void onClientRegistered(int status, int clientIf) {
141 if (DBG) Log.d(TAG, "onClientRegistered() - status=" + status
151 if (status != GATT_SUCCESS) {
171 public void onClientConnectionState(int status, int clientIf,
173 if (DBG) Log.d(TAG, "onClientConnectionState() - status=" + status
181 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
207 int status) {
208 if (DBG) Log.d(TAG, "onSearchComplete() = Device=" + address + " Status=" + status);
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java212 int status = getParameter(paramsConverter.array(), result);
215 + Integer.toHexString(deviceType) + ") returns " + status);
218 if (status >= 0) {
239 } else if (status == AudioEffect.ERROR_BAD_VALUE) {
245 checkStatus(status);
248 Log.e(TAG, "unexpected status code " + status
438 int status = setParameter(PARAM_FORCE_VIRTUALIZATION_MODE, internalDevice);
440 if (status >= 0) {
442 } else if (status
500 onParameterChange(Virtualizer effect, int status, int param, short value) argument
511 onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java109 * with the availability status of all currently known camera devices.</p>
156 * Register a callback to be notified about torch mode status.
162 * with the torch mode status of all currently known camera devices with a flash unit.</p>
170 * @param callback The new callback to send torch mode status to
190 * Remove a previously-added callback; the callback will no longer receive torch mode status
556 * {@link CameraManager#registerTorchCallback} to be notified of such status changes.
781 // Camera ID -> Torch status map
900 private boolean isAvailable(int status) { argument
901 switch (status) {
909 private boolean validStatus(int status) { argument
921 validTorchStatus(int status) argument
932 postSingleUpdate(final AvailabilityCallback callback, final Handler handler, final String id, final int status) argument
953 postSingleTorchUpdate(final TorchCallback callback, final Handler handler, final String id, final int status) argument
991 onStatusChangedLocked(int status, String id) argument
1056 onTorchStatusChangedLocked(int status, String id) argument
1149 onStatusChanged(int status, int cameraId) argument
1156 onTorchStatusChanged(int status, String cameraId) argument
[all...]

Completed in 1212 milliseconds

1234567891011>>