Searched refs:registration (Results 1 – 25 of 27) sorted by relevance
12
/hardware/interfaces/radio/1.4/ |
D | types.hal | 292 * Reason unspecified for foreign agent rejected MIP (Mobile IP) registration. 296 * Foreign agent administratively prohibited MIP (Mobile IP) registration. 300 * Foreign agent rejected MIP (Mobile IP) registration because of insufficient resources. 304 * Foreign agent rejected MIP (Mobile IP) registration because of MN-AAA authenticator was 309 * Foreign agent rejected MIP (Mobile IP) registration because of home agent authentication 314 * Foreign agent rejected MIP (Mobile IP) registration because of requested lifetime was too 319 * Foreign agent rejected MIP (Mobile IP) registration because of malformed request. 323 * Foreign agent rejected MIP (Mobile IP) registration because of malformed reply. 327 * Foreign agent rejected MIP (Mobile IP) registration because of requested encapsulation was 332 * Foreign agent rejected MIP (Mobile IP) registration of VJ Header Compression was unavailable. [all …]
|
D | IRadioResponse.hal | 86 * @param dataRegResponse Current Data registration response as defined by DataRegStateResult in
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 37 * <p>Indicate whenever a registration procedure, including a location, routing, or tracking 39 * the modem's registration status. If the modem's registration status changes, that is 45 * cell that was chosen for the failed registration attempt.
|
D | IRadio.hal | 281 * Request current voice registration state. 290 * Request current data registration state. 302 * If registration fails, the RAN is not available afterwards, or the RAN is not within 304 * will need to select the next best RAN for network registration. 309 * will select the next best RAN for network registration.
|
D | types.hal | 741 /** Barring for all CS services, including registration */ 743 /** Barring for all PS services, including registration */ 843 /** Control the unsolicited sending of registration failure reports via onRegistrationFailed */ 956 * registration in the Circuit-switched domain. 958 * circuit-switched services, this value reports registration in the Packet-switched domain. 969 * Cause code reported by the network in case registration fails. This will be a mobility 985 * Access-technology-specific registration information, such as for CDMA2000.
|
D | IRadioResponse.hal | 209 * @param voiceRegResponse Current Voice registration response as defined by RegStateResult 222 * @param dataRegResponse Current Data registration response as defined by RegStateResult in
|
/hardware/interfaces/radio/1.2/ |
D | IRadioResponse.hal | 104 * @param voiceRegResponse Current Voice registration response as defined by VoiceRegStateResult 117 * @param dataRegResponse Current Data registration response as defined by DataRegStateResult in
|
D | types.hal | 547 * reasonForDenial if registration state is 3 549 * registration was denied. See 3GPP TS 24.008, 604 * If registration state is 3 (Registration 606 * registration was denied. See 3GPP TS 24.008,
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | ClientManager.cpp | 197 Registration registration; in registerSender() local 198 ::ndk::ScopedAStatus status = receiver->registerSender(accessor, ®istration); in registerSender() 211 *receiverId = registration.connectionId; in registerSender() 212 *isNew = registration.isNew; in registerSender()
|
/hardware/interfaces/wifi/1.5/ |
D | IWifi.hal | 33 * events. |IWifiEventCallback| object registration must be independent of the
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthub.hal | 42 * registration.
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProviderCallback.hal | 55 * changed. At provider registration time, the camera service must assume
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 33 * immediately after callback registration.
|
/hardware/interfaces/radio/1.6/ |
D | types.hal | 520 * it supports. This information is received from NR network during NR NAS registration 529 * a. During NR NAS registration procedure through NR REGISTRATION ACCEPT. 540 * information is received from NR network during NR NAS registration procedure through 703 * registration in the Circuit-switched domain. 705 * circuit-switched services, this value reports registration in the Packet-switched domain. 718 * Cause code reported by the network in case registration fails. This will be a mobility 734 * Access-technology-specific registration information, such as for CDMA2000.
|
D | IRadioResponse.hal | 392 * @param voiceRegResponse Current Voice registration response as defined by RegStateResult 405 * @param dataRegResponse Current Data registration response as defined by RegStateResult in
|
D | IRadio.hal | 483 * Request current voice registration state. 501 * Request current data registration state.
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 1445 int *registration; local 1475 if (parseRegistrationState(line, &type, &count, ®istration)) goto error; 1508 asprintf(&responseStr[1], "%x", registration[1]); 1509 asprintf(&responseStr[2], "%x", registration[2]); 1511 asprintf(&responseStr[3], "%d", registration[3]); 1513 asprintf(&responseStr[0], "%d", registration[0]); 1528 free(registration); 1529 registration = NULL;
|
/hardware/interfaces/wifi/1.0/ |
D | IWifi.hal | 31 * events. |IWifiEventCallback| object registration must be independent of the
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 23 * can be registered with the existing callback registration methods from 1.0 HAL.
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 41 * registration.
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 361 * Indicates when IMS registration state has changed. 362 * To get IMS registration state and IMS SMS format, callee needs to invoke
|
D | types.hal | 535 * Please note that registration state UNKNOWN is 1137 // significant, registration state and radio technology. 1674 int32_t reasonForDenial; // reasonForDenial if registration state is 3 1676 // registration was denied. See 3GPP TS 24.008, 1721 int32_t reasonDataDenied; // if registration state is 3 (Registration 1723 // registration was denied. See 3GPP TS 24.008,
|
D | IRadio.hal | 274 * Request current voice registration state 283 * Request current data registration state 1253 * Request current IMS registration state
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_device_memory_report.adoc | 19 This device extension allows registration of device memory event callbacks
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | extensions.adoc | 11 It is concerned with processes and registration, while fine-grained naming 290 The same mechanism will be used to request registration of extensions or 353 Layers should be registered, but registration is not required. 375 They can then submit new extension registration requests by proposing merges 381 The registration process can be split into several steps to accommodate
|
12