/system/media/audio_utils/tests/ |
build_and_run_all_unit_tests.sh | 16 echo "waiting for device" 18 adb root && adb wait-for-device remount
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
query.c | 67 vlVdpVideoSurfaceQueryCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, 77 dev = vlGetDataHTAB(device); 104 vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities(VdpDevice device, VdpChromaType surface_chroma_type, 114 dev = vlGetDataHTAB(device); 155 vlVdpDecoderQueryCapabilities(VdpDevice device, VdpDecoderProfile profile, 166 dev = vlGetDataHTAB(device); 202 vlVdpOutputSurfaceQueryCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, 209 dev = vlGetDataHTAB(device); 254 vlVdpOutputSurfaceQueryGetPutBitsNativeCapabilities(VdpDevice device, VdpRGBAFormat surface_rgba_format, 261 dev = vlGetDataHTAB(device); [all...] |
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 41 struct audio_policy_device device; member in struct:android_audio_legacy::legacy_ap_device 65 audio_devices_t device, 71 (AudioSystem::audio_devices)device, 78 audio_devices_t device, 83 (AudioSystem::audio_devices)device, 101 /* force using a specific device category for the specified usage */ 111 /* retreive current device category forced for a given usage */ 237 audio_devices_t device) 242 device); 248 audio_devices_t device) [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 79 virtual status_t setDeviceConnectionState(audio_devices_t device, 82 virtual AudioSystem::device_connection_state getDeviceConnectionState(audio_devices_t device, 120 audio_devices_t device); 123 audio_devices_t device); 176 // device categories used for volume curve management. 210 bool isCompatibleProfile(audio_devices_t device, 246 // default volume curves per stream and device category. See initializeVolumeCurves() 258 audio_devices_t device() const; 279 audio_devices_t mDevice; // current device this output is routed to 288 // device selection. See checkDeviceMuteStrategies( [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_policy_hal.cpp | 41 struct audio_policy_device device; member in struct:android_audio_legacy::qcom_ap_device 65 audio_devices_t device, 71 (AudioSystem::audio_devices)device, 78 audio_devices_t device, 83 (AudioSystem::audio_devices)device, 101 /* force using a specific device category for the specified usage */ 111 /* retreive current device category forced for a given usage */ 235 audio_devices_t device) 240 device); 246 audio_devices_t device) [all...] |
/build/target/product/ |
sdk_phone_arm64.mk | 20 # entirely appropriate to inherit from for on-device configurations. 24 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
|
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/ |
MidiOutputPortSelector.java | 59 public void onDeviceOpened(MidiDevice device) { 60 if (device == null) { 63 mOpenDevice = device; 64 mOutputPort = device.openOutputPort(wrapper.getPortIndex());
|
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/ |
MidiOutputPortSelector.java | 59 public void onDeviceOpened(MidiDevice device) { 60 if (device == null) { 63 mOpenDevice = device; 64 mOutputPort = device.openOutputPort(wrapper.getPortIndex());
|
/developers/samples/android/common/src/java/com/example/android/common/midi/ |
MidiOutputPortSelector.java | 59 public void onDeviceOpened(MidiDevice device) { 60 if (device == null) { 63 mOpenDevice = device; 64 mOutputPort = device.openOutputPort(wrapper.getPortIndex());
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/ |
MidiOutputPortSelector.java | 59 public void onDeviceOpened(MidiDevice device) { 60 if (device == null) { 63 mOpenDevice = device; 64 mOutputPort = device.openOutputPort(wrapper.getPortIndex());
|
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/ |
MidiOutputPortSelector.java | 59 public void onDeviceOpened(MidiDevice device) { 60 if (device == null) { 63 mOpenDevice = device; 64 mOutputPort = device.openOutputPort(wrapper.getPortIndex());
|
/development/tools/labpretest/crespo/ |
custom_flash.sh | 12 # bootfile, then flashes device 19 # device 28 log_print "Wrong device type, expected crespo!" 44 log_print "downloading bootloader image to $device" 68 # radiofile and flashes device 75 # device
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 12 # bootfile, then flashes device 19 # device 28 log_print "Wrong device type, expected stingray!" 44 log_print "downloading bootloader image to $device" 68 # radiofile and flashes device 75 # device
|
/device/google/contexthub/util/nanoapp_encr/ |
Android.mk | 39 device/google/contexthub/lib/include \
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
QCameraUsbPriv.h | 52 * Macro function to input validate device handle 54 #define VALIDATE_DEVICE_HDL(camHal, device, ret_err_code) {\ 55 if(device && device->priv){\ 56 camHal = (camera_hardware_t *)device->priv;\ 58 ALOGE("%s: Null device or device->priv", __func__);\
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
validators_unittest.py | 48 # Some tests do not care what device is used. 55 def _test_count_tracking_id(self, filename, criteria, device): 57 validator = CountTrackingIDValidator(criteria, device=device) 95 def _test_drumroll(self, filename, criteria, device): 97 validator = DrumrollValidator(criteria, device=device) 101 def _get_drumroll_metrics(self, filename, criteria, device): 103 validator = DrumrollValidator(criteria, device=device) [all...] |
/external/chromium-trace/catapult/devil/devil/android/valgrind_tools/ |
base_tool.py | 28 def CopyFiles(cls, device): 29 """Copies tool-specific files to the device, create directories, etc."""
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
oomkiller_profiler.py | 33 arch_name = self._browser_backend.device.GetABI() 41 self._browser_backend.device.GoHome() 46 self._browser_backend.device.StartActivity( 63 browser_backend.device.ForceStop('org.chromium.memconsumer')
|
/external/libdrm/tests/ |
drmtest.c | 57 /** Open the first DRM device matching the criteria */ 62 struct udev_device *device, *parent; local 80 device = udev_device_new_from_syspath(udev, path); 81 parent = udev_device_get_parent(device); 89 dnode = udev_device_get_devnode(device); 114 fprintf(stderr, "failed to open any drm device\n"); 122 * Open the first DRM device we can find where we end up being the master. 129 fprintf(stderr, "failed to open any drm device\n");
|
/external/libmtp/src/ |
unicode.c | 74 * @param device a pointer to the current device. 78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) 80 PTPParams *params = (PTPParams *) device->params; 107 * @param device a pointer to the current device. 111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr) 113 PTPParams *params = (PTPParams *) device->params;
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.hpp | 37 /// Class that represents a device-specific instance of some memory 55 clover::device &dev; 63 resource(clover::device &dev, clover::memory_obj &obj); 81 /// allocated in some device. 85 root_resource(clover::device &dev, clover::memory_obj &obj, 87 root_resource(clover::device &dev, clover::memory_obj &obj,
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
funcattrib.hpp | 54 namespace cv { namespace cuda { namespace device namespace in namespace:cv::cuda
|
/external/opencv3/modules/videoio/src/ |
cap_winrt_capture.hpp | 49 VideoCapture_WinRT(int device);
|
/external/pdfium/xfa/src/fxbarcode/ |
BC_TwoDimWriter.h | 23 virtual void RenderDeviceResult(CFX_RenderDevice* device,
|
/external/skia/src/effects/ |
SkPaintImageFilter.cpp | 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), 48 if (nullptr == device.get()) { 51 SkCanvas canvas(device.get()); 63 *result = device.get()->accessBitmap(false);
|