Searched refs:status (Results 226 - 250 of 388) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java387 * @param status status of the set parameter operation.
392 void onParameterChange(Equalizer effect, int status, int param1, int param2, int value); argument
403 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
429 l.onParameterChange(Equalizer.this, status, p1, p2, v);
/frameworks/native/libs/binder/
H A DBpBinder.cpp164 status_t status = IPCThreadState::self()->transact( local
166 if (status == DEAD_OBJECT) mAlive = 0;
167 return status;
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp47 // Prefetch status callback
61 SLuint32 status; local
62 result = (*caller)->GetPrefetchStatus(caller, &status);
65 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c86 // Prefetch status callback
100 SLuint32 status; local
101 result = (*caller)->GetPrefetchStatus(caller, &status);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
104 // event, level, status);
106 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
H A Dxaplay.c90 // prefetch status callback
99 XAuint32 status; local
100 result = (*caller)->GetPrefetchStatus(caller, &status);
106 printf("PrefetchEventCallback: Prefetch Status is = %u\n", status);
110 && (level == 0) && (status == XA_PREFETCHSTATUS_UNDERFLOW)) {
114 new_prefetch_status = status;
505 // get the prefetch status interface
511 // register prefetch status callback
578 // wait for prefetch status callback to indicate either sufficient data or error
799 XAuint32 status; local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java270 * Get the connection status of this socket, ie, whether there is an active connection with
491 int status = bb.getInt();
494 + RemoteAddr + ", channel: " + channel + ", status: " + status);
495 if(status != 0)
496 throw new IOException("Connection failure, status: " + status);
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp537 jint status = translateError(lpVisualizer->getWaveForm((uint8_t *)nWaveform)); local
540 return status;
555 jint status = translateError(lpVisualizer->getFft((uint8_t *)nFft)); local
559 return status;
H A Dandroid_media_AudioEffect.cpp557 lStatus = p->status;
619 lStatus = p->status;
795 status_t status = AudioEffect::queryDefaultPreProcessing(audioSession, local
798 if ((status != NO_ERROR && status != NO_MEMORY) ||
803 if (status == NO_MEMORY) {
806 status = AudioEffect::queryDefaultPreProcessing(audioSession,
810 if (status != NO_ERROR || numEffects == 0) {
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
85 if (status != 0) {
86 mLoadStatus = status;
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h31 * non-symbolic link status, and a FileStatus object for symbolic link
32 * status. The FileStatus objects act as value caches.
79 FileStatus status() const;
H A DFileSystem.h103 void status(const Path& p, FileStatus& pFileStatus);
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp129 Archive::Symbol::Status status = local
131 if (Archive::Symbol::Unknown != status)
132 pArchive.setSymbolStatus(idx, status);
134 if (Archive::Symbol::Include == status) {
H A DArchive.cpp213 /// getSymbolStatus - get the status of a symbol
217 return m_SymTab[pSymIdx]->status;
220 /// setSymbolStatus - set the status of a symbol
225 m_SymTab[pSymIdx]->status = pStatus;
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp219 status_t status = initTrackDownmix(&mState.tracks[n], n, channelMask); local
220 if (status == OK) {
241 status_t status = OK; local
247 status = prepareTrackForDownmix(pTrack, trackNum);
251 return status;
276 int32_t status; local
311 status = (*pDbp->mDownmixHandle)->command(pDbp->mDownmixHandle,
315 if ((status != 0) || (cmdStatus != 0)) {
316 ALOGE("error %d while configuring downmixer for track %d", status, trackName);
320 status
[all...]
H A DAudioPolicyService.cpp307 status_t status = fx->initCheck(); local
308 if (status != NO_ERROR && status != ALREADY_EXISTS) {
518 status_t status = NO_ERROR; local
539 status = NO_MEMORY;
542 return status;
823 status_t status = NO_ERROR; local
839 status = command->mStatus;
842 return status;
849 status_t status local
872 status_t status = NO_ERROR; local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp417 LVREV_ReturnStatus_en LvmStatus = LVREV_SUCCESS; /* Function call status */
559 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
709 int status; local
747 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
962 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
997 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1035 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1080 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1126 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1165 LVREV_ReturnStatus_en LvmStatus=LVREV_SUCCESS; /* Function call status */
1539 int status = 0; local
1753 int status = 0; local
1860 int status = 0; local
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp154 ALOGE("%s: State transition to the same status 0x%x not allowed",
529 /* Immediately signal current status to this listener only */
1120 void CameraService::updateStatus(ICameraServiceListener::Status status, argument
1129 mStatusList[cameraId] = status;
1131 if (oldStatus != status) {
1133 __FUNCTION__, cameraId, (uint32_t)oldStatus, (uint32_t)status);
1136 (status != ICameraServiceListener::STATUS_PRESENT &&
1137 status != ICameraServiceListener::STATUS_ENUMERATING)) {
1156 ALOGV("%s: Rejecting status transition for Camera ID %d, "
1170 if (status
[all...]
/frameworks/av/services/camera/libcameraservice/camera3/
H A DCamera3OutputStream.cpp144 if (buffer.status == CAMERA3_BUFFER_STATUS_ERROR) {
180 if (buffer.status == CAMERA3_BUFFER_STATUS_ERROR) {
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp221 status_t status = android_view_KeyEvent_toNative(env, eventObj, event); local
222 if (status) {
/frameworks/base/location/java/android/location/
H A DILocationManager.aidl77 void setTestProviderStatus(String provider, int status, in Bundle extras, long updateTime);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java202 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
206 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
H A DVirtualizerTest.java199 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
203 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h322 enum status { enum in class:mcld::GeneralOptions
338 status m_ExecStack; // execstack, noexecstack
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp209 detail::status(pPath, pFileStatus);
216 detail::status(pPath, pFileStatus);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java70 * raw pdu of the status report is in the extended data ("pdu").
140 * to the recipient. The raw pdu of the status report is in the
203 * raw pdu of the status report is in the extended data ("pdu").
250 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
257 public boolean copyMessageToIcc(byte[] smsc, byte[] pdu, int status) { argument
267 status, pdu, smsc);
311 * @param newStatus new message status (STATUS_ON_ICC_READ,

Completed in 606 milliseconds

1234567891011>>