HomeSort by relevance Sort by last modified time
    Searched refs:PHYSICAL (Results 1 - 21 of 21) sorted by null

  /system/netd/server/
Network.h 34 PHYSICAL,
Network.cpp 72 case PHYSICAL:
73 repr << "PHYSICAL";
NetworkController.cpp 167 if (network->getType() != Network::PHYSICAL) {
168 ALOGE("cannot set default to non-physical network with netId %u", netId);
178 if (!network || network->getType() != Network::PHYSICAL) {
461 if (network->getType() != Network::PHYSICAL) {
462 ALOGE("cannot set permissions on non-physical network with netId %u", netId);
551 if (network->getType() == Network::PHYSICAL) {
666 if (network->getType() != Network::PHYSICAL) {
667 ALOGE("inconceivable! default network must be a physical network");
PhysicalNetwork.cpp 152 return PHYSICAL;
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 69 PHYSICAL = 0,
HidTree.cpp 91 return mNodeType == TYPE_NORMAL && (mData == PHYSICAL || mData == APPLICATION);
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 197 * All physical displays, including both internal displays and
200 PHYSICAL = 1,
438 * Returns whether the given display is a physical or virtual display.
694 * Sets the present fence as a result of PRESENT_DISPLAY. For physical
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 360 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
362 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
364 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
start16.S 354 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
356 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
358 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
start32.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
369 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
371 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
373 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
st16_64.S 366 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
368 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
370 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
st32_64.S 66 PhysicalDrive: .byte 0 # Physical Drive Number - 1 byte
381 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
383 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
385 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
start64.S 373 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt
375 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
377 leal MemoryMapSize(%ebx), %edx # Physical base address of the memory map
    [all...]
st16_64.asm 361 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
363 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
365 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
st32_64.asm 62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
377 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
379 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
381 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
start.asm 356 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
358 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
360 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
start16.asm 349 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
351 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
353 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
start32.asm 62 PhysicalDrive db 0 ; Physical Drive Number - 1 byte
364 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
366 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
368 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
start64.asm 368 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt
370 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
372 lea edx,[MemoryMapSize + ebx] ; Physical base address of the memory map
    [all...]
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 376 *outType = IComposerClient::DisplayType::PHYSICAL;
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 253 ASSERT_EQ(IComposerClient::DisplayType::PHYSICAL,

Completed in 720 milliseconds