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

123456

/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/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/utils/
H A DAndroid.mk18 # and once for the device.
99 # For the device
104 # we have the common sources, plus some device-specific stuff
/frameworks/native/opengl/libs/
H A DAndroid.mk166 # Build the ETC1 device library
/frameworks/native/services/sensorservice/
H A DSensorService.cpp248 SensorDevice& device(SensorDevice::getInstance());
253 count = device.poll(buffer, numEventMax);
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk67 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.mk34 LIBBCC_DEVICE_BUILD_MK := $(LIBBCC_ROOT_PATH)/libbcc-device-build.mk
/frameworks/compile/linkloader/
H A DAndroid.mk52 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
113 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
177 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
210 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
/frameworks/compile/mclinker/lib/ADT/
H A DAndroid.mk18 # For the device
/frameworks/compile/mclinker/lib/CodeGen/
H A DAndroid.mk20 # For the device
/frameworks/compile/mclinker/lib/LD/
H A DAndroid.mk65 # For the device
107 # For the device
/frameworks/compile/mclinker/lib/MC/
H A DAndroid.mk33 # For the device
/frameworks/compile/mclinker/lib/Support/
H A DAndroid.mk34 # For the device
/frameworks/compile/mclinker/lib/Target/ARM/
H A DAndroid.mk26 # For the device
/frameworks/compile/mclinker/lib/Target/ARM/TargetInfo/
H A DAndroid.mk18 # For the device
/frameworks/compile/mclinker/lib/Target/
H A DAndroid.mk26 # For the device

Completed in 494 milliseconds

123456