Searched defs:control (Results 1 - 19 of 19) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp52 sp<SurfaceControl> control = local
60 CHECK(control != NULL);
61 CHECK(control->isValid());
64 CHECK_EQ(control->setLayer(30000), (status_t)OK);
65 CHECK_EQ(control->show(), (status_t)OK);
68 sp<Surface> surface = control->getSurface();
73 gControl = control;
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java21 void onInit(ToggleSlider control); argument
H A DBrightnessController.java276 public BrightnessController(Context context, ImageView icon, ToggleSlider control) { argument
279 mControl = control;
313 public void onInit(ToggleSlider control) { argument
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp407 sp<SurfaceControl> control; local
423 control = composerClient->createSurface(
430 CHECK(control != NULL);
431 CHECK(control->isValid());
434 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
435 CHECK_EQ(control->show(), (status_t)OK);
438 surface = control->getSurface();
H A Dstream.cpp327 sp<SurfaceControl> control = local
335 CHECK(control != NULL);
336 CHECK(control->isValid());
339 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
340 CHECK_EQ(control->show(), (status_t)OK);
343 sp<Surface> surface = control->getSurface();
H A Dmediafilter.cpp744 android::sp<SurfaceControl> control; local
760 control = composerClient->createSurface(
764 CHECK(control != NULL);
765 CHECK(control->isValid());
768 CHECK_EQ((status_t)OK, control->setLayer(INT_MAX));
769 CHECK_EQ((status_t)OK, control->show());
772 surface = control->getSurface();
H A Dstagefright.cpp946 sp<SurfaceControl> control; local
953 control = composerClient->createSurface(
960 CHECK(control != NULL);
961 CHECK(control->isValid());
964 CHECK_EQ(control->setLayer(INT_MAX), (status_t)OK);
965 CHECK_EQ(control->show(), (status_t)OK);
968 gSurface = control->getSurface();
/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java29 * RadioTuner interface provides methods to control a radio tuner on the device: selecting and
326 * The client can either wait for control to be returned (which is indicated by the same
400 * onControlChanged() is called when the client loses or gains control of the radio tuner.
401 * The control is always granted after a successful call to
404 * control set to {@code false} to indicate loss of control.
408 * with control set to {@code true}.
410 public void onControlChanged(boolean control) {} argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DUtil.java111 public static String volumeProviderControlToString(int control) { argument
112 switch (control) {
116 default: return "VOLUME_CONTROL_UNKNOWN_" + control;
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp231 const sp<SurfaceControl>& control, Parcel* parcel)
234 if (control != NULL) {
235 bp = control->mGraphicBufferProducer;
230 writeSurfaceToParcel( const sp<SurfaceControl>& control, Parcel* parcel) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1052 //Test case 5.0: test control passed to higher priority client
1072 assertTrue(msg + ": Effect2 does not have control", effect2.hasControl());
1073 assertFalse(msg + ": Effect1 has control", effect1.hasControl());
1095 //Test case 5.1: test control passed to higher priority client
1148 //Test case 5.2: test control status listener
1178 assertFalse(msg + ": effect control not lost by effect1", mHasControl);
1408 public ListenerThread(boolean control, boolean enable, boolean parameter) { argument
1410 mControl = control;
1415 private void createListenerLooper(boolean control, boolean enable, boolean parameter) { argument
1417 new ListenerThread(control, enabl
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java99 int control; field in class:BaseWrapContentWithAspectRatioTest.AspectRatioMeasureBehavior
105 public AspectRatioMeasureBehavior aspectRatio(int control, float ratio) { argument
106 this.control = control;
115 if (control == VERTICAL) {
118 } else if (control == HORIZONTAL) {
/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp213 cmsghdr* control = CMSG_FIRSTHDR(&msg); local
215 control->cmsg_level = SOL_SOCKET;
216 control->cmsg_type = SCM_CREDENTIALS;
217 control->cmsg_len = CMSG_LEN(sizeof(ucred));
218 memcpy(CMSG_DATA(control), cred, sizeof(ucred));
219 control = CMSG_NXTHDR(&msg, control);
223 control->cmsg_level = SOL_SOCKET;
224 control->cmsg_type = SCM_RIGHTS;
225 control
[all...]
/frameworks/support/media-compat/api21/android/support/v4/media/session/
H A DMediaControllerCompatApi21.java270 public void onAudioInfoChanged(int type, int stream, int control, int max, int current); argument
/frameworks/base/media/java/android/media/session/
H A DMediaController.java923 public PlaybackInfo(int type, AudioAttributes attrs, int control, int max, int current) { argument
926 mVolumeControl = control;
957 * Get the type of volume control that can be used. One of:
964 * @return The type of volume control that may be used with this
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java361 * Get the type of volume control. Only valid if playback type is remote.
363 * @return The volume control type being used.
905 public void setPlaybackToRemote(int control, int max) { argument
910 mVolumeControlType = control;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java884 int type, int stream, int control, int max, int current) {
888 new PlaybackInfo(type, stream, control, max, current));
1332 PlaybackInfo(int type, int stream, int control, int max, int current) { argument
1335 mVolumeControl = control;
1366 * Gets the type of volume control that can be used. One of:
1373 * @return The type of volume control that may be used with this
883 onAudioInfoChanged( int type, int stream, int control, int max, int current) argument
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java154 * ASCII table and consists of specially defined commands and some ASCII control codes which work
155 * in a behavior slightly different from their original purpose. ASCII control codes and caption
156 * commands are explicit instructions that control the state of a closed caption service and the
171 * <li>C0 - contains modified ASCII control codes. It is not intended by CEA-708 but Korea TTA
176 * <li>Window commands: The window commands control a caption window which is addressable area being
178 * <li>Pen commands: Th pen commands control text style and location. (SPA, SPC, SPL)</li>
217 * <li>{@code CAPTION_EMIT_TYPE_CONTROL}: Passes a caption character control code to a observer.
338 // NUL, BS, FF, CR interpreted as they are in ASCII control codes.
1616 private void sendControlToCurrentWindow(char control) { argument
1618 mCurrentWindowLayout.sendControl(control);
1806 sendControl(char control) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1046 milliseconds