Searched refs:types (Results 26 - 50 of 437) sorted by relevance

1234567891011>>

/frameworks/native/services/sensorservice/
H A DOrientationSensor.h21 #include <sys/types.h>
H A DCorrectedGyroSensor.h21 #include <sys/types.h>
H A DGravitySensor.h21 #include <sys/types.h>
H A DLinearAccelerationSensor.h21 #include <sys/types.h>
/frameworks/base/core/java/android/app/
H A DMediaRouteActionProvider.java36 * to select by specifying the route types with the {@link #setRouteTypes} method.
64 // TODO Update this when new route types are added; segment by API level
65 // when different route types were added.
70 * Sets the types of routes that will be shown in the media route chooser dialog
73 * @param types The route types to match.
75 public void setRouteTypes(int types) { argument
76 if (mRouteTypes != types) {
87 mRouteTypes = types;
88 if (types !
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h64 return mSupportedDevices.types() & device;
66 return mSupportedDevices.types() & (device & ~AUDIO_DEVICE_BIT_IN);
86 audio_devices_t getSupportedDevicesType() const { return mSupportedDevices.types(); }
/frameworks/av/include/media/
H A DEffectsFactoryApi.h22 #include <sys/types.h>
H A DIAudioRecord.h21 #include <sys/types.h>
H A DIRemoteDisplay.h21 #include <sys/types.h>
/frameworks/av/include/ndk/
H A DNdkMediaMuxer.h24 * Do not reference types that are not part of the NDK.
31 #include <sys/types.h>
/frameworks/av/media/mtp/
H A DMtpResponsePacket.cpp20 #include <sys/types.h>
/frameworks/base/cmds/interrupter/
H A Dinterrupter.c30 #include <sys/types.h>
/frameworks/native/include/binder/
H A DProcessInfoService.h23 #include <sys/types.h>
/frameworks/native/include/gui/
H A DGraphicBufferAlloc.h21 #include <sys/types.h>
H A DIDisplayEventConnection.h21 #include <sys/types.h>
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h21 #include <sys/types.h>
/frameworks/native/include/private/gui/
H A DComposerService.h21 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A DTokenManager.h22 #include <sys/types.h>
H A Dstate.h23 #include <sys/types.h>
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp18 #include <sys/types.h>
/frameworks/native/services/inputflinger/host/
H A DInputFlinger.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/
H A DBarrier.h21 #include <sys/types.h>
H A DLayerDim.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp18 #include <sys/types.h>
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java32 void setContentChangeTypes(AccessibilityEvent event, int types); argument
49 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
85 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
86 AccessibilityEventCompatKitKat.setContentChangeTypes(event, types);
207 * Mask for {@link AccessibilityEvent} all types.
291 * @param changeTypes The bit mask of change types.
300 * Gets the bit mask of change types signaled by an
302 * multiple change types.
304 * @return The bit mask of change types. One or more of:

Completed in 574 milliseconds

1234567891011>>