/hardware/google/camera/devices/EmulatedCamera/hwl/tools/ |
D | parse_bugreport.py | 49 devices = re.split(deviceRegExp, file.read()) 54 physicalDevices = re.split(physicalDeviceRegExp, devices[1]) 58 tags = re.split(tagRegExp, physicalDevice) 71 tagName = tagsContent[i].split()[0] 83 values = re.split(r' {8}', line) 86 tagValues = filter(None, re.split(tagValueRegExp, values[1]))
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | mdp_version.cpp | 349 char split[64] = {0}; in updateSplitInfo() local 353 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo() 354 split[sizeof(split) - 1] = '\0'; in updateSplitInfo() 355 mSplit.mLeft = atoi(split); in updateSplitInfo() 357 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | mdp_version.cpp | 343 char split[64] = {0}; in updateSplitInfo() local 347 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo() 348 split[sizeof(split) - 1] = '\0'; in updateSplitInfo() 349 mSplit.mLeft = atoi(split); in updateSplitInfo() 351 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | mdp_version.cpp | 406 char split[64] = {0}; in updateSplitInfo() local 410 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo() 411 split[sizeof(split) - 1] = '\0'; in updateSplitInfo() 412 mSplit.mLeft = atoi(split); in updateSplitInfo() 414 char *rght = strpbrk(split, " "); in updateSplitInfo()
|
/hardware/interfaces/wifi/1.4/vts/functional/ |
D | Android.bp | 71 // These tests are split out so that they can be conditioned on presence of the 95 // These tests are split out so that they can be conditioned on presence of the
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | Android.bp | 73 // These tests are split out so that they can be conditioned on presence of the 98 // These tests are split out so that they can be conditioned on presence of
|
/hardware/interfaces/wifi/1.5/vts/functional/ |
D | Android.bp | 70 // These tests are split out so that they can be conditioned on presence of the
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | IBluetoothAudioProvidersFactory.hal | 24 * This factory allows a HAL implementation to be split into multiple
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvidersFactory.hal | 22 * This factory allows a HAL implementation to be split into multiple
|
/hardware/interfaces/audio/7.0/ |
D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
/hardware/interfaces/audio/4.0/ |
D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
/hardware/interfaces/audio/5.0/ |
D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
/hardware/interfaces/audio/6.0/ |
D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerCallback.hal | 52 * not exceed it. For large lists, HAL implementation must split them to
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 24 - The list of plugins (libraries) to be used. They may be split according to
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiChip.hal | 69 * the secondary connection (maybe 70/30 split).
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 612 std::vector<std::string> split(const std::string &text, char sep) { in split() function
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 901 * <p>If set to 1, the HAL will always split result
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 4496 * * 0: An n-D tensor to split. 4498 * which to split. 5136 * implicitly split into three groups of input-output, state-only, and
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 4255 * * 0: An n-D tensor to split. 4257 * which to split.
|