Searched
refs:device (Results
1801 -
1825 of
4438) sorted by null
<<71727374757677787980>>
/external/llvm/lib/Target/X86/InstPrinter/ |
Android.mk | 15 # For the device
|
/external/llvm/lib/Target/X86/TargetInfo/ |
Android.mk | 33 # For the device
|
/external/llvm/lib/Transforms/InstCombine/ |
Android.mk | 32 # For the device
|
/external/llvm/lib/Transforms/ObjCARC/ |
Android.mk | 28 # For the device
|
/external/llvm/ |
llvm-gen-intrinsics.mk | 16 $(call transform-device-td-to-out,intrinsic)
|
/external/opencv3/modules/cudaimgproc/src/ |
bilateral_filter.cpp | 54 namespace cv { namespace cuda { namespace device 65 using cv::cuda::device::imgproc::bilateral_filter_gpu;
|
/external/opencv3/modules/cudalegacy/src/ |
needle_map.cpp | 54 namespace cv { namespace cuda { namespace device 65 using namespace cv::cuda::device::optical_flow;
|
/external/rootdev/ |
rootdev.c | 5 * Implements root device discovery via sysfs with optional bells and whistles. 34 /* Encode the root device structuring here for Chromium OS */ 86 * a block device to find sub-devices (partitions) for dev. 87 * If dev == 0, the name fo the first device in the directory will be returned. 88 * Returns the device's name in "name" */ 160 /* Determine path to block device number */ 266 * may be the original device or the name of the slave. 268 * Because slave and device may point to the same data, 273 const char *device, const char *search) { 282 * With stacked device mappers, we have to chain through all the level [all...] |
/external/skia/src/gpu/vk/ |
GrVkSampler.cpp | 63 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateSampler(gpu->device(), 73 GR_VK_CALL(gpu->vkInterface(), DestroySampler(gpu->device(), fSampler, nullptr));
|
/external/webrtc/talk/media/devices/ |
win32devicemanager.cc | 98 static bool GetDevices(const CLSID& catid, std::vector<Device>* out); 99 static bool GetCoreAudioDevices(bool input, std::vector<Device>* devs); 100 static bool GetWaveDevices(bool input, std::vector<Device>* devs); 142 bool Win32DeviceManager::GetDefaultVideoCaptureDevice(Device* device) { 146 std::vector<Device> devices; 149 *device = devices[0]; 153 *device = devices[i]; 162 std::vector<Device>* devs) { 175 bool Win32DeviceManager::GetVideoCaptureDevices(std::vector<Device>* devices) 287 CComPtr<IMMDevice> device; local [all...] |
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 73 virtual webrtc::VideoCaptureModule* Create(int id, const char* device) { 74 return webrtc::VideoCaptureFactory::Create(id, device); 155 bool WebRtcVideoCapturer::Init(const Device& device) { 177 if (device.name == reinterpret_cast<char*>(vcm_name)) { 184 LOG(LS_WARNING) << "Failed to find capturer for id: " << device.id; 208 LOG(LS_ERROR) << "Failed to find usable formats for id: " << device.id; 214 LOG(LS_ERROR) << "Failed to create capturer for id: " << device.id; 220 SetId(device.id);
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
FrameProcessor.h | 38 * frames from the device, and analyzes them as necessary. 42 FrameProcessor(wp<CameraDeviceBase> device, sp<Camera2Client> client); 57 const sp<CameraDeviceBase> &device); 101 // Whether the partial result is enabled for this device
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
ActiveSourceHandler.java | 32 * local device. 60 * @param deviceType device type of the new active source 65 HdmiDeviceInfo device = mService.getDeviceInfo(newActive.logicalAddress); local 66 if (device == null) {
|
DelayedMessageBuffer.java | 25 * handle messages that arrive when the device is not ready. Useful when 26 * keeping the messages from a connected device which are not discovered yet. 32 DelayedMessageBuffer(HdmiCecLocalDevice device) { 33 mDevice = device; 97 * Process messages from a given logical device. Called by 98 * {@link NewDeviceAction} actions when they finish adding the device 103 * @param address logical address of CEC device which the messages to process 134 * @param address logical address of the device to be the active source
|
/frameworks/compile/mclinker/lib/Support/ |
Android.mk | 32 # For the device
|
/frameworks/compile/slang/BitWriter_3_2/ |
Android.mk | 29 # For the device
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
DisplayAnalyzer.h | 39 bool isVideoFullScreen(int device, hwc_layer_1_t &layer); 100 inline void setCompositionType(int device, int type, bool reset);
|
/hardware/libhardware/include/hardware/ |
hardware.h | 63 * versions so that implementations can explicitly specify module/device 157 /** Open a specific device */ 159 struct hw_device_t** device); 164 * Every device data structure must begin with hw_device_t 172 * Version of the module-specific device API. This value is used by 173 * the derived-module user to manage different device implementations. 176 * and device version fields to ensure that the user is capable of 180 * can be useful when a device interface changes in an incompatible way 189 /** reference to the module this device belongs to */ 199 /** Close this device */ [all...] |
/hardware/libhardware/modules/nfc-nci/ |
nfc_nci_example.c | 70 * Generic device handling below - can generally be left unchanged. 72 /* Close an opened nfc device instance */ 79 hw_device_t** device) { 97 *device = (hw_device_t*) dev;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
MtpThumbnailTileView.java | 33 * View for thumbnail images from an MTP device 69 protected Object fetchMtpImageDataFromDevice(MtpDevice device, IngestObjectInfo info) { 70 return MtpBitmapFetch.getThumbnail(device, info);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
WiredHeadsetManager.java | 64 for (AudioDeviceInfo device : devices) { 65 switch (device.getType()) {
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/arch/ |
board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/arch/ |
board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/arch/ |
board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/arch/ |
board.h | 93 struct device; 97 int (*set_power)(struct device *dev, int state);
|
Completed in 987 milliseconds
<<71727374757677787980>>