Searched refs:types (Results 201 - 225 of 562) sorted by relevance

1234567891011>>

/frameworks/native/services/surfaceflinger/
H A DClient.h21 #include <sys/types.h>
H A DDdmConnection.cpp18 #include <sys/types.h>
H A DMessageQueue.h22 #include <sys/types.h>
H A DTransform.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.h22 #include <sys/types.h>
/frameworks/rs/
H A Drs.h21 #include <sys/types.h>
H A DrsFifoSocket.cpp24 #include <sys/types.h>
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBindingTarget.java44 // if this target presents itself in multiple layout files with different view types,
192 final ModelClass[] types = new ModelClass[mBindings.size()];
198 types[i] = binding.getExpr().getResolvedType();
204 .getMultiAttributeSetterCalls(attributes, getResolvedType(), types);
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp252 uint32_t availableOutputDevicesType = availableOutputDevices.types();
319 primaryOutput->supportedDevices() & availableOutputDevices.types();
321 if (((availableInputDevices.types() &
455 availableOutputDevicesType = availableOutputDevices.types() & ~devices;
481 device2 = availableOutputDevices.types() & AUDIO_DEVICE_OUT_REMOTE_SUBMIX;
578 audio_devices_t availableDeviceTypes = availableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN;
612 (availableOutputDevices.types() & AUDIO_DEVICE_OUT_TELEPHONY_TX) == 0) {
/frameworks/rs/script_api/
H A DGenerateDocumentation.cpp287 const map<string, Type*>& types,
297 for (auto e : types) {
637 const auto& types = specFile.getDocumentedTypes(); local
640 writeSummaryTables(&file, constants, types, functions, NON_DEPRECATED_ONLY, false);
641 writeSummaryTables(&file, constants, types, functions, DEPRECATED_ONLY, false);
652 if (!types.empty()) {
654 for (auto i : types) {
286 writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, const map<string, Type*>& types, const map<string, Function*>& functions, DeprecatedSelector deprecatedSelector, bool labelAsHeader) argument
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java79 public static void selectRoute(Object routerObj, int types, Object routeObj) { argument
80 ((android.media.MediaRouter)routerObj).selectRoute(types,
84 public static void addCallback(Object routerObj, int types, Object callbackObj) { argument
85 ((android.media.MediaRouter)routerObj).addCallback(types,
314 public void selectRoute(Object routerObj, int types, Object routeObj) { argument
328 mSelectRouteIntMethod.invoke(router, types, route);
345 router.selectRoute(types, route);
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DOSUInfo.java195 public List<IconInfo> getIconInfo(Locale locale, Set<String> types, int width, int height) { argument
200 + ", types " + types + ", " + width + "*" + height);
205 if (!types.contains(iconInfo.getIconType())) {
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.h21 #include <sys/types.h>
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp24 #include <sys/types.h>
/frameworks/av/include/media/
H A DMediaCodecInfo.h25 #include <sys/types.h>
/frameworks/av/include/media/omx/1.0/
H A DWGraphicBufferSource.h26 #include <android/hardware/graphics/common/1.0/types.h>
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h27 #include <sys/types.h>
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h22 #include <sys/types.h>
/frameworks/av/include/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.h27 #include <sys/types.h>
/frameworks/av/media/libaudioclient/
H A DIEffectClient.cpp22 #include <sys/types.h>
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.h21 #include <sys/types.h>
37 * For integer input data types TI, the coefficient type TC is either int16_t or int32_t.
38 * For float input data types TI, the coefficient type TC is float.
/frameworks/av/media/libmedia/
H A DIMediaExtractorService.cpp23 #include <sys/types.h>
H A DIRemoteDisplayClient.cpp18 #include <sys/types.h>
H A DMetadata.cpp21 #include <sys/types.h>
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecInfo.h25 #include <sys/types.h>

Completed in 1412 milliseconds

1234567891011>>