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

1234567891011>>

/frameworks/native/include/input/
H A DIInputFlinger.h21 #include <sys/types.h>
/frameworks/native/libs/binder/include/binder/
H A DDebug.h21 #include <sys/types.h>
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_rpc.h4 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A Dtexture.h23 #include <sys/types.h>
H A Dvertex.h23 #include <sys/types.h>
H A DTokenManager.h22 #include <sys/types.h>
/frameworks/native/services/batteryservice/
H A DBatteryProperty.cpp18 #include <sys/types.h>
/frameworks/native/services/sensorservice/
H A DOrientationSensor.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/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java119 final ArraySet<String> types = new ArraySet<>(3);
123 types.add(context.getString(R.string.autofill_save_type_password));
126 types.add(context.getString(R.string.autofill_save_type_address));
129 types.add(context.getString(R.string.autofill_save_type_credit_card));
132 types.add(context.getString(R.string.autofill_save_type_username));
135 types.add(context.getString(R.string.autofill_save_type_email_address));
138 switch (types.size()) {
141 types.valueAt(0), providerLabel), 0);
145 types.valueAt(0), types
[all...]
/frameworks/hardware/interfaces/displayservice/1.0/
H A DAndroid.mk20 # Build types.hal (Status)
25 $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal
32 android.frameworks.displayservice@1.0::types.Status
34 $(GEN): $(LOCAL_PATH)/types.hal
47 $(GEN): PRIVATE_DEPS += $(LOCAL_PATH)/types.hal
48 $(GEN): $(LOCAL_PATH)/types.hal
118 # Build types.hal (Status)
123 $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal
130 android.frameworks.displayservice@1.0::types.Status
132 $(GEN): $(LOCAL_PATH)/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.
32 #include <sys/types.h>
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioRecord.h21 #include <sys/types.h>
/frameworks/av/media/libeffects/factory/include/media/
H A DEffectsFactoryApi.h22 #include <sys/types.h>
/frameworks/av/media/libmedia/include/media/
H A DIRemoteDisplay.h21 #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/cmds/installd/
H A DCacheItem.h24 #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/libs/vr/libdvrcommon/include/private/dvr/
H A Dmatrix_helpers.h5 #include <private/dvr/types.h>

Completed in 622 milliseconds

1234567891011>>