Searched defs:status (Results 176 - 200 of 418) sorted by relevance

1234567891011>>

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DPresetReverbTest.java231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument
232 Log.d(TAG,"onParameterChange, status: "+status+" p: "+param+" v: "+value);
H A DVirtualizerTest.java199 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
203 Log.d(TAG,"onParameterChange, status: "+status+" p: "+p+" v: "+v);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java302 public void onStatusChanged(int status, int cameraId) argument
304 Log.v(TAG, String.format("Camera %d has status changed to 0x%x", cameraId, status));
306 public void onTorchStatusChanged(int status, String cameraId) argument
308 Log.v(TAG, String.format("Camera %s has torch status changed to 0x%x",
309 cameraId, status));
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
85 if (status != 0) {
86 mLoadStatus = status;
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java275 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java38 * Called when the battery status changes, e.g. when plugged in or unplugged, charge
41 * @param status current battery status
43 public void onRefreshBatteryInfo(KeyguardUpdateMonitor.BatteryStatus status) { } argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java135 public void onStatusChanged(int moveId, int status, long estMillis) {
142 if (PackageManager.isMoveStatusFinished(status)) {
143 onMoveFinished(move, status);
145 onMoveProgress(move, status, estMillis);
437 private void onMoveProgress(MoveInfo move, int status, long estMillis) { argument
470 .setProgress(100, status, false)
477 private void onMoveFinished(MoveInfo move, int status) { argument
490 if (status == PackageManager.MOVE_SUCCEEDED) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java399 public void onStatusChanged(String provider, int status, Bundle extras) { } argument
H A DMockProvider.java123 public void setStatus(int status, Bundle extras, long updateTime) { argument
124 mStatus = status;
/frameworks/base/services/core/java/com/android/server/notification/
H A DCalendarTracker.java230 final int status = cursor.getInt(2);
231 final boolean meetsReply = meetsReply(filter.reply, status);
234 String.format("status=%s, meetsReply=%s",
235 attendeeStatusToString(status), meetsReply));
265 private static String attendeeStatusToString(int status) { argument
266 switch (status) {
272 default: return "ATTENDEE_STATUS_UNKNOWN_" + status;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java65 public void receiveSessionModifyResponse(int status, VideoProfile requestProfile, argument
68 args.arg1 = status;
136 int status = (int) args.arg1;
141 status, requestProfile, responseProfile);
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java251 public void testFailed(int status, Test test, Throwable t) { argument
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java333 * @param provider - name of provider whose status changed
334 * @param status - new status
335 * @param extras - optional set of extra status messages
337 public void onStatusChanged(String provider, int status, Bundle extras) { argument
339 mTrackerData.writeEntry(provider, "status change: " + status);
/frameworks/base/tools/aapt/
H A DPackage.cpp99 status_t status; local
101 status = zip->open(outputFile.string(), ZipFile::kOpenReadWrite | ZipFile::kOpenCreate);
102 if (status != NO_ERROR) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java108 /** Device connection status */
109 public int status = UNAVAILABLE; field in class:WifiP2pDevice
220 status = AVAILABLE;
273 status = device.status;
317 sbuf.append("\n status: ").append(status);
337 status = source.status;
351 dest.writeInt(status);
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java70 * The status code of service discovery response.
71 * Currently 4 status codes are defined and the status codes from 4 to 255
90 public static String toString(int status) { argument
91 switch(status) {
113 * @param status status code.
118 protected WifiP2pServiceResponse(int serviceType, int status, int transId, argument
121 mStatus = status;
138 * Return the status cod
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp271 Compiler::ErrorCode status = compileScript(script, pResName, local
277 return status == Compiler::kSuccess;
384 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, local
386 if (status != Compiler::kSuccess) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h98 : name(pName), fileOffset(pOffset), status(pStatus) {}
105 enum Status status; member in struct:mcld::Archive::Symbol
195 /// getSymbolStatus - get the status of a symbol
198 /// setSymbolStatus - set the status of a symbol
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp124 Archive::Symbol::Status status = local
126 if (Archive::Symbol::Unknown != status)
127 pArchive.setSymbolStatus(idx, status);
129 if (Archive::Symbol::Include == status) {
/frameworks/native/libs/binder/
H A DBpBinder.cpp164 status_t status = IPCThreadState::self()->transact( local
166 if (status == DEAD_OBJECT) mAlive = 0;
167 return status;
H A DProcessState.cpp203 // driver API does not return status.
214 status_t status = IPCThreadState::self()->transact( local
216 if (status == DEAD_OBJECT)
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp94 status_t status = StreamSplitter::createSplitter(inputConsumer, &splitter); local
95 ASSERT_EQ(OK, status);
159 status_t status = StreamSplitter::createSplitter(inputConsumer, &splitter); local
160 ASSERT_EQ(OK, status);
222 status_t status = StreamSplitter::createSplitter(inputConsumer, &splitter); local
223 ASSERT_EQ(OK, status);
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp56 status_t status = Tokenizer::open(filename, &tokenizer); local
57 if (status) {
58 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
63 status = NO_MEMORY;
69 status = parser.parse();
76 if (!status) {
82 return status;
211 status_t status = parseKey(); local
212 if (status) return status;
215 status_t status = parseAxis(); local
219 status_t status = parseLed(); local
[all...]
/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
254 status_t status; local
266 status_t status; local
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp213 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
226 *status = glCheckFramebufferStatusOES(GL_FRAMEBUFFER_OES);
212 bindImageAsFramebuffer(EGLImageKHR image, uint32_t* texName, uint32_t* fbName, uint32_t* status) argument

Completed in 2860 milliseconds

1234567891011>>