Searched refs:status (Results 176 - 200 of 521) sorted by relevance

1234567891011>>

/frameworks/av/include/camera/
H A DICameraServiceListener.h35 * Initial status will be transmitted with onStatusChange immediately
71 virtual void onStatusChanged(Status status, int32_t cameraId) = 0;
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp294 int status; local
365 int status = 0; local
433 status = -EINVAL;
444 status = -EINVAL;
455 status = -EINVAL;
483 status = -EINVAL;
506 status = -EINVAL;
510 return status;
534 int status = 0; local
547 status
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp33 AssemblyStatus status; local
35 status = assembleMore(source);
37 if (status == WRONG_SEQUENCE_NUMBER) {
53 if (status == NOT_ENOUGH_DATA) {
/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java104 //Log.d("ddm-thread", "Thread status request");
106 byte[] status = DdmVmInternal.getThreadStats();
107 if (status != null)
108 return new Chunk(CHUNK_THST, status, 0, status.length);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java45 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java43 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java20 void onSetDisabled(int status); argument
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java68 public void receiveSessionModifyResponse(int status, VideoProfile requestProfile, argument
71 args.arg1 = status;
118 int status = (int) args.arg1;
123 status, requestProfile, responseProfile);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java72 int status, VideoProfile requestProfile, VideoProfile responseProfile) {
74 args.arg1 = status;
117 int status = (int) args.arg1;
121 receiveSessionModifyResponse(status, requestProfile, responseProfile);
71 receiveSessionModifyResponse( int status, VideoProfile requestProfile, VideoProfile responseProfile) argument
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp167 status_t status = audioPolicyEffects->addOutputSessionEffects(output, stream, session); local
168 if (status != NO_ERROR && status != ALREADY_EXISTS) {
204 status_t status = audioPolicyEffects->releaseOutputSessionEffects(output, stream, session); local
205 if (status != NO_ERROR && status != ALREADY_EXISTS) {
276 status_t status = audioPolicyEffects->addInputEffects(*input, inputSource, session); local
277 if (status != NO_ERROR && status != ALREADY_EXISTS) {
321 status_t status local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DProxyController.java90 // record each phone's set radio capability status
267 logd("setRadioCapability: phoneId=" + phoneId + " status=STARTING");
336 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
339 logd("onStartRadioCapabilityResponse: phoneId=" + id + " status=STARTED");
362 logd("onStartRadioCapabilityResponse: phoneId=" + i + " status=APPLYING");
386 logd("onApplyRadioCapabilityResponse: phoneId=" + id + " status=FAIL");
417 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=FAIL");
420 logd("onNotificationRadioCapabilityChanged: phoneId=" + id + " status=SUCCESS");
431 int status;
433 status
463 issueFinish(int status, int sessionId) argument
550 sendRadioCapabilityRequest(int phoneId, int sessionId, int rcPhase, int radioFamily, String logicalModemId, int status, int eventId) argument
[all...]
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp208 int status = 0; local
215 status = pContext->aeli[SUB_FX_HOST]->create_effect(
219 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_HOST] == NULL)) {
221 return status;
226 status = pContext->aeli[SUB_FX_OFFLOAD]->create_effect(
230 if (status != NO_ERROR || (pContext->eHandle[SUB_FX_OFFLOAD] == NULL)) {
318 subStatus[i] = &status;
331 return status;
/frameworks/av/media/libmedia/
H A DIMediaLogService.cpp48 status_t status = remote()->transact(REGISTER_WRITER, data, &reply); local
49 // FIXME ignores status
56 status_t status = remote()->transact(UNREGISTER_WRITER, data, &reply); local
57 // FIXME ignores status
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp62 status_t status = mPowerManager->acquireWakeLock( local
66 if (status == NO_ERROR) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DOneTouchPlayAction.java40 // standby mode, and do not accept the command until their power status becomes 'ON'.
42 // the device switches its status to 'ON'. Then we send additional <Active Source>.
100 int status = cmd.getParams()[0];
101 if (status == HdmiControlManager.POWER_STATUS_ON) {
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java159 String status;
163 status = "PLAYING: ";
166 status = "PAUSED: ";
169 status = "STOPPED: ";
172 status = "ERROR: ";
175 status = "BUFFERING: ";
179 status = "";
185 title = status;
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java70 * raw pdu of the status report is in the extended data ("pdu").
121 * to the recipient. The raw pdu of the status report is in the
155 * raw pdu of the status report is in the extended data ("pdu").
173 * @param status message status (STATUS_ON_SIM_READ, STATUS_ON_SIM_UNREAD,
180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { argument
181 return mSmsMgrProxy.copyMessageToIcc(smsc, pdu, status);
201 * @param newStatus new message status (STATUS_ON_SIM_READ,
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp237 static int check_AudioSystem_Command(status_t status) argument
239 switch (status) {
304 int status = check_AudioSystem_Command(AudioSystem::setParameters(c_keyValuePairs8)); local
305 return (jint) status;
341 int status = check_AudioSystem_Command(AudioSystem::setDeviceConnectionState(static_cast <audio_devices_t>(device), local
345 return (jint) status;
944 status_t status; local
955 status = TIMED_OUT;
960 status = AudioSystem::listAudioPorts(AUDIO_PORT_ROLE_NONE,
965 if (status !
1011 status_t status; local
1142 status_t status = AudioSystem::releaseAudioPatch(handle); local
1166 status_t status; local
1331 status_t status = AudioSystem::setAudioPortConfig(&nAudioPortConfig); local
1447 status_t status; local
1666 int status = AndroidRuntime::registerNativeMethods(env, local
[all...]
H A Dandroid_database_SQLiteConnection.cpp577 status_t status = window->allocRow(); local
578 if (status) {
580 startPos, addedRows, status);
596 status = window->putString(addedRows, i, text, sizeIncludingNull);
597 if (status) {
599 sizeIncludingNull, startPos + addedRows, i, status);
608 status = window->putLong(addedRows, i, value);
609 if (status) {
611 i, status);
619 status
674 status_t status = window->clear(); local
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.cpp200 int status = jsmn_parse(&parser, jsonObject.string(), local
202 if (status < 0) {
203 ALOGE("Parser returns error code=%d", status);
250 int status = jsmn_parse(&parser, jsonWebKeySet.string(), local
252 if (status < 0) {
253 ALOGE("Parser returns error code=%d", status);
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java80 * Returns immediately, the operation status is delivered through {@code callback}.
86 * @param callback Callback for advertising status.
96 * active scan request. This method returns immediately, the operation status is delivered
104 * @param callback Callback for advertising status.
308 public void onClientRegistered(int status, int clientIf) { argument
309 Log.d(TAG, "onClientRegistered() - status=" + status + " clientIf=" + clientIf);
311 if (status == BluetoothGatt.GATT_SUCCESS) {
328 public void onMultiAdvertiseCallback(int status, boolean isStart, argument
332 if (status
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp159 status_t status = mDisplayEventReceiver->initCheck(); local
160 LOG_ALWAYS_FATAL_IF(status != NO_ERROR, "Initialization of DisplayEventReceiver "
161 "failed with status: %d", status);
207 ALOGW("Failed to get events from display event receiver, status=%d", status_t(n));
246 status_t status = mDisplayEventReceiver->requestNextVsync(); local
247 LOG_ALWAYS_FATAL_IF(status != NO_ERROR,
248 "requestNextVsync failed with status: %d", status);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java110 * Status: indicating join status
128 public void setAutoJoinStatus(int status) { argument
129 if (status < 0) status = 0;
130 if (status == 0) {
132 } else if (status > autoJoinStatus) {
135 autoJoinStatus = status;
307 sb.append(", status: ").append(autoJoinStatus);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp71 SLuint32 status; local
72 result = (*caller)->GetPrefetchStatus(caller, &status);
78 fprintf(stdout, "\t\tPrefetchEventCallback: Prefetch Status is = %u\n", status);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
86 status == SL_PREFETCHSTATUS_SUFFICIENTDATA) {
87 new_prefetch_status = status;
240 // wait for prefetch status callback to indicate either sufficient data or error
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_sei.c187 u32 tmp, payloadType, payloadSize, status; local
223 status = DecodeBufferingPeriod(
235 status = DecodePictureTiming(
251 status = DecodePanScanRectangle(
257 status = DecodeFillerPayload(pStrmData, payloadSize);
261 status = DecodeUserDataRegisteredITuTT35(
268 status = DecodeUserDataUnregistered(
275 status = DecodeRecoveryPoint(
281 status = DecodeDecRefPicMarkingRepetition(
289 status
[all...]

Completed in 595 milliseconds

1234567891011>>