Searched refs:side (Results 1 – 25 of 35) sorted by relevance
12
/system/bt/embdrv/sbc/decoder/srce/ |
D | readsamplesjoint.inc | 100 * Check if we need to do mid/side 104 int32_t side = dequant; 105 *(s - NROF_SUBBANDS) = mid + side; 106 dequant = mid - side;
|
/system/core/adb/ |
D | protocol.txt | 13 The host side becomes a simple comms bridge with no "UI", which will 75 large maxdata value, the connection with the other side must be closed. 138 stream on the recipient's side is ignored. The stream may have been 154 stream on the recipient's side is ignored. The stream may have been 174 stream on the recipient's side is ignored. The stream may have 189 outbound messages are discarded when the connection to the remote side 193 * when the connection to the remote side goes offline, the io pump 195 * when the connection to the remote side is established, the io pump 198 starts accepting messages to forward to the remote side 217 outbound connections and the connection to the remote side. [all …]
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | otapreopt_chroot.te | 13 # Mounting /vendor can have this side-effect. Ignore denial.
|
D | shell.te | 138 # via a host side test 175 # only getattr required for host side test. 183 # Limit shell to only getattr on blk devices for host side tests.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | otapreopt_chroot.te | 13 # Mounting /vendor can have this side-effect. Ignore denial.
|
D | shell.te | 139 # via a host side test 176 # only getattr required for host side test. 184 # Limit shell to only getattr on blk devices for host side tests.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | otapreopt_chroot.te | 13 # Mounting /vendor can have this side-effect. Ignore denial.
|
D | shell.te | 177 # via a host side test 217 # only getattr required for host side test. 225 # Limit shell to only getattr on blk devices for host side tests.
|
/system/extras/simpleperf/scripts/ |
D | report.py | 219 yscrollbar.pack(side=RIGHT, fill=Y) 221 xscrollbar.pack(side=BOTTOM, fill=X) 224 tree.pack(side=LEFT, fill=BOTH, expand=1)
|
/system/sepolicy/private/ |
D | netd.te | 15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | shell.te | 70 # Renderscript host side tests depend on being able to execute
|
D | otapreopt_chroot.te | 20 # Mounting /vendor can have this side-effect. Ignore denial.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | netd.te | 15 # in order to invoke side effect of close() on such a socket calling synchronize_rcu()
|
D | shell.te | 70 # Renderscript host side tests depend on being able to execute
|
D | otapreopt_chroot.te | 20 # Mounting /vendor can have this side-effect. Ignore denial.
|
/system/timezone/distro/core/ |
D | Android.bp | 21 // Also used from host-side tests and tools.
|
/system/sepolicy/public/ |
D | shell.te | 192 # via a host side test 238 # only getattr required for host side test. 245 # Limit shell to only getattr on blk devices for host side tests.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 192 # via a host side test 238 # only getattr required for host side test. 245 # Limit shell to only getattr on blk devices for host side tests.
|
/system/update_engine/ |
D | update_engine.gyp | 374 # server-side code. This is used for delta_generator and unittests but not 437 # server-side delta generator.
|
D | Android.bp | 444 // server-side code. This is used for delta_generator and unittests but not 512 // server-side delta generator.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 22 /// Identifies the host-side endpoint on the host that sent or should receive 272 /// The originating or destination client ID on the host side, used to direct
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 758 bool side = capabilities & CAPABILITY_SIDE; in OnReadOnlyPropertiesRead() local 760 VLOG(2) << __func__ << " capabilities: " << (side ? "right" : "left") in OnReadOnlyPropertiesRead() 1406 bool side = device.capabilities & CAPABILITY_SIDE; in Dump() local 1411 << (side ? "right" : "left") << " " << loghex(device.hi_sync_id) in Dump()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 46 duplicate rules as a natural side effect and can be ignored.
|
/system/core/fastboot/ |
D | README.md | 237 If either side detects a malformed handshake, it should disconnect. 240 side; if either side cannot speak this protocol version, it should disconnect.
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 44 * Refreshes the local client-side attribute cache that mirrors the attribute
|
12