Searched defs:status (Results 76 - 100 of 305) sorted by relevance

1234567891011>>

/frameworks/base/media/java/android/media/audiofx/
H A DPresetReverb.java179 * @param status status of the set parameter operation.
183 void onParameterChange(PresetReverb effect, int status, int param, short value); argument
194 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
213 l.onParameterChange(PresetReverb.this, status, p, v);
H A DVirtualizer.java164 * @param status status of the set parameter operation.
168 void onParameterChange(Virtualizer effect, int status, int param, short value); argument
179 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
198 l.onParameterChange(Virtualizer.this, status, p, v);
/frameworks/base/media/lib/java/com/android/media/remotedisplay/
H A DRemoteDisplay.java108 return mMutableInfo.status;
111 public void setStatus(int status) { argument
112 if (mMutableInfo.status != status) {
113 mMutableInfo.status = status;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java47 public int status = RESULT_UNKNOWN; field in class:AsyncRunner.RunnerResult
75 result.status = RESULT_RUNNING;
76 while (!isCancelled() && result.status == RESULT_RUNNING) {
78 result.status = runner[0].determinePostRunState();
79 if (result.status == GraphRunner.RESULT_SLEEPING) {
81 result.status = RESULT_RUNNING;
88 result.status = RESULT_STOPPED;
92 result.status = RESULT_ERROR;
100 result.status = RESULT_ERROR;
119 result.status
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java195 public void onStatusChanged(int status, int cameraId) argument
197 Log.v(TAG, String.format("Camera %d has status changed to 0x%x", cameraId, status));
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp104 status_t status = track->initCheck(); local
105 if(status != NO_ERROR) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java89 mDevices.get(device.deviceAddress).status = device.status;
120 void updateStatus(String deviceAddress, int status) { argument
124 d.status = status;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp404 Compiler::ErrorCode status = compileScript(*script, pResName, local
412 if (status != Compiler::kSuccess) {
433 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, local
435 if (status != Compiler::kSuccess) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp102 FileStatus Directory::status() const function in class:Directory
106 // optimization: if the symlink status is known, and it isn't a symlink,
107 // then status and symlink_status are identical so just copy the
108 // symlink status to the regular status.
114 else detail::status(m_Path,m_FileStatus);
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp71 status_t status; local
85 status = mPublisher->publishKeyEvent(seq, deviceId, source, action, flags,
87 ASSERT_EQ(OK, status)
92 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
93 ASSERT_EQ(OK, status)
114 status = mConsumer->sendFinishedSignal(seq, true);
115 ASSERT_EQ(OK, status)
120 status = mPublisher->receiveFinishedSignal(&finishedSeq, &handled);
121 ASSERT_EQ(OK, status)
130 status_t status; local
253 status_t status; local
265 status_t status; local
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp44 * the trace status according to commands received from the host.
116 int status = 0; local
131 status = -1;
147 return status;
/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/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/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java104 AtomicBoolean status = (AtomicBoolean) ar.userObj;
105 status.set(true);
182 AtomicBoolean status = new AtomicBoolean(false);
183 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
188 waitForResult(status);
231 AtomicBoolean status = new AtomicBoolean(false);
232 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
236 waitForResult(status);
280 AtomicBoolean status = new AtomicBoolean(false);
281 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
303 waitForResult(AtomicBoolean status) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataCallResponse.java41 public int status = 0; field in class:DataCallResponse
79 .append(" status=").append(status)
118 if (status == DcFailCause.NONE.getErrorCode()) {
236 "status=" + status + " result=" + result);
/frameworks/rs/cpp/
H A DRenderScript.cpp60 int status = pthread_join(mMessageThreadId, &res); local
490 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this); local
491 if (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/wilhelm/src/itf/
H A DIEffectSend.c93 /** \brief This is a private function that translates an Android effect framework status code
97 static SLresult translateEnableFxSendError(android::status_t status) { argument
98 switch (status) {
104 SL_LOGE("EffectSend status %u", status);
/frameworks/av/camera/
H A DProCamera.cpp87 ALOGE("%s: Unknown lock status: %d",
292 status_t status = c->getCameraInfo(cameraId, &ptr); local
294 if (status != OK) {
295 ALOGE("%s: Failed to get camera info, error = %d", __FUNCTION__, status);
/frameworks/av/media/common_time/
H A DICommonClock.cpp57 status_t status = remote()->transact(IS_COMMON_TIME_VALID, local
60 if (status == OK) {
61 status = reply.readInt32();
62 if (status == OK) {
67 return status;
75 status_t status = remote()->transact(COMMON_TIME_TO_LOCAL_TIME, local
77 if (status == OK) {
78 status = reply.readInt32();
79 if (status == OK) {
83 return status;
91 status_t status = remote()->transact(LOCAL_TIME_TO_COMMON_TIME, local
105 status_t status = remote()->transact(GET_COMMON_TIME, data, &reply); local
118 status_t status = remote()->transact(GET_COMMON_FREQ, data, &reply); local
131 status_t status = remote()->transact(GET_LOCAL_TIME, data, &reply); local
144 status_t status = remote()->transact(GET_LOCAL_FREQ, data, &reply); local
157 status_t status = remote()->transact(GET_ESTIMATED_ERROR, data, &reply); local
170 status_t status = remote()->transact(GET_TIMELINE_ID, data, &reply); local
183 status_t status = remote()->transact(GET_STATE, data, &reply); local
196 status_t status = remote()->transact(GET_MASTER_ADDRESS, data, &reply); local
211 status_t status = remote()->transact(REGISTER_LISTENER, data, &reply); local
225 status_t status = remote()->transact(UNREGISTER_LISTENER, data, &reply); local
246 status_t status = isCommonTimeValid(&valid, &timelineID); local
259 status_t status = commonTimeToLocalTime(commonTime, &localTime); local
271 status_t status = localTimeToCommonTime(localTime, &commonTime); local
282 status_t status = getCommonTime(&commonTime); local
293 status_t status = getCommonFreq(&freq); local
304 status_t status = getLocalTime(&localTime); local
315 status_t status = getLocalFreq(&freq); local
326 status_t status = getEstimatedError(&error); local
337 status_t status = getTimelineID(&id); local
348 status_t status = getState(&state); local
359 status_t status = getMasterAddr(&addr); local
378 status_t status = registerListener(listener); local
387 status_t status = unregisterListener(listener); local
[all...]
H A DICommonTimeConfig.cpp59 status_t status = remote()->transact(GET_MASTER_ELECTION_PRIORITY, local
62 if (status == OK) {
63 status = reply.readInt32();
64 if (status == OK) {
69 return status;
76 status_t status = remote()->transact(SET_MASTER_ELECTION_PRIORITY, local
79 if (status == OK) {
80 status = reply.readInt32();
83 return status;
89 status_t status local
114 status_t status = remote()->transact(SET_MASTER_ELECTION_ENDPOINT, local
127 status_t status = remote()->transact(GET_MASTER_ELECTION_GROUP_ID, local
145 status_t status = remote()->transact(SET_MASTER_ELECTION_GROUP_ID, local
159 status_t status = remote()->transact(GET_INTERFACE_BINDING, local
176 status_t status = remote()->transact(SET_INTERFACE_BINDING, local
189 status_t status = remote()->transact(GET_MASTER_ANNOUNCE_INTERVAL, local
206 status_t status = remote()->transact(SET_MASTER_ANNOUNCE_INTERVAL, local
219 status_t status = remote()->transact(GET_CLIENT_SYNC_INTERVAL, local
236 status_t status = remote()->transact(SET_CLIENT_SYNC_INTERVAL, local
249 status_t status = remote()->transact(GET_PANIC_THRESHOLD, local
266 status_t status = remote()->transact(SET_PANIC_THRESHOLD, local
279 status_t status = remote()->transact(GET_AUTO_DISABLE, local
296 status_t status = remote()->transact(SET_AUTO_DISABLE, local
310 status_t status = remote()->transact(FORCE_NETWORKLESS_MASTER_MODE, local
332 status_t status = getMasterElectionPriority(&priority); local
343 status_t status = setMasterElectionPriority(priority); local
351 status_t status = getMasterElectionEndpoint(&addr); local
371 status_t status; local
386 status_t status = getMasterElectionGroupId(&id); local
397 status_t status = setMasterElectionGroupId(id); local
405 status_t status = getInterfaceBinding(ret); local
417 status_t status = setInterfaceBinding(ifaceName); local
425 status_t status = getMasterAnnounceInterval(&interval); local
436 status_t status = setMasterAnnounceInterval(interval); local
444 status_t status = getClientSyncInterval(&interval); local
455 status_t status = setClientSyncInterval(interval); local
463 status_t status = getPanicThreshold(&threshold); local
474 status_t status = setPanicThreshold(threshold); local
482 status_t status = getAutoDisable(&autoDisable); local
493 status_t status = setAutoDisable(autoDisable); local
500 status_t status = forceNetworklessMasterMode(); local
[all...]
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp60 status_t status = remote()->transact(GET_CBLK, data, &reply); local
61 if (status == NO_ERROR) {
71 status_t status = remote()->transact(START, data, &reply); local
72 if (status == NO_ERROR) {
73 status = reply.readInt32();
75 ALOGW("start() error: %s", strerror(-status));
77 return status;
106 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply); local
107 if (status == NO_ERROR) {
108 status
119 status_t status = remote()->transact(ALLOCATE_TIMED_BUFFER, local
136 status_t status = remote()->transact(QUEUE_TIMED_BUFFER, local
153 status_t status = remote()->transact(SET_MEDIA_TIME_TRANSFORM, local
165 status_t status = remote()->transact(SET_PARAMETERS, data, &reply); local
175 status_t status = remote()->transact(GET_TIMESTAMP, data, &reply); local
235 status_t status = allocateTimedBuffer(data.readInt32(), &buffer); local
270 status_t status = getTimestamp(timestamp); local
[all...]
H A DIMediaPlayerService.cpp97 status_t status = remote()->transact(DECODE_URL, data, &reply); local
98 if (status == NO_ERROR) {
99 status = (status_t)reply.readInt32();
100 if (status == NO_ERROR) {
107 return status;
120 status_t status = remote()->transact(DECODE_FD, data, &reply); local
121 if (status == NO_ERROR) {
122 status = (status_t)reply.readInt32();
123 if (status == NO_ERROR) {
130 return status;
231 status_t status = decode(url, &sampleRate, &numChannels, &format, heap, &size); local
251 status_t status = decode(fd, offset, length, &sampleRate, &numChannels, &format, local
[all...]
H A DVisualizer.cpp74 status_t status = AudioEffect::setEnabled(enabled); local
76 if (status == NO_ERROR) {
90 return status;
147 status_t status = setParameter(p); local
149 ALOGV("setCaptureSize size %d status %d p->status %d", size, status, p->status);
151 if (status == NO_ERROR) {
152 status
176 status_t status = setParameter(p); local
206 status_t status = setParameter(p); local
239 status_t status = NO_ERROR; local
266 status_t status = NO_ERROR; local
290 status_t status = NO_ERROR; local
340 status_t status = getWaveForm(waveform); local
375 status_t status = getParameter(p); local
[all...]
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp176 status_t status = mSource->stop(); local
178 (status != OK && status != ERROR_END_OF_STREAM)) {
179 err = status;

Completed in 4214 milliseconds

1234567891011>>