Searched defs:status (Results 51 - 75 of 264) sorted by relevance

1234567891011

/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp172 status_t status = p->setDataSource(fd, offset, length); local
173 if (status == NO_ERROR) mRetriever = p;
175 return status;
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp167 status_t status = mSource->stop(); local
169 (status != OK && status != ERROR_END_OF_STREAM)) {
170 err = status;
H A DStagefrightMediaScanner.cpp100 status_t status = client->addStringTag("duration", buffer); local
101 if (status != OK) {
147 status_t status; local
150 status = mRetriever->setDataSource(path);
152 status = mRetriever->setDataSource(fd, 0, 0x7ffffffffffffffL);
156 if (status) {
163 status = client.setMimeType(value);
164 if (status) {
195 status = client.addStringTag(kKeyMap[i].tag, value);
196 if (status !
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp34 AVCEnc_Status status; local
553 status = VerifyProfile(encvid, seqParam, picParam);
554 if (status != AVCENC_SUCCESS)
556 return status;
559 status = VerifyLevel(encvid, seqParam, picParam);
560 if (status != AVCENC_SUCCESS)
562 return status;
572 AVCEnc_Status status = AVCENC_SUCCESS; local
626 status = AVCENC_TOOLS_NOT_SUPPORTED;
632 status
706 AVCEnc_Status status; local
[all...]
H A Dvlc_encode.cpp35 AVCEnc_Status status; local
46 status = ue_v(bitstream, codeNum);
48 return status;
53 AVCEnc_Status status; local
61 status = BitstreamWrite1Bit(bitstream, 1 - value);
62 return status;
72 AVCEnc_Status status; local
78 status = BitstreamWrite1Bit(bitstream, 1);
79 return status;
91 status
108 AVCEnc_Status status; local
150 AVCEnc_Status status = AVCENC_SUCCESS; local
204 AVCEnc_Status status = AVCENC_SUCCESS; local
255 AVCEnc_Status status; local
283 AVCEnc_Status status; local
319 AVCEnc_Status status; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp82 PV_STATUS status; local
101 status = BitstreamShowBits32HC(stream, &startCode);
138 status = BitstreamShowBits32HC(stream, &tmpvar);
142 status = DecodeUserData(stream);
143 if (status != PV_SUCCESS) return PV_FAIL;
152 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
153 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
204 status = PVSearchNextM4VFrame(stream); /* search 0x00 0x00 0x01 */
205 if (status != PV_SUCCESS) return PV_FAIL; /* breaks the loop */
214 status
804 PV_STATUS status = PV_SUCCESS; local
1014 PV_STATUS status = PV_SUCCESS; local
1526 PV_STATUS status; local
[all...]
/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...]
H A Dvop.cpp42 PV_STATUS status; local
81 status = RC_VopQPSetting(video, rc);
82 if (status == PV_FAIL)
98 return status;
101 status = EncodeVop_NoME(video);
110 return status;
130 PV_STATUS status = PV_SUCCESS; local
135 status = EncodeShortHeader(stream, currVop); /* Encode Short Header */
139 status = EncodeFrameCombinedMode(video);
147 status
199 PV_STATUS status = PV_SUCCESS; local
278 PV_STATUS status; local
311 PV_STATUS status; local
355 PV_STATUS status; local
415 PV_STATUS status; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h47 /* enumeration to represent status of buffered image */
62 dpbPictureStatus_e status; member in struct:__anon813
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp354 AssemblyStatus status = addNALUnit(source); local
355 if (status == MALFORMED_PACKET) {
358 return status;
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java22 * processed. The normal order of callbacks is status(), headers(),
72 * Called after status line has been sucessfully processed.
80 public void status(int major_version, method in interface:EventHandler
/frameworks/base/core/java/android/webkit/
H A DGeolocationService.java111 * Called when the provider status changes.
113 * @param status The new status of the provider.
116 public void onStatusChanged(String providerName, int status, Bundle extras) { argument
117 boolean isAvailable = (status == LocationProvider.AVAILABLE);
/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp126 UErrorCode status = U_ZERO_ERROR; local
131 U_SHAPE_X_LAMALEF_SUB_ALTERNATE, &status);
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp120 jfloatArray values, jintArray status, jlongArray timestamp)
141 jint accuracy = event.vector.status;
143 env->SetIntArrayRegion(status, 0, 1, &accuracy);
119 sensors_data_poll(JNIEnv *env, jclass clazz, jint nativeQueue, jfloatArray values, jintArray status, jlongArray timestamp) argument
/frameworks/base/libs/androidfw/tests/
H A DInputPublisherAndConsumer_test.cpp70 status_t status; local
84 status = mPublisher->publishKeyEvent(seq, deviceId, source, action, flags,
86 ASSERT_EQ(OK, status)
91 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event);
92 ASSERT_EQ(OK, status)
113 status = mConsumer->sendFinishedSignal(seq, true);
114 ASSERT_EQ(OK, status)
119 status = mPublisher->receiveFinishedSignal(&finishedSeq, &handled);
120 ASSERT_EQ(OK, status)
129 status_t status; local
252 status_t status; local
264 status_t status; local
[all...]
/frameworks/base/libs/hwui/
H A DProgram.cpp55 GLint status; local
56 glGetProgramiv(mProgramId, GL_LINK_STATUS, &status);
57 if (status != GL_TRUE) {
139 GLint status; local
140 glGetShaderiv(shader, GL_COMPILE_STATUS, &status);
141 if (status != GL_TRUE) {
/frameworks/base/location/java/android/location/
H A DGpsStatus.java90 * Event sent periodically to report GPS satellite status.
91 * Call {@link #getSatellites()} to retrieve the status for each satellite.
96 * Used for receiving notifications when GPS status has changed.
100 * Called to report changes in the GPS status.
111 * status information.
137 * Used internally within {@link LocationManager} to copy GPS status
139 * Is synchronized to ensure that GPS status updates are atomic.
173 void setStatus(GpsStatus status) { argument
174 mTimeToFirstFix = status.getTimeToFirstFix();
177 mSatellites[i].setStatus(status
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp98 FileStatus Directory::status() const function in class:Directory
102 // optimization: if the symlink status is known, and it isn't a symlink,
103 // then status and symlink_status are identical so just copy the
104 // symlink status to the regular status.
110 else detail::status(m_Path,m_FileStatus);
/frameworks/native/libs/utils/
H A DPropertyMap.cpp122 status_t status = Tokenizer::open(filename, &tokenizer); local
123 if (status) {
124 ALOGE("Error %d opening property file %s.", status, filename.string());
129 status = NO_MEMORY;
135 status = parser.parse();
142 if (status) {
150 return 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/opt/telephony/src/java/com/android/internal/telephony/
H A DDataCallState.java42 public int status = 0; field in class:DataCallState
80 .append(" status=").append(status)
119 if (status == FailCause.NONE.getErrorCode()) {
238 "status=" + status + " result=" + result);
H A DIccPhoneBookInterfaceManager.java100 AtomicBoolean status = (AtomicBoolean) ar.userObj;
101 status.set(true);
177 AtomicBoolean status = new AtomicBoolean(false);
178 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
182 waitForResult(status);
221 AtomicBoolean status = new AtomicBoolean(false);
222 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status);
225 waitForResult(status);
264 AtomicBoolean status = new AtomicBoolean(false);
265 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
283 waitForResult(AtomicBoolean status) argument
[all...]
H A DIccSmsInterfaceManager.java74 * raw pdu of the status report is in the extended data ("pdu").
111 * raw pdu of the status report is in the extended data ("pdu").
148 * to the recipient. The raw pdu of the status report is in the
201 * Generates an EF_SMS record from status and raw PDU.
203 * @param status Message status. See TS 51.011 10.5.3.
207 protected byte[] makeSmsRecordData(int status, byte[] pdu) { argument
211 data[0] = (byte)(status & 7);
H A DIccSmsInterfaceManagerProxy.java40 updateMessageOnIccEf(int index, int status, byte[] pdu) throws android.os.RemoteException { argument
41 return mIccSmsInterfaceManager.updateMessageOnIccEf(index, status, pdu);
44 public boolean copyMessageToIccEf(int status, byte[] pdu, argument
46 return mIccSmsInterfaceManager.copyMessageToIccEf(status, pdu, smsc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java105 * @param status new message status (STATUS_ON_ICC_READ,
113 updateMessageOnIccEf(int index, int status, byte[] pdu) { argument
115 " status=" + status + " ==> " +
122 if (status == STATUS_ON_ICC_FREE) {
127 byte[] record = makeSmsRecordData(status, pdu);
144 * @param status message status (STATUS_ON_ICC_READ, STATUS_ON_ICC_UNREAD,
149 public boolean copyMessageToIccEf(int status, byt argument
[all...]

Completed in 1000 milliseconds

1234567891011