Searched refs:status (Results 276 - 300 of 521) sorted by relevance

<<11121314151617181920>>

/frameworks/wilhelm/src/itf/
H A DIPrefetchStatus.c31 SLuint32 status = thiz->mStatus; local
33 *pStatus = status;
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java133 /** AGPS status event values. */
265 // current status
268 // time for last status update
1078 private void updateStatus(int status, int svCount) { argument
1079 if (status != mStatus || svCount != mSvCount) {
1080 mStatus = status;
1426 // notify status listeners
1456 * called from native code to update our status
1458 private void reportStatus(int status) { argument
1459 if (DEBUG) Log.v(TAG, "reportStatus status
1537 reportAGpsStatus(int type, int status, byte[] ipaddr) argument
1687 getGeofenceStatus(int status) argument
1737 reportGeofenceStatus(int status, int flags, double latitude, double longitude, double altitude, float speed, float bearing, float accuracy, long timestamp) argument
1766 reportGeofenceAddStatus(int geofenceId, int status) argument
1776 reportGeofenceRemoveStatus(int geofenceId, int status) argument
1786 reportGeofencePauseStatus(int geofenceId, int status) argument
1796 reportGeofenceResumeStatus(int geofenceId, int status) argument
2032 onStatusChanged(String provider, int status, Bundle extras) argument
[all...]
H A DFlpHardwareProvider.java63 // FlpHal monitor status codes, they must be equal to the ones in fused_location.h
160 private void onGeofenceMonitorStatus(int status, int source, Location location) { argument
168 switch (status) {
176 Log.e(TAG, "Invalid FlpHal Geofence monitor status: " + status);
399 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp98 static void status_callback(GpsStatus* status) argument
101 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status->status);
281 agps_status->status, byteArray);
365 static void gps_geofence_status_callback(int32_t status, GpsLocation* location) argument
387 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceStatus, status,
392 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status) argument
395 if (status != GPS_GEOFENCE_OPERATION_SUCCESS) {
396 ALOGE("Error in geofence_add_callback: %d\n", status);
398 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status);
402 gps_geofence_remove_callback(int32_t geofence_id, int32_t status) argument
412 gps_geofence_resume_callback(int32_t geofence_id, int32_t status) argument
422 gps_geofence_pause_callback(int32_t geofence_id, int32_t status) argument
[all...]
/frameworks/av/camera/
H A DCamera.cpp88 status_t status = NO_ERROR; local
92 status = cs.get()->connectLegacy(cl, cameraId, halVersion, clientPackageName,
95 if (status == OK && c->mCamera != 0) {
103 return status;
H A DCameraBase.cpp101 status_t status = NO_ERROR; local
106 status = (cs.get()->*fnConnectService)(cl, cameraId, clientPackageName, clientUid,
109 if (status == OK && c->mCamera != 0) {
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp179 status_t status = mSource->stop(); local
181 (status != OK && status != ERROR_END_OF_STREAM)) {
182 err = status;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h47 /* enumeration to represent status of buffered image */
62 dpbPictureStatus_e status; member in struct:__anon600
/frameworks/av/services/audiopolicy/
H A DAudioPolicyClientImplLegacy.cpp92 status_t status = af->openOutput(module, &output, &config, pDevices, local
94 if (status == NO_ERROR) {
203 status_t status = af->openInput(module, &input, &config, pDevices, local
205 if (status == NO_ERROR) {
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp180 status_t status = buffer->lock(LOCK_CANVAS_USAGE, rect, &bits); local
182 if (status) return JNI_FALSE;
226 status_t status = wrapper->buffer->unlock(); local
227 return status == 0 ? JNI_TRUE : JNI_FALSE;
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp125 status_t status = parcel->writeString8(mName); local
126 if (!status) {
127 status = parcel->writeDupFileDescriptor(mAshmemFd);
129 return status;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DISms.aidl56 * @param newStatus new message status (STATUS_ON_ICC_READ,
70 * @param newStatus new message status (STATUS_ON_ICC_READ,
85 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
90 boolean copyMessageToIccEf(String callingPkg, int status, in byte[] pdu, in byte[] smsc);
96 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
102 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
126 * raw pdu of the status report is in the extended data ("pdu").
152 * raw pdu of the status repor
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp414 Compiler::ErrorCode status = compileScript(script, pResName, local
419 return status == Compiler::kSuccess;
443 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, bitcode_sha1, local
445 if (status != Compiler::kSuccess) {
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h399 enum status { enum in class:mcld::GeneralOptions
412 status m_ExecStack; // execstack, noexecstack
413 status m_NoUndefined; // defs, --no-undefined
414 status m_MulDefs; // muldefs, --allow-multiple-definition
/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp59 outEvent->orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h58 uint32_t* texName, uint32_t* fbName, uint32_t* status);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp70 SLuint32 status; local
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
74 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
83 fprintf(stdout, "PrefetchEventCallback: Prefetch Status is = %u\n", status);
H A DslesTestManyPlayers.cpp80 SLuint32 status; local
82 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErrPlyr(res, *pPlayerId);
84 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
95 status, *pPlayerId);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp343 snprintf(buffer, SIZE, "Hardware status: %d\n"
545 status_t *status)
673 *status = lStatus;
917 status_t status = checkStreamType(stream); local
918 if (status != NO_ERROR) {
919 return status;
952 status_t status = checkStreamType(stream); local
953 if (status != NO_ERROR) {
954 return status;
973 status_t status local
533 createTrack( audio_stream_type_t streamType, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *frameCount, IAudioFlinger::track_flags_t *flags, const sp<IMemory>& sharedBuffer, audio_io_handle_t output, pid_t tid, int *sessionId, int clientUid, status_t *status) argument
995 status_t status = checkStreamType(stream); local
1183 status_t status; local
1375 openRecord( audio_io_handle_t input, uint32_t sampleRate, audio_format_t format, audio_channel_mask_t channelMask, size_t *frameCount, IAudioFlinger::track_flags_t *flags, pid_t tid, int *sessionId, size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status) argument
1732 status_t status = hwDevHal->open_output_stream(hwDevHal, local
1992 status_t status = inHwHal->open_input_stream(inHwHal, *input, device, &halconfig, local
2415 createEffect( effect_descriptor_t *pDesc, const sp<IEffectClient>& effectClient, int32_t priority, audio_io_handle_t io, int sessionId, status_t *status, int *id, int *enabled) argument
2672 status_t status = NO_ERROR; local
[all...]
/frameworks/av/include/media/
H A DIAudioFlinger.h58 // (return value != 0) == (*status == NO_ERROR)
78 status_t *status) = 0;
95 status_t *status) = 0;
198 status_t *status,
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp175 status_t status = p->setDataSource(fd, offset, length); local
176 if (status == NO_ERROR) mRetriever = p;
178 return status;
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp104 status_t status = service->attach(module, soundTrigger, soundTrigger->mISoundTrigger); local
106 if (status == NO_ERROR && soundTrigger->mISoundTrigger != 0) {
109 ALOGW("Error %d connecting to sound trigger service", status);
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeScanner.java289 public void onClientRegistered(int status, int clientIf) { argument
290 Log.d(TAG, "onClientRegistered() - status=" + status +
297 if (status == BluetoothGatt.GATT_SUCCESS) {
/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java380 * @param status status of the set parameter operation.
385 void onParameterChange(Equalizer effect, int status, int param1, int param2, int value); argument
396 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
422 l.onParameterChange(Equalizer.this, status, p1, p2, v);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp138 int status = pthread_setspecific(gThreadTLSKey, &dc->mTlsStruct); local
139 if (status) {
140 ALOGE("pthread_setspecific %i", status);
250 int status = pthread_key_create(&gThreadTLSKey, NULL); local
251 if (status) {
262 int status = pthread_setspecific(gThreadTLSKey, &mTlsStruct); local
263 if (status) {
264 ALOGE("pthread_setspecific %i", status);
295 status = pthread_attr_init(&threadAttr);
296 if (status) {
[all...]

Completed in 1210 milliseconds

<<11121314151617181920>>