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

1234567

/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.c66 SLObjectItf device = pDataLocator->mIODevice.device; local
67 if (NULL != device) {
88 pDataLocator->mIODevice.device = NULL;
93 // check that device has the correct object ID and is realized,
95 result = AcquireStrongRef((IObject *) device, expectedObjectID);
97 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
98 "object ID or is not realized", name, device);
99 pDataLocator->mIODevice.device = NULL;
124 // 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,
336 // Create an audio recorder with microphone device source and buffer queue sink.
344 locator_iodevice.device = NULL;
H A DslesTestRecBuffQueue.cpp196 ioDevice.device = NULL;
/frameworks/rs/
H A DAndroid.mk287 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
/frameworks/native/include/binder/
H A DMemoryHeapBase.h48 * maps memory from the given device
50 MemoryHeapBase(const char* device, size_t size = 0, uint32_t flags = 0);
76 status_t setDevice(const char* device) { argument
78 mDevice = device;
86 int flags = 0, const char* device = NULL);
/frameworks/native/libs/binder/
H A DAndroid.mk15 # we have the common sources, plus some device-specific stuff
H A DMemoryHeapBase.cpp66 MemoryHeapBase::MemoryHeapBase(const char* device, size_t size, uint32_t flags) argument
74 int fd = open(device, open_flags);
75 ALOGE_IF(fd<0, "error opening %s: %s", device, strerror(errno));
80 mDevice = device;
94 status_t MemoryHeapBase::init(int fd, void *base, int size, int flags, const char* device) argument
103 mDevice = device;
/frameworks/native/libs/input/
H A DAndroid.mk51 # For the device
/frameworks/native/opengl/libs/
H A DAndroid.mk150 # Build the ETC1 device library
/frameworks/native/services/sensorservice/
H A DSensorService.cpp328 SensorDevice& device(SensorDevice::getInstance());
333 const int halVersion = device.getHalDeviceVersion();
335 count = device.poll(buffer, numEventMax);
731 const SensorDevice& device(SensorDevice::getInstance());
732 if (device.getHalDeviceVersion() >= SENSORS_DEVICE_API_VERSION_1_1) {
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk28 # For the device
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk70 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DAndroid.mk25 # For the device
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DAndroid.mk23 # For the device
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py25 # set-android-device to select a target (only if multiple devices are attached)
102 def __init__(self, device=None, verbose=False):
104 self.current_device = device
123 msg = "No devices detected. Please connect a device and "
128 print "Warning: " + msg + " use the set-android-device command."
219 # Pull lib from device and compute hash
258 print "Current device already is: " + str(serial)
269 # sitting on the device actually executing. Alert the user if
486 print "Unable to push gdbserver to device. Try re-installing app."
725 # TODO: Check status of app on device
[all...]
/frameworks/compile/libbcc/
H A Dlibbcc-device-build.mk68 $(LLVM_ROOT_PATH)/device/include \
H A Dlibbcc.mk34 LIBBCC_DEVICE_BUILD_MK := $(LIBBCC_ROOT_PATH)/libbcc-device-build.mk
/frameworks/compile/mclinker/lib/ADT/
H A DAndroid.mk18 # For the device
/frameworks/compile/mclinker/lib/CodeGen/
H A DAndroid.mk19 # For the device
/frameworks/compile/mclinker/lib/Core/
H A DAndroid.mk28 # For the device
/frameworks/compile/mclinker/lib/Fragment/
H A DAndroid.mk27 # For the device
/frameworks/compile/mclinker/lib/LD/
H A DAndroid.mk57 # For the device
97 # For the device
/frameworks/compile/mclinker/lib/MC/
H A DAndroid.mk30 # For the device

Completed in 372 milliseconds

1234567