Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 52) sorted by relevance

123

/device/generic/goldfish/
Daudio_policy.conf27 primary {
29 primary {
38 primary {
/device/linaro/hikey/audio/
Daudio_policy.conf27 primary {
29 primary {
38 primary {
DAndroid.mk25 LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM)
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp231 const void* primary = mCameraThread->getPrimaryBuffer(); in getCurrentFrame() local
232 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary); in getCurrentFrame()
255 const void* primary = mCameraThread->getPrimaryBuffer(); in getCurrentPreviewFrame() local
256 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary); in getCurrentPreviewFrame()
272 const void* primary = mCameraThread->getPrimaryBuffer(); in getCurrentFrame() local
273 auto frameBufferPair = reinterpret_cast<const FrameBufferPair*>(primary); in getCurrentFrame()
/device/generic/goldfish/audio/
DAndroid.mk21 LOCAL_MODULE := audio.primary.goldfish
44 LOCAL_MODULE := audio.primary.goldfish_legacy
/device/google/marlin/common/
Dbase.mk77 AUDIO_HARDWARE := audio.primary.mpq8064
78 AUDIO_HARDWARE += audio.primary.apq8084
79 AUDIO_HARDWARE += audio.primary.msm8960
80 AUDIO_HARDWARE += audio.primary.msm8974
81 AUDIO_HARDWARE += audio.primary.msm8226
82 AUDIO_HARDWARE += audio.primary.msm8660
83 AUDIO_HARDWARE += audio.primary.msm8610
85 AUDIO_HARDWARE += audio.primary.msm7627a
86 AUDIO_HARDWARE += audio.primary.msm7630_surf
87 AUDIO_HARDWARE += audio.primary.msm7630_fusion
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DMadt.aslc51 …// Note: The GIC Structure of the primary CPU must be the first entry (see note in 5.2.12.14 GIC S…
53 …// On Juno we can change the primary CPU changing the SCC register. It is not currently supp…
95 …// Note: The GIC Structure of the primary CPU must be the first entry (see note in 5.2.12.14 GICC …
97 …// On Juno we can change the primary CPU changing the SCC register. It is not currently supp…
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
DMadt.aslc51 …// Note: The GIC Structure of the primary CPU must be the first entry (see note in 5.2.12.14 GIC S…
53 …// On Juno we can change the primary CPU changing the SCC register. It is not currently supp…
95 …// Note: The GIC Structure of the primary CPU must be the first entry (see note in 5.2.12.14 GICC …
97 …// On Juno we can change the primary CPU changing the SCC register. It is not currently supp…
/device/google/dragon/audio/soundtrigger/
DAndroid.mk25 LOCAL_MODULE := sound_trigger.primary.dragon
/device/google/contexthub/sensorhal/
Dhubconnection.cpp198 mSensorState[COMMS_SENSOR_ACCEL_UNCALIBRATED].primary = COMMS_SENSOR_ACCEL; in HubConnection()
202 mSensorState[COMMS_SENSOR_ACCEL_WRIST_AWARE].primary = COMMS_SENSOR_ACCEL; in HubConnection()
209 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].primary = COMMS_SENSOR_GYRO; in HubConnection()
213 mSensorState[COMMS_SENSOR_GYRO_WRIST_AWARE].primary = COMMS_SENSOR_GYRO; in HubConnection()
219 mSensorState[COMMS_SENSOR_MAG_UNCALIBRATED].primary = COMMS_SENSOR_MAG; in HubConnection()
1159 uint32_t primary; in processBuf() local
1445 primary = mSensorState[sensor].primary; in processBuf()
1446 primary = (primary ? primary : sensor); in processBuf()
1452 struct Flush& flush = mFlushesPending[primary].front(); in processBuf()
1470 mFlushesPending[primary].pop_front(); in processBuf()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py1018 primary = self.com_node(node[1])
1023 primary = self.com_apply_trailer(primary, ch)
1024 return self.com_assign_trailer(primary, node[-1],
1064 def com_assign_trailer(self, primary, node, assigning): argument
1067 return self.com_assign_attr(primary, node[2], assigning)
1069 return self.com_subscriptlist(primary, node[2], assigning)
1074 def com_assign_attr(self, primary, node, assigning): argument
1075 return AssAttr(primary, node[1], assigning, lineno=node[-1])
1314 def com_subscriptlist(self, primary, nodelist, assigning): argument
1326 return self.com_slice(primary, sub, assigning)
[all …]
/device/linaro/hikey/hikey/
Ddevice-hikey.mk27 PRODUCT_PACKAGES += audio.primary.hikey
/device/google/dragon/audio/hal/
DAndroid.mk44 LOCAL_MODULE := audio.primary.dragon
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_update.c123 char name[MAXDNAME], zname[MAXDNAME], primary[MAXDNAME], in res_update() local
342 if ((n = dn_expand(answer, eom, cp, primary, in res_update()
343 sizeof primary)) < 0) in res_update()
351 strcpy(cp1, primary); in res_update()
/device/linaro/hikey/hikey960/
Ddevice-hikey960.mk30 PRODUCT_PACKAGES += audio.primary.hikey960
/device/google/accessory/demokit/hardware/fab/shield/
DREADME.txt19 ashield_blk.plc BLACK primary (first applied) silk, component side
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT24 D: Architect and primary author of compiler-rt
/device/asus/fugu/libaudio/
DAndroid.mk90 LOCAL_MODULE := audio.primary.fugu
/device/generic/mini-emulator-arm64/
Dmini_emulator_common.mk18 audio.primary.goldfish \
/device/generic/mini-emulator-armv7-a-neon/
Dmini_emulator_common.mk18 audio.primary.goldfish \
/device/google/atv/products/
Dsdk_atv_armv7.mk24 audio.primary.goldfish \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py91 def __init__(self, primary, secondary): argument
92 self._primary = primary
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py91 def __init__(self, primary, secondary): argument
92 self._primary = primary
/device/generic/armv7-a-neon/
Dmini_common.mk41 audio.primary.default \
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md379 the CPU is placed in a platform-specific state until the primary CPU
421 primary CPU performs the necessary actions to bring it out of that state and
424 In the ARM FVP port, each secondary CPU powers itself off. The primary CPU is
437 to determine whether this CPU is the primary CPU or a secondary CPU. A return
438 value of zero indicates that the CPU is not the primary CPU, while a non-zero
439 return value indicates that the CPU is the primary CPU.
498 require a stack for the primary CPU the parameter is ignored. The size of
514 require a stack for the primary CPU the parameter is ignored. The size of
583 2. In the case of a cold boot and the CPU being the primary CPU, ensuring that
629 primary CPU is part of. It also enables the MMU.
[all …]

123