Searched refs:client (Results 176 - 180 of 180) sorted by relevance

12345678

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java591 TestIntRangeManager testManager, int startId, int endId, String client) {
594 assertTrue("enabling range", testManager.enableRange(startId, endId, client));
590 verifyAddChannel( TestIntRangeManager testManager, int startId, int endId, String client) argument
/frameworks/av/camera/tests/
H A DProCameraTests.cpp41 namespace client { namespace in namespace:android::camera2::tests
252 // Lock has been stolen by another client.
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp123 sp<Surface> client; local
/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java647 // Don't modify the client's object!
834 // Don't modify the client's object!
1482 // the client said not to do anything if that
1577 // We didn't do anything... but it was needed (a.k.a., client
1623 // the client said not to do anything if that
1794 // in the client where it can be constructed with a
2455 String prefix, String label, boolean complete, boolean brief, boolean client,
2511 if (client && r.app != null && r.app.thread != null) {
2454 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage, boolean needNL, String header1, String header2) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp262 // Submit output buffers to the decoder, submit input buffers to client
2668 // We need to reconnect to the ANativeWindow as a CPU client to ensure that
3072 /* these are unfilled buffers returned by client */
3398 // The client wants this buffer to be rendered.
3550 OMXClient client; local
3551 CHECK_EQ(client.connect(), (status_t)OK);
3553 sp<IOMX> omx = client.interface();

Completed in 383 milliseconds

12345678