/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | mybusinesslodging.v1.json | 8 "documentationLink": "https://developers.google.com/my-business/", 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" 48 "Responses with Content-Type of application/json", 49 "Media download with context-dependent Content-Type", 50 "Responses with Content-Type of application/x-protobuf" 82 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 102 "description": "Returns the Lodging of a specific location.", 118 …"description": "Required. The specific fields to return. Use \"*\" to include all fields. Repeated… 119 "format": "google-fieldmask", [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/aidl/android.hardware.health-V4-java-source/gen/android/hardware/health/ |
D | IHealth.java | 2 * This file is auto-generated. DO NOT MODIFY. 3 …-x86/bin/aidl --lang=java -Weverything -Wno-missing-permission-annotation --structured --version 4… 33 * - A client explicitly calls {@link #unregisterCallback} to unregister it. 34 * - The client process that hosts the callback dies. 37 * @return If error, return service specific error with code STATUS_UNKNOWN. 48 * - Return exception with code EX_ILLEGAL_ARGUMENT 50 * - Return service specific error with code STATUS_UNKNOWN 59 * When update() is called, the service must notify all registered callbacks 62 * @return If error, return service specific error with code: 63 * - STATUS_CALLBACK_DIED if any registered callback is dead, [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | vault_v1.matters.holds.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | gkehub_v1alpha.projects.locations.features.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 50 * Public API for controlling the Bluetooth Headset Service. This includes both Bluetooth Headset 53 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset Service via IPC. 56 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection. 72 * <li>{@link #EXTRA_STATE} - The current state of the profile. 73 * <li>{@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. 74 * <li>{@link BluetoothDevice#EXTRA_DEVICE} - The remote device. 94 * <li>{@link #EXTRA_STATE} - The current state of the profile. 95 * <li>{@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/broadcastradio/aidl/android.hardware.broadcastradio-V3-java-source/gen/android/hardware/broadcastradio/ |
D | IBroadcastRadio.java | 2 * This file is auto-generated. DO NOT MODIFY. 3 …-x86/bin/aidl --lang=java -Weverything -Wno-missing-permission-annotation --structured --version 3… 41 * If the tuner doesn't support AM/FM, a service-specific error 56 * If tuner doesn't support DAB, a service-specific error 72 * If the callback to be set is null, a service-specific error 74 * is not set successfully, a service-specific error 96 * immediately. If a non-null callback is not set, a service-specific 98 * selector doesn't contain any supported identifier, a service-specific error 101 * service-specific error {@link Result#INVALID_ARGUMENTS} will be returned; 121 * immediately. If a non-null callback is not set, a service-specific [all …]
|
/aosp_15_r20/hardware/interfaces/health/aidl/ |
H A D | README.md | 3 ## Determine whether the example service implementation is sufficient {#determine} 10 are set to a `true` value. See [below](#charger-sysprops). 11 * The device supports offline charging mode, and the `service` 13 provided by the example implementation. See [below](#charger-init-rc). 15 If the example HAL service is sufficient, [install it](#use-example). Otherwise, 16 [implement a custom HAL service](#use-custom). 18 ### System properties for charger {#charger-sysprops} 20 The health AIDL HAL service also provides functionalities of `charger`. As a 23 However, the health AIDL HAL service is not allowed to read `ro.charger.*` 26 service. See [below](#charger-enable-suspend). [all …]
|
/aosp_15_r20/hardware/interfaces/health/aidl/android/hardware/health/ |
H A D | IHealth.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 49 * - A client explicitly calls {@link #unregisterCallback} to unregister it. 50 * - The client process that hosts the callback dies. 53 * @return If error, return service specific error with code STATUS_UNKNOWN. 63 * - Return exception with code EX_ILLEGAL_ARGUMENT 65 * - Return service specific error with code STATUS_UNKNOWN 73 * When update() is called, the service must notify all registered callbacks 76 * @return If error, return service specific error with code: 77 * - STATUS_CALLBACK_DIED if any registered callback is dead, [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/ |
H A D | ExecutionInterceptor.java | 12 * express or implied. See the License for the specific language governing 27 // CHECKSTYLE:OFF - Avoid "Unused Import" error. If we use the FQCN in the Javadoc, we'll run into … 38 …* metrics, modify a request in-flight, debug request processing, view exceptions, etc. This interf… 44 …* message so far as well as a {@link ExecutionAttributes} object for storing data that is specific… 46 * <li>{@link #beforeExecution} - Read the request before it is modified by other interceptors.</li> 47 …* <li>{@link #modifyRequest} - Modify the request object before it is marshalled into an HTTP requ… 48 …* <li>{@link #beforeMarshalling} - Read the request that has potentially been modified by other re… 50 …* <li>{@link #afterMarshalling} - Read the HTTP request after it is created and before it can be m… 52 * <li>{@link #modifyHttpRequest} - Modify the HTTP request object before it is transmitted.</li> 53 …* <li>{@link #beforeTransmission} - Read the HTTP request that has potentially been modified by ot… [all …]
|
/aosp_15_r20/external/sdv/vsomeip/interface/vsomeip/ |
D | application.hpp | 1 // Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) 96 * - Loading the configuration from a dynamic module 97 * - Loading the configuration from a .json file or 98 * - Loading the configuration from compiled data (not yet available) 99 * - Determining routing configuration and initialization of the routing 101 * - Installing signal handlers 150 * \brief Offers a SOME/IP service instance. 152 * The user application must call this method for each service it offers 154 * service visible to interested clients. Dependent on the configuration 155 * the service is available internally only or internally and externally. [all …]
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pUsdBasedServiceConfig.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 38 * A class for creating a USD based service discovery configuration for use with 40 * For the details of the configuration, refer Wi-Fi Alliance Wi-Fi Direct R2 specification 41 * - Appendix H - Unsynchronized Service Discovery (as defined in Wi-Fi Aware) and section 47 /** Bonjour service protocol type */ 50 /** Generic service protocol type */ 54 * Currently for Wi-Fi Direct R2, status codes are defined in Wi-Fi Direct R2 specification 66 * Service protocol type. 70 * UTF-8 string defining the service. [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
H A D | SystemParameters.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 83 * implemented by the system. If this field is missing from the service 85 * and names is implementation-dependent. 89 * - selector: "*" 91 * - name: api_key 93 * Example: define 2 api key names for a specific method. 96 * - selector: "/ListShelves" 98 * - name: api_key 99 * http_header: Api-Key1 [all …]
|
/aosp_15_r20/external/sdv/vsomeip/interface/compat/vsomeip/ |
D | application.hpp | 1 // Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) 99 * - Loading the configuration from a dynamic module 100 * - Loading the configuration from a .json file or 101 * - Loading the configuration from compiled data (not yet available) 102 * - Determining routing configuration and initialization of the routing 104 * - Installing signal handlers 134 * \brief Offers a SOME/IP service instance. 136 * The user application must call this method for each service it offers 138 * service visible to interested clients. Dependent on the configuration 139 * the service is available internally only or internally and externally. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | IPAllocationPolicy.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 17 // source: google/cloud/orchestration/airflow/service/v1beta1/environments.proto 19 package com.google.cloud.orchestration.airflow.service.v1beta1; 29 * Protobuf type {@code google.cloud.orchestration.airflow.service.v1beta1.IPAllocationPolicy} 33 …// @@protoc_insertion_point(message_implements:google.cloud.orchestration.airflow.service.v1beta1.… 60 return com.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentsOuterClass in getDescriptor() 67 return com.google.cloud.orchestration.airflow.service.v1beta1.EnvironmentsOuterClass in internalGetFieldAccessorTable() 70 com.google.cloud.orchestration.airflow.service.v1beta1.IPAllocationPolicy.class, in internalGetFieldAccessorTable() 71 com.google.cloud.orchestration.airflow.service.v1beta1.IPAllocationPolicy.Builder in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 1 EL3 Runtime Service Writer's Guide 5 ------------ 7 This document describes how to add a runtime service to the EL3 Runtime 8 Firmware component of Trusted Firmware-A (TF-A), BL31. 17 SMC Functions are grouped together based on the implementor of the service, for 22 Arm to support `PSCI`_, Secure Monitor for a Trusted OS and SoC specific 24 dispatched to their respective service implementation - the 34 -------------------------------------------- 40 uninterruptible whereas Yielding calls can be pre-empted. The majority of 43 legacy 32-bit software that predates the `SMCCC`_. [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-iam/proto-google-iam-v2/src/main/java/com/google/iam/v2/ |
H A D | DenyRule.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 83 * * `principal://goog/subject/{email_id}`: A specific Google Account. 86 * * `deleted:principal://goog/subject/{email_id}?uid={uid}`: A specific 98 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`: 99 * A Google Cloud service account. For example, 100 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gservice… 101 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u… 102 * A Google Cloud service account that was deleted recently. For example, 103 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.… [all …]
|
/aosp_15_r20/external/sdk-platform-java/java-iam/proto-google-iam-v2beta/src/main/java/com/google/iam/v2beta/ |
H A D | DenyRule.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 85 * * `principal://goog/subject/{email_id}`: A specific Google Account. 88 * * `deleted:principal://goog/subject/{email_id}?uid={uid}`: A specific 100 * * `principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}`: 101 * A Google Cloud service account. For example, 102 …* `principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.gservice… 103 …* * `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/{service_account_id}?uid={u… 104 * A Google Cloud service account that was deleted recently. For example, 105 …* `deleted:principal://iam.googleapis.com/projects/-/serviceAccounts/my-service-account@iam.… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
H A D | IPAllocationPolicy.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 17 // source: google/cloud/orchestration/airflow/service/v1/environments.proto 19 package com.google.cloud.orchestration.airflow.service.v1; 29 * Protobuf type {@code google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy} 33 …// @@protoc_insertion_point(message_implements:google.cloud.orchestration.airflow.service.v1.IPAll… 55 return com.google.cloud.orchestration.airflow.service.v1.EnvironmentsOuterClass in getDescriptor() 62 return com.google.cloud.orchestration.airflow.service.v1.EnvironmentsOuterClass in internalGetFieldAccessorTable() 65 com.google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy.class, in internalGetFieldAccessorTable() 66 com.google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/ |
H A D | IBroadcastRadio.aidl | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 73 * If the tuner doesn't support AM/FM, a service-specific error 86 * If tuner doesn't support DAB, a service-specific error 100 * If the callback to be set is null, a service-specific error 102 * is not set successfully, a service-specific error 122 * immediately. If a non-null callback is not set, a service-specific 124 * selector doesn't contain any supported identifier, a service-specific error 127 * service-specific error {@link Result#INVALID_ARGUMENTS} will be returned; 146 * immediately. If a non-null callback is not set, a service-specific [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/ |
H A D | ServiceMetadata.java | 12 * express or implied. See the License for the specific language governing 26 * Metadata about a service, like S3, DynamoDB, etc. 28 …* <p>This is useful for building meta-functionality around AWS services. For example, UIs that lis… 29 * service would use the {@link #regions()} method for a service.</p> 31 …* <p>This is usually created by calling the {@code serviceMetadata} method on the service client's… 32 …* created by calling the {@link #of(String)} method and providing the service's unique endpoint pr… 37 …* Retrieve the AWS endpoint that should be used for this service in the provided region, if no {@l… 40 * @param region The region that should be used to load the service endpoint. 41 * @return The region-specific endpoint for this service. 49 …* Retrieve the AWS endpoint that should be used for this service associated with the provided {@li… [all …]
|
/aosp_15_r20/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
H A D | wifi_nan.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 31 * Neighbour Aware Network Service Structures and Functions 36 …All multi-byte fields within all NAN protocol stack messages are assumed to be in Little Endian or… 194 /* If NAN is already enabled and we are try to re-enable the same */ 224 /* NAN Service Response Filter Attribute Bit */ 230 /* NAN Service Response Filter Include Bit */ 305 /* Enable/Disable NAN service range report */ 386 Structure to set the Service Descriptor Extension 483 Nan accept policy: Per service basis policy [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Neighbour Aware Network Service Structures and Functions 35 …All multi-byte fields within all NAN protocol stack messages are assumed to be in Little Endian or… 171 /* If NAN is already enabled and we are try to re-enable the same */ 191 /* NAN Service Response Filter Attribute Bit */ 197 /* NAN Service Response Filter Include Bit */ 259 /* Enable/Disable NAN service range report */ 323 Structure to set the Service Descriptor Extension 396 Nan accept policy: Per service basis policy [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Neighbour Aware Network Service Structures and Functions 35 …All multi-byte fields within all NAN protocol stack messages are assumed to be in Little Endian or… 171 /* If NAN is already enabled and we are try to re-enable the same */ 191 /* NAN Service Response Filter Attribute Bit */ 197 /* NAN Service Response Filter Include Bit */ 259 /* Enable/Disable NAN service range report */ 323 Structure to set the Service Descriptor Extension 396 Nan accept policy: Per service basis policy [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Neighbour Aware Network Service Structures and Functions 35 …All multi-byte fields within all NAN protocol stack messages are assumed to be in Little Endian or… 171 /* If NAN is already enabled and we are try to re-enable the same */ 191 /* NAN Service Response Filter Attribute Bit */ 197 /* NAN Service Response Filter Include Bit */ 259 /* Enable/Disable NAN service range report */ 323 Structure to set the Service Descriptor Extension 396 Nan accept policy: Per service basis policy [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_nan.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 13 * See the License for the specific language governing permissions and 30 * Neighbour Aware Network Service Structures and Functions 35 …All multi-byte fields within all NAN protocol stack messages are assumed to be in Little Endian or… 171 /* If NAN is already enabled and we are try to re-enable the same */ 191 /* NAN Service Response Filter Attribute Bit */ 197 /* NAN Service Response Filter Include Bit */ 259 /* Enable/Disable NAN service range report */ 325 Structure to set the Service Descriptor Extension 398 Nan accept policy: Per service basis policy [all …]
|