/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothA2dpConnector.java | 45 BluetoothDevice device = (BluetoothDevice) intent.getParcelableExtra( 48 Log.d(TAG, "There was a connection status change for: " + device.getAddress()); 51 if (device.equals(mTarget)) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
MoveAppActivity.java | 17 package com.android.tv.settings.device.apps; 33 import com.android.tv.settings.device.storage.MoveAppProgressFragment; 34 import com.android.tv.settings.device.storage.MoveAppStepFragment;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MarqueeGesture.java | 21 import org.eclipse.swt.graphics.Device; 132 public void create(Device device) { 134 mStroke = new Color(device, 255, 255, 255); 135 mFill = new Color(device, 128, 128, 128);
|
ImageOverlay.java | 28 import org.eclipse.swt.graphics.Device; 100 public void create(Device device) { 101 super.create(device); 361 private final Device mDevice; 368 * @param device the {@link Device} in which the SWT image will be painted. 370 private SwtReadyBufferedImage(int width, int height, ImageData imageData, Device device) { 373 mDevice = device; [all...] |
/system/connectivity/shill/net/ |
sockets.cc | 58 int Sockets::BindToDevice(int sockfd, const std::string& device) const { 60 CHECK_GT(sizeof(dev_name), device.length()); 62 snprintf(dev_name, sizeof(dev_name), "%s", device.c_str());
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiNanManagerTest.py | 61 def reliable_tx(self, device, peer, msg): 70 device.droid.wifiNanSendMessage(peer, msg, self.msg_id) 71 events = device.ed.pop_events(events_regex, 30)
|
/external/vulkan-validation-layers/tests/ |
vkrenderframework.cpp | 140 /* TODO: Verify requested physical device extensions are available */ 144 /* Now register callback on device */ 167 vkDestroyCommandPool(device(), m_commandPool, NULL); 169 vkDestroyFramebuffer(device(), m_framebuffer, NULL); 171 vkDestroyRenderPass(device(), m_renderPass, NULL); 180 device(), m_renderTargets.back()->targetView(m_render_target_fmt), 182 vkDestroyImage(device(), m_renderTargets.back()->image(), NULL); 183 vkFreeMemory(device(), m_renderTargets.back()->memory(), NULL); 223 err = vkCreateCommandPool(device(), &cmd_pool_info, NULL, &m_commandPool); 371 vkCreateRenderPass(device(), &rp_info, NULL, &m_renderPass) [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.cpp | 54 * device, reported by the service. */ 100 ALOGV("%s: Back camera device version is %d", __FUNCTION__, 157 ALOGV("%s: Front camera device version is %d", __FUNCTION__, 214 int EmulatedCameraFactory::cameraDeviceOpen(int camera_id, hw_device_t** device) 218 *device = NULL; 231 return mEmulatedCameras[camera_id]->connectCamera(device); 274 hw_device_t** device) 291 return gEmulatedCameraFactory.cameraDeviceOpen(atoi(name), device); 317 const char* id, uint32_t halVersion, struct hw_device_t** device) { 330 /* Device name token. * [all...] |
/external/blktrace/btt/ |
globals.h | 143 __u32 device; member in struct:d_info 203 char *dev_map_find(__u32 device); 208 struct d_info *dip_alloc(__u32 device, struct io *iop); 210 struct d_info *__dip_find(__u32 device); 272 void *bno_dump_alloc(__u32 device); 343 void *unplug_hist_alloc(__u32 device);
|
/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 47 * because the name in /proc/mounts is a loopback device not a regular file. 137 * Do an extra check to see if this is the root device. We 140 * check if the given device has the same major/minor number 141 * as the device that the root directory is on. 284 * Check to see if we're dealing with the swap device. 339 * ext2fs_check_mount_point() fills determines if the device is 343 * non-NULL, the directory where the device is mounted is copied to 349 errcode_t ext2fs_check_mount_point(const char *device, int *mount_flags, 354 if (is_swap_device(device)) { 359 retval = check_mntent(device, mount_flags, mtpt, mtlen) [all...] |
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OnedEAN8Writer.cpp | 163 CFX_RenderDevice* device,
168 if (device == NULL && pOutBitmap == NULL) {
196 device->FillRect(&re, m_backgroundColor);
206 device->FillRect(&re, m_backgroundColor);
229 device->DrawNormalText(iLen, pCharPos, m_pFont,
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
|
/frameworks/compile/mclinker/tools/mcld/ |
Android.mk | 36 # Executable for the device 77 # Build Options.inc from Options.td for the device 81 $(call transform-device-td-to-out,opt-parser-defs)
|
/hardware/libhardware/tests/camera2/ |
CameraStreamFixture.h | 39 // Format specifier for picking the best format for CPU reading the given device 96 sp<CameraDeviceBase> device = mDevice; local 102 const CameraMetadata& staticInfo = device->info(); 144 sp<CameraDeviceBase> device = mDevice; local 145 const CameraMetadata& staticInfo = device->info(); 243 sp<CameraDeviceBase> device = mDevice; local 257 device->createStream(mSurface,
|
/prebuilts/misc/windows/sdl2/test/ |
controllermap.c | 175 If you want to correct a mistake, press backspace or the back button on your device\n\ 384 int device; local 386 device = 0; 388 device = atoi(argv[1]); 390 joystick = SDL_JoystickOpen(device); 395 SDL_Log("Couldn't open joystick %d: %s\n", device, SDL_GetError()); 415 joystick = SDL_JoystickOpen(device);
|
/system/core/libutils/ |
Android.mk | 59 # For the device, static 64 # we have the common sources, plus some device-specific stuff 92 # For the device, shared
|
/system/vold/ |
Keymaster.cpp | 177 keymaster1_device_t* device; local 178 ret = keymaster1_open(module, &device); 183 mDevice = std::make_shared<Keymaster1Device>(device); 185 keymaster2_device_t* device; local 186 ret = keymaster2_open(module, &device); 191 mDevice = std::make_shared<Keymaster2Device>(device);
|
/art/tools/ |
setup-buildbot-device.sh | 20 echo -e "${green}Date on device${nc}" 52 echo -e "${green}Rebooting device to fix 'ps'${nc}" 54 adb wait-for-device root
|
/bionic/tests/ |
utils.h | 43 dev_t device; member in struct:map_record 83 record.device = makedev(dev_major, dev_minor);
|
/cts/apps/CameraITS/pymodules/its/ |
target.py | 15 import its.device namespace 28 """Use device 3A and captured shots to determine scene exposure. 30 Creates a new ITS device session (so this function should not be called 31 while another session to the device is open). 37 Measures the scene using device 3A and then by taking a shot to hone in on 48 its_session: Holds an open device session. 130 If bringing up a new HAL implementation and the ability use the device to 131 measure the scene isn't there yet (e.g. device 3A doesn't work), then a 148 its_session: Optional, holding an open device session. 161 with its.device.ItsSession() as cam [all...] |
/cts/apps/CameraITS/tests/inprog/scene2/ |
test_dng_tags.py | 16 import its.device namespace 27 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tests/inprog/ |
test_black_level.py | 16 import its.device namespace 49 with its.device.ItsSession() as cam:
|
test_blc_lsc.py | 16 import its.device namespace 35 with its.device.ItsSession() as cam:
|
test_burst_sameness_auto.py | 17 import its.device namespace 38 with its.device.ItsSession() as cam:
|
test_burst_sameness_fullres_auto.py | 16 import its.device namespace 41 with its.device.ItsSession() as cam:
|
/cts/apps/CameraITS/tests/scene1/ |
test_auto_vs_manual.py | 17 import its.device namespace 33 with its.device.ItsSession() as cam:
|