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

1234567891011>>

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java107 return mMutableInfo.status;
110 public void setStatus(int status) { argument
111 if (mMutableInfo.status != status) {
112 mMutableInfo.status = status;
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java94 int status = SoundTrigger.STATUS_ERROR;
96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel);
100 return status == SoundTrigger.STATUS_OK;
148 int status = SoundTrigger.STATUS_ERROR;
150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale);
154 return status == SoundTrigger.STATUS_OK;
H A DTestEnrollmentActivity.java67 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(soundModel);
68 if (status) {
87 boolean status = mEnrollmentUtil.deleteSoundModel(KEYPHRASE_ID, BCP47_LOCALE);
88 if (status) {
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated);
113 if (status) {
/frameworks/native/cmds/surfacereplayer/replayer/
H A DBufferQueueScheduler.cpp84 status_t status = s->lock(&outBuffer, nullptr); local
86 if (status != NO_ERROR) {
87 ALOGE("fillSurface: failed to lock buffer, (%d)", status);
106 status = s->unlockAndPost();
108 ALOGE_IF(status != NO_ERROR, "fillSurface: failed to unlock and post buffer, (%d)", status);
/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_event_set.cpp97 Status<int> status; local
99 status.SetError(errno);
101 status.GetErrorMessage().c_str());
102 return status;
109 status.SetValue(mask_out);
110 return status;
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp68 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( local
70 return status ? 0 : -status.error();
82 auto status = InvokeRemoteMethodInPlace<PerformanceRPC::GetCpuPartition>( local
84 if (!status)
85 return -status.error();
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp51 Status status, hidl_vec<uint8_t> const& outParams) {
52 fnStatus = toStatusT(status);
76 Status status, hidl_vec<uint8_t> const& outParams) {
77 fnStatus = toStatusT(status);
113 Status status, hidl_handle const& outSidebandHandle) {
114 fnStatus = toStatusT(status);
127 Status status, uint32_t outUsage) {
128 fnStatus = toStatusT(status);
149 Status status,
152 fnStatus = toStatusT(status);
192 status_t status = toStatusT(mBase->fillBuffer( local
210 status_t status = toStatusT(mBase->emptyBuffer( local
239 status_t status = toStatusT(mBase->dispatchMessage(tMsg)); local
261 Status status = toStatus(mBase->getParameter( local
282 Status status = toStatus(mBase->getConfig( local
317 Status status = toStatus(mBase->configureVideoTunnelMode( local
329 Status status = toStatus(mBase->getGraphicBufferUsage( local
347 Status status = toStatus(mBase->allocateSecureBuffer( local
367 Status status = toStatus(mBase->useBuffer( local
409 Status status = toStatus(mBase->getExtensionIndex( local
[all...]
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp54 Status status, hidl_vec<uint8_t> const& outParams) {
55 fnStatus = toStatusT(status);
79 Status status, hidl_vec<uint8_t> const& outParams) {
80 fnStatus = toStatusT(status);
116 Status status, hidl_handle const& outSidebandHandle) {
117 fnStatus = toStatusT(status);
130 Status status, uint32_t outUsage) {
131 fnStatus = toStatusT(status);
152 Status status,
155 fnStatus = toStatusT(status);
195 status_t status = toStatusT(mBase->fillBuffer( local
213 status_t status = toStatusT(mBase->emptyBuffer( local
242 status_t status = toStatusT(mBase->dispatchMessage(tMsg)); local
264 Status status = toStatus(mBase->getParameter( local
285 Status status = toStatus(mBase->getConfig( local
320 Status status = toStatus(mBase->configureVideoTunnelMode( local
332 Status status = toStatus(mBase->getGraphicBufferUsage( local
350 Status status = toStatus(mBase->allocateSecureBuffer( local
370 Status status = toStatus(mBase->useBuffer( local
412 Status status = toStatus(mBase->getExtensionIndex( local
[all...]
/frameworks/native/services/vr/bufferhubd/
H A Dproducer_queue_channel.cpp105 auto status = message.PushChannel(0, nullptr, &channel_id); local
106 if (!status) {
110 status.GetErrorMessage().c_str());
133 return {status.take()};
177 auto status = AllocateBuffer(message, width, height, layer_count, format, local
179 if (!status) {
183 return ErrorStatus(status.error());
185 buffer_handles.push_back(status.take());
209 auto status = message.PushChannel(0, nullptr, &buffer_id); local
211 if (!status) {
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp202 android::status_t status; local
212 status = pFx->getParameter(p);
213 if (android::NO_ERROR == status) {
214 status = p->status;
215 if (android::NO_ERROR == status) {
220 return status;
228 android::status_t status; local
239 status = pFx->setParameter(p);
240 if (android::NO_ERROR == status) {
388 android::status_t status = android_fx_setParam(pFx, REVERB_PARAM_PRESET, local
535 android::status_t status = ap->mTrackPlayer->mAudioTrack->attachAuxEffect(pFx->id()); local
611 android::status_t status; local
631 android::status_t status; local
651 android_fx_statusToResult(android::status_t status) argument
673 android::status_t status = effect->initCheck(); local
731 android::status_t status = local
764 android::status_t status = local
817 android::status_t status = pFx->initCheck(); local
853 android::status_t status = pFx->setEnabled(SL_BOOLEAN_TRUE == enabled); local
885 android::status_t status = pFx->command( local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp41 PV_STATUS status; local
86 status = DecodeDataPart_I_VideoPacket(video, slice_counter);
90 status = DecodeDataPart_P_VideoPacket(video, slice_counter);
98 while ((status = PV_ReadVideoPacketHeader(video, &mbnum)) == PV_FAIL)
100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
106 if (status == PV_END_OF_VOP)
140 PV_STATUS status; local
175 status = GetMBheaderDataPart_DQUANT_DC(video, &QP);
198 status = BitstreamShowBits32(stream, DC_MARKER_LENGTH, &tmpvar);
209 status
305 PV_STATUS status; local
518 PV_STATUS status = PV_SUCCESS; local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealthCallback.aidl28 void onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
/frameworks/base/core/java/android/bluetooth/le/
H A DIPeriodicAdvertisingCallback.aidl28 in int skip, in int timeout, in int status);
H A DIScannerCallback.aidl25 void onScannerRegistered(in int status, in int scannerId);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.aidl33 int status,
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallCallback.aidl36 void receiveSessionModifyResponse(int status, in VideoProfile requestedProfile,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java29 Notification status = new Notification.Builder(this)
41 startForeground(1, status);
/frameworks/base/tools/bit/
H A Dadb.h30 virtual void OnTestStatus(TestStatus& status) = 0;
31 virtual void OnSessionStatus(SessionStatus& status) = 0;
H A Dcommand.cpp144 int status; local
145 waitpid(pid, &status, 0);
146 if (WIFEXITED(status)) {
147 *err = WEXITSTATUS(status);
177 int status; local
178 waitpid(pid, &status, 0);
179 if (WIFEXITED(status)) {
180 return WEXITSTATUS(status);
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp93 const auto status = local
95 if (!status)
96 return status.error_status();
100 if (status.get() < size_to_read)
132 const auto status = local
134 if (!status)
135 return status.error_status();
139 if (status.get() < size_to_write)
440 Status<void> status; local
442 status
455 const auto status = endpoint_->SetService(this); variable
462 const auto status = endpoint_->SetService(nullptr); local
487 const auto status = endpoint_->SetChannel(channel_id, channel.get()); local
521 const auto status = endpoint_->CloseChannel(channel_id); local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioCapability.java43 * RIL_RadioCapability. status = 0, if any START's fail no APPLY will
108 /** Return status and an input parameter for RC_Phase_FINISH */
124 * @param status tell modem the action transaction of
128 int radioAccessFamily, String logicalModemUuid, int status) {
134 mStatus = status;
193 * get request status.
195 * @return status and an input parameter for RC_PHASE_FINISH
127 RadioCapability(int phoneId, int session, int phase, int radioAccessFamily, String logicalModemUuid, int status) argument
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DNotifyRespInd.java31 * @param status the status value
38 int status) throws InvalidHeaderValueException {
43 setStatus(status);
36 NotifyRespInd(int mmsVersion, byte[] transactionId, int status) argument
/frameworks/wilhelm/src/itf/
H A DIBassBoost.cpp51 android::status_t status = thiz->mBassBoostEffect->setEnabled((bool) thiz->mEnabled); local
52 result = android_fx_statusToResult(status);
105 android::status_t status = local
107 result = android_fx_statusToResult(status);
133 android::status_t status = local
135 result = android_fx_statusToResult(status);
163 android::status_t status =
166 result = android_fx_statusToResult(status);
H A DIVirtualizer.cpp51 android::status_t status = local
53 result = android_fx_statusToResult(status);
107 android::status_t status = android_virt_setParam(thiz->mVirtualizerEffect, local
109 result = android_fx_statusToResult(status);
135 android::status_t status = android_virt_getParam(thiz->mVirtualizerEffect, local
137 result = android_fx_statusToResult(status);
165 android::status_t status =
168 result = android_fx_statusToResult(status);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp38 PV_STATUS status = PV_SUCCESS; local
119 status = EncodeVideoPacketHeader(video, mbnum, video->QP_prev, 0);
130 status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP, ncoefblck);
159 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
160 /* continue even if status == PV_END_OF_BUF, to get the stats */
189 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
190 /* continue even if status == PV_END_OF_BUF, to get the stats */
196 return status; /* if status == PV_END_OF_BUF, this frame will be pre-skipped */
213 PV_STATUS status local
[all...]

Completed in 3508 milliseconds

1234567891011>>