Searched refs:status (Results 151 - 175 of 648) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DProgram.cpp57 GLint status; local
58 glGetProgramiv(mProgramId, GL_LINK_STATUS, &status);
59 if (status != GL_TRUE) {
138 GLint status; local
139 glGetShaderiv(shader, GL_COMPILE_STATUS, &status);
140 if (status != GL_TRUE) {
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceResponse.java131 sbuf.append(" status:").append(Status.toString(mStatus));
147 * @param status status code.
152 protected WifiP2pDnsSdServiceResponse(int status, argument
155 status, tranId, dev, data);
289 * @param status status code.
295 static WifiP2pDnsSdServiceResponse newInstance(int status, argument
297 if (status != WifiP2pServiceResponse.Status.SUCCESS) {
298 return new WifiP2pDnsSdServiceResponse(status,
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp39 GLint status; local
40 glGetProgramiv(programId, GL_LINK_STATUS, &status);
41 if (status != GL_TRUE) {
101 GLint status; local
102 glGetShaderiv(shader, GL_COMPILE_STATUS, &status);
103 if (status != GL_TRUE) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp79 Bool status = PV_TRUE; local
107 status = PV_FALSE;
113 if (video->vol == NULL) status = PV_FALSE;
127 if (video->currVop == NULL) status = PV_FALSE;
130 if (video->prevVop == NULL) status = PV_FALSE;
137 if (video->currVop == NULL) status = PV_FALSE;
140 if (video->prevVop == NULL) status = PV_FALSE;
145 status = PV_FALSE;
151 if (video->vopHeader == NULL) status = PV_FALSE;
157 if (status
307 Bool status = PV_TRUE; local
1056 PV_STATUS status = PV_FAIL; local
1093 PV_STATUS status = PV_FAIL; local
1294 PV_STATUS status = PV_FAIL; local
[all...]
H A Dvlc_decode.cpp98 Modified : 04/16/2001 : removed status checking of PV_BitstreamFlushBits
105 PV_STATUS status; local
116 status = BitstreamCheckEndBuffer(stream);
117 if (status == PV_END_OF_VOP) return status; /* 03/19/2002 */
134 PV_STATUS status; local
164 status = PV_VlcDecMV(stream, &vlc_code_mag);
165 if (status != PV_SUCCESS)
167 return status;
174 status
269 PV_STATUS status; local
454 PV_STATUS status = PV_SUCCESS; local
630 PV_STATUS status = PV_FAIL; /* 07/09/01 */ local
[all...]
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp94 status_t status = AudioStreamOut::open( local
100 ALOGI("SpdifStreamOut::open() status = %d", status);
102 return status;
H A DEffects.cpp109 status_t status; local
137 status = NO_ERROR;
139 status = ALREADY_EXISTS;
143 return status;
320 status_t status; local
326 status = NO_INIT;
332 status = DEAD_OBJECT;
388 status = (*mEffectInterface)->command(mEffectInterface,
394 if (status == 0) {
395 status
439 status_t status = (*mEffectInterface)->command(mEffectInterface, local
481 status_t status = (*mEffectInterface)->command(mEffectInterface, local
516 status_t status = (*mEffectInterface)->command(mEffectInterface, local
567 status_t status = (*mEffectInterface)->command(mEffectInterface, local
598 status_t status = AudioSystem::setEffectEnabled(mId, enabled); local
680 status_t status = NO_ERROR; local
718 status_t status = NO_ERROR; local
740 status_t status = NO_ERROR; local
763 status_t status = NO_ERROR; local
810 status_t status = NO_ERROR; local
1113 status_t status = mEffect->setEnabled(true); local
1159 status_t status = mEffect->setEnabled(false); local
1239 status_t status = NO_ERROR; local
[all...]
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceService.java59 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status) {
60 MidiDeviceService.this.onDeviceStatusChanged(status);
126 * @param status the number of the port that was opened
128 public void onDeviceStatusChanged(MidiDeviceStatus status) { argument
/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp107 status_t status = -1; local
109 status = sample->doLoad();
111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java37 public void onAvailabilityChanged(int status) {
38 Log.i(TAG, "onAvailabilityChanged(" + status + ")");
39 hotwordAvailabilityChangeHelper(status);
/frameworks/native/cmds/servicemanager/
H A Dbctest.c37 int status; local
50 status = bio_get_uint32(&reply);
54 return status;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaSessionStatus.java25 * Describes the playback status of a media session.
38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the
39 * {@link MediaControlIntent#EXTRA_SESSION_STATUS_UPDATE_RECEIVER session status update receiver}
90 * Gets the timestamp associated with the status information in
93 * @return The status timestamp in the {@link SystemClock#elapsedRealtime()} time base.
119 * Gets a bundle of extras for this status object.
173 * Builder for {@link MediaSessionStatus media session status objects}.
179 * Creates a media session status builder using the current time as the
191 * Creates a media session status builder whose initial contents are
192 * copied from an existing status
194 Builder(MediaSessionStatus status) argument
[all...]
/frameworks/base/core/java/android/printservice/
H A DIPrintServiceClient.aidl48 * Set the status of this print job
51 * @param status The new status, can be null
53 void setStatus(in PrintJobId printJobId, in CharSequence status);
56 * Set the status of this print job
59 * @param status The new status as a string resource
62 void setStatusRes(in PrintJobId printJobId, int status, in CharSequence appPackageName);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java40 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp44 ALOGW("Failed to initialize display event receiver, status=%d", result);
77 status_t status = mReceiver.requestNextVsync(); local
78 if (status) {
79 ALOGW("Failed to request next vsync, status=%d", status);
80 return status;
143 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n));
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java88 public void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status) {
99 public void onConnectionStateChange(BluetoothGatt gatt, int status,
113 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
114 if (status == BluetoothGatt.GATT_SUCCESS) {
136 Log.e(TAG, "onServicesDiscovered received: " + status);
144 int status) {
145 Log.d(TAG, "onCharacteristicRead " + status);
171 int status) {
172 Log.d(TAG, "onCharacteristicWrite " + status);
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DFilesActivityPerfTest.java132 final Bundle status = new Bundle();
133 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_FIRST, measurements.get(0));
139 status.putDouble(KEY_FILES_LISTED_PERFORMANCE_MEDIAN, median);
141 getInstrumentation().sendStatus(Activity.RESULT_OK, status);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java108 /** Device connection status */
109 public int status = UNAVAILABLE; field in class:WifiP2pDevice
220 status = AVAILABLE;
273 status = device.status;
317 sbuf.append("\n status: ").append(status);
337 status = source.status;
351 dest.writeInt(status);
[all...]
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp56 status_t status = Tokenizer::open(filename, &tokenizer); local
57 if (status) {
58 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
63 status = NO_MEMORY;
69 status = parser.parse();
76 if (!status) {
82 return status;
211 status_t status = parseKey(); local
212 if (status) return status;
215 status_t status = parseAxis(); local
219 status_t status = parseLed(); local
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
H A DPhotoBitmapLoaderInterface.java20 public int status; field in class:PhotoBitmapLoaderInterface.BitmapResult
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java43 * <status>connected</status>
50 * {@link com.android.ims.ImsConferenceState} parcelable. The {@code status} values expected in the
133 String status = "";
148 status = parser.getText();
155 Log.v(LOG_TAG, "Status: "+status);
160 bundle.putString(ImsConferenceState.STATUS, status);
/frameworks/wilhelm/src/itf/
H A DIEqualizer.c68 android::status_t status = local
70 result = android_fx_statusToResult(status);
163 android::status_t status = local
165 result = android_fx_statusToResult(status);
196 android::status_t status = local
198 result = android_fx_statusToResult(status);
231 android::status_t status =
233 result = android_fx_statusToResult(status);
270 android::status_t status =
272 result = android_fx_statusToResult(status);
326 android::status_t status = local
358 android::status_t status = local
394 android::status_t status = local
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp298 int status = 0; local
326 status = -EINVAL;
351 status = -EINVAL;
354 return status;
359 int status = 0; local
367 status = agc->set_target_level_dbfs(-(*(int16_t *)pValue / 100));
371 status = agc->set_compression_gain_db(*(int16_t *)pValue / 100);
375 status = agc->enable_limiter(*(bool *)pValue);
382 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
383 if (status !
461 int status = 0; local
483 int status = 0; local
599 int status = 0; local
605 int status = 0; local
692 int status = 0; local
807 int status = 0; local
825 int status = -ENOMEM; local
948 int status; local
1086 int status = session->apm->Initialize(processing_config); local
1178 int status = 0; local
1213 int status = 0; local
1406 int status; local
1780 int status = 0; local
1898 int status; local
1929 int status; local
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp131 status_t status; local
132 status = AudioSystem::getOutputSamplingRate(&afSampleRate, streamType);
133 if (status != NO_ERROR) {
134 ALOGE("Unable to query output sample rate for stream type %d; status %d",
135 streamType, status);
136 return status;
139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType);
140 if (status != NO_ERROR) {
141 ALOGE("Unable to query output frame count for stream type %d; status %d",
142 streamType, status);
507 status_t status = createTrack_l(); local
604 status_t status = NO_ERROR; local
839 status_t status = AudioSystem::getSamplingRate(mOutput, &sampleRate); local
1201 status_t status = mAudioTrack->attachAuxEffect(effectId); local
1237 status_t status; local
1612 status_t status = NO_ERROR; local
1914 status_t status = proxy->waitStreamEndDone(&timeout); local
2292 const status_t status = restoreTrack_l("getTimestampExtended"); local
2303 status_t status = mProxy->getTimestamp(timestamp); local
2348 const status_t status = restoreTrack_l("getTimestamp"); local
2359 status_t status; local
2625 status_t status = NO_ERROR; local
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp84 status_t status = NO_ERROR; local
94 return status;
114 status_t status = fx->initCheck(); local
115 if (status != NO_ERROR && status != ALREADY_EXISTS) {
130 return status;
136 status_t status = NO_ERROR; local
141 return status;
152 return status;
159 status_t status local
192 status_t status = NO_ERROR; local
225 status_t status = NO_ERROR; local
259 status_t status = fx->initCheck(); local
280 status_t status = NO_ERROR; local
[all...]

Completed in 1053 milliseconds

1234567891011>>