Searched refs:device (Results 1 - 25 of 497) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h455 XAObjectItf device; member in struct:XADataLocator_IODevice_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h283 SLObjectItf device; member in struct:SLDataLocator_IODevice_
/frameworks/wilhelm/src/
H A Ddata.cpp69 SLObjectItf device = pDataLocator->mIODevice.device; local
70 if (NULL != device) {
91 pDataLocator->mIODevice.device = NULL;
96 // check that device has the correct object ID and is realized,
98 result = AcquireStrongRef((IObject *) device, expectedObjectID);
100 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
101 "object ID or is not realized", name, device);
102 pDataLocator->mIODevice.device = NULL;
127 // no default device I
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp18 // It will generate feedback (Larsen effect) if played through on-device speakers,
484 // Create an audio recorder with microphone device source and buffer queue sink.
492 locator_iodevice.device = NULL;
H A DslesTestRecBuffQueue.cpp258 ioDevice.device = NULL;
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java129 int device = (Integer) method.invoke(audioManager, AudioManager.STREAM_MUSIC);
130 return (device & DEVICE_OUT_BLUETOOTH) != 0;
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java358 CameraDevice device = mCameraDevice;
359 if (device == null) {
362 return device.createCaptureRequest(template);
406 // Wait until both the camera device is open and the SurfaceView is ready
453 * Main listener for camera device events.
471 mErrorDisplayer.showErrorDialog("The camera device has been disconnected.");
/frameworks/rs/tests/java_api/RsTest/
H A DAndroid.mk33 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/lldb/
H A Dconfig.py48 '''Specify the port number that lldb-server (on the device) listens on.
50 When lldb-server is spawned on the device it will listen on this port.
56 '''Path to the lldb-server executable on the device.'''
98 def device(self): member in class:Config
99 '''Specify the device id of the device to run on.
101 When multiple devices or emulators are present, a specific device to
H A Drun_tests.py57 parser.add_argument('--device', '-d',
58 help='Specify the device id of the device to test on.')
83 help='Stop the test suite installing apks to device.',
117 member_name not in ['__weakref__', 'device', 'verbose']):
185 self.device = _choice(args.device, config.device)
187 self.user_specified_device = self.device
244 self.device)
[all...]
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs):
62 android: Handler to the android device, see the UtilAndroid class.
73 android: Handler to the android device, see the UtilAndroid class.
H A Dtest_base_remote.py27 '''Base class for all tests that connect to a remote device.
32 def __init__(self, device_port, device, timer, *args, **kwargs):
33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
34 # port used by lldb-server on the device.
37 # id of the device that adb will communicate with.
38 self._device = device
H A Dutil_android.py40 def __init__(self, adb_path, lldb_server_path_device, device):
43 # The path to the lldb server binary on the device
46 self.device = device
60 def adb(self, args, async=False, device=True, timeout=None):
67 device: boolean to specify whether the serial id of the android
68 device should be inserted in the adb command.
86 if device:
87 cmd = '{0} -s {1} {2}'.format(self._path_adb, self.device, args)
190 '''Ping the device an
[all...]
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py54 will launch the target test binary on the device and attach an
93 # spawn lldb platform on the target device
282 ('device', str),
307 args.device)
326 # if our test inherits from TestBaseRemote, check we have a valid device
334 args.device,
/frameworks/rs/tests/java_api/ImageProcessing_jb/
H A DAndroid.mk24 LOCAL_COMPATIBILITY_SUITE += device-tests
/frameworks/rs/tests/java_api/RSTestBackward/
H A DAndroid.mk30 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestBackward19/
H A DAndroid.mk25 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestForward/21.1.2/
H A DAndroid.mk31 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestForward/22.0.1/
H A DAndroid.mk31 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestForward/23.0.3/
H A DAndroid.mk31 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestForward/24.0.3/
H A DAndroid.mk31 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RSTestForward/25.0.2/
H A DAndroid.mk31 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/
H A DAndroid.mk24 LOCAL_COMPATIBILITY_SUITE += device-tests
/frameworks/rs/cpp/
H A DRenderScript.cpp155 RsDevice device = RS::dispatch->DeviceCreate(); local
156 if (device == 0) {
167 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
/frameworks/rs/perf-test-scripts/
H A Dget-freq30 adb wait-for-device
33 # device name

Completed in 363 milliseconds

1234567891011>>