Searched defs:status (Results 101 - 125 of 461) sorted by relevance

1234567891011>>

/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:__anon643
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp361 AssemblyStatus status = addNALUnit(source); local
362 if (status == MALFORMED_PACKET) {
365 return status;
/frameworks/av/services/audioflinger/
H A DAudioStreamOut.cpp55 status_t status = stream->get_render_position(stream, &halPosition); local
56 if (status != NO_ERROR) {
57 return status;
71 return status;
78 status_t status = getRenderPosition(&position64); local
79 if (status == NO_ERROR) {
82 return status;
92 status_t status = stream->get_presentation_position(stream, &halPosition, timestamp); local
93 if (status != NO_ERROR) {
94 return status;
124 int status = hwDev()->open_output_stream( local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallbackWrapper.java35 public void onClientRegistered(int status, int clientIf) throws RemoteException { argument
39 public void onClientConnectionState(int status, int clientIf, boolean connected, String address) argument
53 int status) throws RemoteException {
57 public void onCharacteristicRead(String address, int status, int handle, byte[] value) argument
62 public void onCharacteristicWrite(String address, int status, int handle) throws RemoteException { argument
66 public void onExecuteWrite(String address, int status) throws RemoteException { argument
70 public void onDescriptorRead(String address, int status, int handle, byte[] value) throws RemoteException { argument
74 public void onDescriptorWrite(String address, int status, int handle) throws RemoteException { argument
82 public void onReadRemoteRssi(String address, int rssi, int status) throws RemoteException { argument
86 public void onMultiAdvertiseCallback(int status, boolea argument
52 onSearchComplete(String address, List<BluetoothGattService> services, int status) argument
91 onConfigureMTU(String address, int mtu, int status) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp131 status_t status = receiver->initialize(); local
132 if (status) {
134 message.appendFormat("Failed to initialize display event receiver. status=%d", status);
153 status_t status = receiver->scheduleVsync(); local
154 if (status) {
156 message.appendFormat("Failed to schedule next vertical sync pulse. status=%d", status);
H A Dandroid_view_TextureView.cpp152 int32_t status = native_window_lock(window.get(), &buffer, &rect); local
153 if (status) return JNI_FALSE;
/frameworks/base/libs/hwui/
H A DProgram.cpp57 GLint status; local
58 glGetProgramiv(mProgramId, GL_LINK_STATUS, &status);
59 if (status != GL_TRUE) {
138 GLint status; local
139 glGetShaderiv(shader, GL_COMPILE_STATUS, &status);
140 if (status != GL_TRUE) {
/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java106 public int status; field in class:RemoteDisplayState.RemoteDisplayInfo
114 status = STATUS_NOT_AVAILABLE;
123 status = other.status;
134 status = in.readInt();
155 dest.writeInt(status);
167 + ", status=" + status
/frameworks/base/media/java/android/media/audiofx/
H A DBassBoost.java155 * @param status status of the set parameter operation.
159 void onParameterChange(BassBoost effect, int status, int param, short value); argument
170 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
189 l.onParameterChange(BassBoost.this, status, p, v);
H A DLoudnessEnhancer.java166 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
168 if (status != AudioEffect.SUCCESS) {
H A DPresetReverb.java171 * @param status status of the set parameter operation.
175 void onParameterChange(PresetReverb effect, int status, int param, short value); argument
186 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
205 l.onParameterChange(PresetReverb.this, status, p, v);
/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/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java39 public int status = RESULT_UNKNOWN; field in class:AsyncRunner.RunnerResult
67 result.status = RESULT_RUNNING;
68 while (!isCancelled() && result.status == RESULT_RUNNING) {
70 result.status = runner[0].determinePostRunState();
71 if (result.status == GraphRunner.RESULT_SLEEPING) {
73 result.status = RESULT_RUNNING;
80 result.status = RESULT_STOPPED;
84 result.status = RESULT_ERROR;
92 result.status = RESULT_ERROR;
111 result.status
[all...]
/frameworks/base/media/tests/audiotests/
H A Dshared_mem_test.cpp104 status_t status = track->initCheck(); local
105 if(status != NO_ERROR) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLocalPreferences.java106 @Nullable String uuid, String directory, @PermissionStatus int status) {
108 getPrefs(context).edit().putInt(key, status).apply();
105 setScopedAccessPermissionStatus(Context context, String packageName, @Nullable String uuid, String directory, @PermissionStatus int status) argument
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java158 response = status(OSUOperationStatus.UserInputComplete);
176 status(OSUOperationStatus.UserInputAborted);
184 status(OSUOperationStatus.UserInputAborted);
191 private String status(OSUOperationStatus status) { argument
192 Log.d(TAG, "User input status: " + status);
194 mUserStatus = status;
197 String message = (status == OSUOperationStatus.UserInputAborted) ?
200 return mOSUManager.notifyUser(status, messag
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DRoutingControlAction.java140 private static boolean isPowerOnOrTransient(int status) { argument
141 return status == HdmiControlManager.POWER_STATUS_ON
142 || status == HdmiControlManager.POWER_STATUS_TRANSIENT_TO_ON;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java22 void onSetDisabled(int status); argument
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java45 // user > endpoint > status
46 public static final String STATUS = "status";
49 * status-type (String) :
84 * conference-info : SIP status code (integer)
146 * Translates an {@code ImsConferenceState} status type to a telecom connection state.
148 * @param status The status type.
151 public static int getConnectionStateForStatus(String status) { argument
152 if (status.equals(STATUS_PENDING)) {
154 } else if (status
[all...]
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCmdStatus.java64 * Gets the status code.
72 * Sets the status code.
75 public void setStatus(StatusCode status) { argument
76 this.mStatus = status;
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresCmdStatus.java66 * Gets the status code.
73 * Sets the status code.
76 public void setStatus(StatusCode status) { argument
77 this.mStatus = status;
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
H A DGenericSoundModelTest.java188 int status;
191 public ModelInfo(GenericSoundModel model, int status) {
192 this.status = status;
227 if (operation == 0 && modelInfo.status == STATUS_UNLOADED) {
231 modelInfo.status = STATUS_LOADED;
232 } else if (operation == 1 && modelInfo.status == STATUS_LOADED) {
238 modelInfo.status = STATUS_STARTED;
239 } else if (operation == 2 && modelInfo.status == STATUS_STARTED) {
250 } else if (operation == 3 && modelInfo.status
281 onError(int status) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiLinkLayerStats.java32 * The current status of this network configuration entry.
36 public int status; field in class:WifiLinkLayerStats

Completed in 3503 milliseconds

1234567891011>>