Searched defs:status (Results 151 - 175 of 596) sorted by relevance

1234567891011>>

/frameworks/base/cmds/incident/
H A Dmain.cpp46 virtual Status onReportSectionStatus(int32_t section, int32_t status);
47 virtual Status onReportServiceStatus(const String16& service, int32_t status);
67 StatusListener::onReportSectionStatus(int32_t section, int32_t status) argument
69 fprintf(stderr, "section %d status %d\n", section, status);
74 StatusListener::onReportServiceStatus(const String16& service, int32_t status) argument
76 fprintf(stderr, "service '%s' status %d\n", String8(service).string(), status);
138 Status status; local
208 status
[all...]
/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp200 Status status = checkIncidentPermissions(); local
201 if (!status.isOk()) {
202 return status;
216 Status status = checkIncidentPermissions(); local
217 if (!status.isOk()) {
218 return status;
H A DReporter.cpp264 Status status = dropbox->addFile(String16("incident"), mFilename, 0); local
265 ALOGD("Incident report done. dropbox status=%s\n", status.toString8().string());
266 if (!status.isOk()) {
270 // If the status was ok, delete the file. If not, leave it around until the next
336 Status status = dropbox->addFile(String16("incident"), filename.string(), 0); local
337 ALOGD("Incident report done. dropbox status=%s\n", status.toString8().string());
338 if (!status.isOk()) {
342 // If the status wa
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java30 * @param status Status of the connect or disconnect operation.
35 public void onConnectionStateChange(BluetoothDevice device, int status, argument
42 * @param status Returns {@link BluetoothGatt#GATT_SUCCESS} if the service
46 public void onServiceAdded(int status, BluetoothGattService service) { argument
144 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the operation was successful
146 public void onNotificationSent(BluetoothDevice device, int status) { argument
170 * @param status Status of the PHY update operation.
173 public void onPhyUpdate(BluetoothDevice device, int txPhy, int rxPhy, int status) { argument
184 * @param status Status of the PHY read operation.
187 public void onPhyRead(BluetoothDevice device, int txPhy, int rxPhy, int status) { argument
204 onConnectionUpdated(BluetoothDevice gatt, int interval, int latency, int timeout, int status) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp105 int32_t status = VintfObject::CheckCompatibility(cPackageInfo); local
106 return status;
H A Dandroid_view_DisplayEventReceiver.cpp126 status_t status = receiver->initialize(); local
127 if (status) {
129 message.appendFormat("Failed to initialize display event receiver. status=%d", status);
148 status_t status = receiver->scheduleVsync(); local
149 if (status) {
151 message.appendFormat("Failed to schedule next vertical sync pulse. status=%d", status);
H A Dandroid_view_TextureView.cpp157 int32_t status = native_window_lock(window.get(), &buffer, &rect); local
158 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/Osu/src/com/android/hotspot2/osu/service/
H A DRedirectListener.java162 response = status(OSUOperationStatus.UserInputComplete);
180 status(OSUOperationStatus.UserInputAborted);
188 status(OSUOperationStatus.UserInputAborted);
195 private String status(OSUOperationStatus status) { argument
196 Log.d(TAG, "User input status: " + status);
198 mUserStatus = status;
201 String message = (status == OSUOperationStatus.UserInputAborted) ?
204 return mPlatformAdapter.notifyUser(status, messag
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DSensorNotificationService.java163 public void onStatusChanged(String provider, int status, Bundle extras) {} argument
/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/services/core/java/com/android/server/twilight/
H A DTwilightService.java265 public void onStatusChanged(String provider, int status, Bundle extras) { 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/test-runner/src/junit/textui/
H A DTestRunner.java90 public void testFailed(int status, Test test, Throwable t) { argument
/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...]

Completed in 347 milliseconds

1234567891011>>