JP2008033537A - Linkage operation method and communication terminal device - Google Patents

Linkage operation method and communication terminal device Download PDF

Info

Publication number
JP2008033537A
JP2008033537A JP2006204973A JP2006204973A JP2008033537A JP 2008033537 A JP2008033537 A JP 2008033537A JP 2006204973 A JP2006204973 A JP 2006204973A JP 2006204973 A JP2006204973 A JP 2006204973A JP 2008033537 A JP2008033537 A JP 2008033537A
Authority
JP
Japan
Prior art keywords
general
engine
purpose application
processing
memory area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006204973A
Other languages
Japanese (ja)
Inventor
Tomonori Aoki
友則 青木
Toshiro Matsumura
敏郎 松村
Atsushi Tsutsumi
淳 堤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SoftBank Corp
Original Assignee
SoftBank Mobile Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SoftBank Mobile Corp filed Critical SoftBank Mobile Corp
Priority to JP2006204973A priority Critical patent/JP2008033537A/en
Publication of JP2008033537A publication Critical patent/JP2008033537A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To improve the performance of a processing engine in a communication terminal device and to quickly start operation after the end of a temporary stop of a general-purpose application using the processing engine. <P>SOLUTION: An execution environment section 33 receiving a start request from the general-purpose application 35 notifies the processing engine of a start command. The engine 32 receiving the start command transmits a memory region request to request acquisition of an operation memory region, to the execution environment section 32 through a basic processing section 31 after its own initialization processing or the like. Subsequently, the execution environment section 33 receiving the memory region request assigns a part of a heap region which is a memory region for the general-purpose application, as an operation memory region of the engine 32 by a specified memory amount. When the operation memory region of the engine 32 is assigned, the execution environment section 33 reports a memory address or the like which is the assigned memory region information, to the processing engine through the basic processing section 31. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、連係動作方法及び移動情報装置に係り、より詳しくは、汎用アプリケーションと、汎用アプリケーションが利用する処理エンジンを含む処理制御部とが連係して動作するための連係動作方法、及び、当該連係動作方法を使用する通信端末装置に関する。   The present invention relates to a linkage operation method and a mobile information device, and more specifically, a linkage operation method for operating a general-purpose application and a processing control unit including a processing engine used by the general-purpose application, and The present invention relates to a communication terminal apparatus that uses a linked operation method.

従来から、携帯電話装置等の通信端末装置が広く普及している。近年においては、通信端末装置の機能向上とともに、通話機能、電子メール送受信機能、ブラウザ機能等の通信機能を備える以外にも、音楽や小説、更には静止画や動画の様な内容を持つデジタルコンテンツを鑑賞することも可能となっている。これらのコンテンツは、ファイル形式での一般の店舗からの購入以外にも、最近において充実が目覚しいコンテンツプロバイダによるダウンロードサービスを利用して入手することが可能となってきている。   Conventionally, communication terminal devices such as mobile phone devices have been widely used. In recent years, in addition to improving the functions of communication terminal devices, in addition to providing communication functions such as call functions, e-mail transmission / reception functions, browser functions, etc., digital contents with contents such as music, novels, and still images and videos It is also possible to appreciate. In addition to purchases from general stores in the form of files, these contents can be obtained using a download service provided by a content provider that has recently been remarkably enriched.

こうしたコンテンツを鑑賞するために再生を行う際には、単純な再生アルゴリズムによる演算を大量のデータについて行うことが必要となる。このため、当該再生アルゴリズムによる演算処理を高速に行うための処理エンジンを利用することが、一般的に行われている。こうした処理エンジンは、ハードウエアにより提供されることもあるし、ソフトウエアにより提供されることもある。   When reproduction is performed in order to appreciate such content, it is necessary to perform calculations on a large amount of data using a simple reproduction algorithm. For this reason, it is a common practice to use a processing engine for performing high-speed arithmetic processing using the reproduction algorithm. Such a processing engine may be provided by hardware or may be provided by software.

ところで、通信端末装置に限らず、装置一般に対しては小型化することが要請されている。特に、携帯電話装置のような移動通信端末装置に対しては、小型であることが強く要請されている。このため、利用頻度が高い、又は、利用するアプリケーションの種類が多いことが想定されない限り、処理エンジンをハードウエアにより提供することは通常行われない。このため、デジタルコンテンツの再生のような通信端末装置にとっては付加機能として位置付けられる機能のための処理エンジンは、通常、ソフトウエアにより提供される。例えば、以下の特許文献1においては、ソフトウエアとして実現される、3Dエンジンを抱えた3D描画ミドルウエアに係る発明が開示されている。
特開2006−4276号公報
By the way, not only communication terminal devices but also general devices are required to be downsized. In particular, mobile communication terminal devices such as mobile phone devices are strongly required to be small. For this reason, unless it is assumed that the usage frequency is high or the types of applications to be used are large, the processing engine is not usually provided by hardware. For this reason, a processing engine for a function positioned as an additional function for a communication terminal device such as reproduction of digital contents is usually provided by software. For example, in the following Patent Document 1, an invention relating to 3D rendering middleware having a 3D engine realized as software is disclosed.
JP 2006-4276 A

上述したように、従来は、通信端末装置にとっての付加機能のための処理エンジンは、通常、ソフトウエアにより提供されるが、その提供のされ方としては、特定の処理エンジンを利用するアプリケーションの種類によって異なる方式が採られる。例えば、特定の処理エンジンを利用するアプリケーションが、JAVA(登録商標)等の中間言語で記述され、通信端末装置の機種に依存せずに動作する汎用アプリケーションの場合には、当該汎用アプリケーションが、その特定の処理エンジンを抱え込むようにすることが一般的である。これは、1つの通信端末装置に、その特定の処理エンジンを使用する他のアプリケーションが実装される蓋然性が高いとはいえないためである。このように当該汎用アプリケーションが処理エンジンを抱え込む場合には、処理エンジンも中間言語で記述されることになるため、処理エンジンの処理性能を高めることは困難であった。   As described above, conventionally, a processing engine for an additional function for a communication terminal device is usually provided by software. As a method of providing the processing engine, the type of application using a specific processing engine is used. Different schemes are adopted. For example, when a general-purpose application that uses a specific processing engine is described in an intermediate language such as JAVA (registered trademark) and operates independently of the model of the communication terminal device, the general-purpose application is It is common to include a specific processing engine. This is because it cannot be said that there is a high probability that another application using the specific processing engine is mounted on one communication terminal device. As described above, when the general-purpose application includes a processing engine, the processing engine is also described in an intermediate language, so it is difficult to improve the processing performance of the processing engine.

このため、通信端末装置において実行される汎用アプリケーションによる利用頻度が、ハードウエアにより提供する程は高くないが、ある程度高いことが予想される処理エンジンについては、汎用アプリケーションの実行環境を構成する処理制御部内のネイティブアプリケーションとして構成することが考えられる。こうしてネイティブエンジンとして構成される処理エンジンは、機械語又はそれに近い言語で記述されるため、中間言語で記述された場合と比べて、処理性能が大きく向上することになる。   For this reason, the processing control that constitutes the execution environment for general-purpose applications is used for processing engines that are expected to be used to a certain extent, although the frequency of use by general-purpose applications executed in communication terminal devices is not high enough to be provided by hardware. It may be configured as a native application in the department. Since the processing engine configured as a native engine is described in a machine language or a language close thereto, the processing performance is greatly improved as compared with a case where the processing engine is described in an intermediate language.

ところで、汎用アプリケーションには、動作の開始から終了まで、固有のメモリ領域(以下、「汎用アプリケーション用メモリ領域」という)が確保される。そして、汎用アプリケーションの動作の開始から終了までの期間においては、汎用アプリケーションが一時停止中であっても、当該汎用アプリケーション用メモリ領域の内容が処理制御部によって破壊されることはない。このため、汎用アプリケーションは、一時停止後における再開を迅速に行うことができるようになっている。   By the way, the general-purpose application has a unique memory area (hereinafter referred to as “general-purpose application memory area”) from the start to the end of the operation. In the period from the start to the end of the operation of the general-purpose application, even if the general-purpose application is suspended, the contents of the general-purpose application memory area are not destroyed by the processing control unit. For this reason, the general-purpose application can be quickly restarted after being paused.

一方、ネイティブアプリケーションについては、一般に一時停止という状態は観念されない。このため、処理エンジンをネイティブアプリケーションとして用意した場合には、その処理エンジンを利用する汎用アプリケーションの一時停止に伴って停止すると、当該処理エンジンの作業用メモリ領域であったメモリ領域は解放される。そして、汎用アプリケーションの一時停止後の再開に際し、当該処理エンジンを動作させるためには、改めて当該処理エンジンの作業用メモリ領域を新たに確保することが必要であった。この結果、処理エンジンをネイティブアプリケーションとして用意した場合には、実質的に、汎用アプリケーションの一時停止後における再開に、時間を要することになってしまう。   On the other hand, for native applications, the state of pause is generally not considered. For this reason, when a processing engine is prepared as a native application, when the general-purpose application that uses the processing engine is stopped along with a temporary stop, the memory area that is the working memory area of the processing engine is released. In order to operate the processing engine when the general-purpose application is resumed after being temporarily stopped, it is necessary to newly secure a working memory area for the processing engine. As a result, when the processing engine is prepared as a native application, it takes time to resume the general-purpose application after the suspension.

本発明は、上記の事情を鑑みてなされたものであり、通信端末装置において、処理エンジンの性能を向上するとともに、当該処理エンジンを利用する汎用アプリケーションの一時停止終了後における動作開始の迅速化を図ることができる連係動作方法を提供することを目的とする。   The present invention has been made in view of the above circumstances, and in a communication terminal device, while improving the performance of a processing engine, it is possible to speed up the start of operation after the suspension of a general-purpose application that uses the processing engine. It is an object of the present invention to provide a linked operation method that can be achieved.

また、本発明は、処理エンジンの性能を向上するとともに、当該処理エンジンを利用する汎用アプリケーションの一時停止終了後における動作開始の迅速化を図ることができる通信端末装置を提供することを目的とする。   Another object of the present invention is to provide a communication terminal device capable of improving the performance of a processing engine and speeding up the start of operation after a temporary stop of a general-purpose application that uses the processing engine. .

本発明は、第1の観点からすると、汎用アプリケーションと、前記汎用アプリケーションが利用する処理エンジンを備える処理制御部とが通信端末装置において連係して動作するための連係動作方法であって、前記汎用アプリケーションが前記処理エンジンの起動要求を行う起動要求工程と;前記起動要求を受けた処理制御部が、前記汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業用のエンジン使用領域として確保するメモリ領域確保工程と;を備える連係動作方法である。   From a first viewpoint, the present invention is a linked operation method for operating a general-purpose application and a processing control unit including a processing engine used by the general-purpose application in a communication terminal device, An activation request step in which an application makes an activation request for the processing engine; and a process control unit that receives the activation request processes a part of a general-purpose application memory area that is a memory area reserved exclusively for the general-purpose application. And a memory area securing step for securing an engine use area for engine work.

ここで、「汎用アプリケーション」とは、機種を問わず実行環境を整えれば汎用的に動作可能なアプリケーションを指し、例えばJAVA(登録商標)アプリケーション等をいう。   Here, the “general-purpose application” refers to an application that can be operated universally if the execution environment is prepared regardless of the model, for example, a JAVA (registered trademark) application.

この連係動作方法では、汎用アプリケーションが処理エンジンを利用する場合には、起動要求工程において、汎用アプリケーションが、処理制御部内の処理エンジンの起動要求を行う。この起動要求を受けると、メモリ領域確保工程において、処理制御部が、当該汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を、前記処理エンジンの作業用エンジン使用領域として確保する。ここで、汎用アプリケーション用メモリ領域は、当該汎用アプリケーションの起動後より汎用アプリケーション専用に割り当てられているメモリ領域であり、汎用アプリケーションの動作中のみならず、一時停止中においてもその記録内容が、汎用アプリケーションが認識しないままに書き換えられることがない領域、すなわち、汎用アプリケーションが完全に終了するまでは解放されることがない領域である。   In this linked operation method, when the general-purpose application uses the processing engine, the general-purpose application makes a request for starting the processing engine in the processing control unit in the start-up request process. When receiving this activation request, in the memory area securing step, the processing control unit assigns a part of the general-purpose application memory area, which is a memory area reserved exclusively for the general-purpose application, to the work engine use area of the processing engine. To secure as. Here, the general-purpose application memory area is a memory area allocated exclusively for the general-purpose application since the start of the general-purpose application, and the recorded contents are not only during the operation of the general-purpose application but also during the pause. This is an area that is not rewritten without being recognized by the application, that is, an area that is not released until the general-purpose application is completely terminated.

このため、汎用アプリケーションからの要求によって起動された処理エンジンが、当該汎用アプリケーションの一時停止に伴って停止したとしても、それまで処理エンジンが使用していた作業用エンジン使用領域が解放されない。この結果、汎用アプリケーションの一時停止後の再開に際し、当該処理エンジンを動作させるためには、改めて当該処理エンジンのために作業用エンジン使用領域を新たに確保することが不要となる。   For this reason, even if the processing engine activated by a request from the general-purpose application is stopped due to the temporary stop of the general-purpose application, the work engine use area used by the processing engine until then is not released. As a result, when the general-purpose application is resumed after being temporarily stopped, it is not necessary to newly secure a work engine use area for the processing engine in order to operate the processing engine.

一方、処理エンジンは、処理制御部内のネイティブアプリケーションとして実装されている。このため、処理エンジンは、機械語又はそれに近い言語で記述されるため、中間言語で記述された場合と比べて、処理性能が大きく向上したものとすることができる。   On the other hand, the processing engine is implemented as a native application in the processing control unit. For this reason, since the processing engine is described in a machine language or a language close thereto, the processing performance can be greatly improved as compared with the case where the processing engine is described in an intermediate language.

したがって、本発明の連係動作方法によれば、通信端末装置において、処理エンジンの性能を向上するとともに、当該処理エンジンを利用する汎用アプリケーションの一時停止終了後における動作開始の迅速化を図ることができる。   Therefore, according to the linked operation method of the present invention, in the communication terminal device, it is possible to improve the performance of the processing engine and speed up the operation start after the suspension of the general-purpose application using the processing engine. .

本発明の連係動作方法では、前記処理制御部が、前記処理エンジンを含む資源の制御及び管理を行う基本処理部と;前記汎用アプリケーションと前記基本処理部との間のコマンド変換及び、前記汎用アプリケーションの実行のためのソフトウエア資源の提供を行うことで、前記汎用アプリケーションの実行環境を提供する実行環境部と;を備え、前記メモリ領域確保工程が、前記起動要求を受けた実行環境部が、起動指令を前記処理エンジンへ通知する起動指令通知工程と;前記起動指令を受けた前記処理エンジンが、前記処理エンジンの作業メモリ領域の要求であるメモリ領域確保要求を、前記基本処理部を介して前記実行環境部へ送るメモリ領域確保要求工程と;前記メモリ領域確保要求を受けた前記実行環境部が、前記汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業メモリ領域に割り当てるメモリ領域割当工程と;前記実行環境部が、前記メモリ領域割当工程において割り当てられた割当メモリ領域の情報である割当メモリ領域情報を、前記基本処理部を介して前記処理エンジンへ報告する割当メモリ領域報告工程と;を備えることを特徴とすることができる。   In the linked operation method of the present invention, the processing control unit includes a basic processing unit that controls and manages resources including the processing engine; command conversion between the general-purpose application and the basic processing unit; and the general-purpose application. Providing an execution environment unit that provides an execution environment for the general-purpose application by providing software resources for execution of the memory area, wherein the memory environment securing step receives the start request, A startup command notification step of notifying the processing engine of a startup command; the processing engine receiving the startup command sends a memory area securing request, which is a request for a working memory area of the processing engine, via the basic processing unit; A memory area securing request step to be sent to the execution environment section; and the execution environment section that has received the memory area securing request includes the general-purpose application. A memory area allocating step for allocating a part of the memory area for allocation to a working memory area of the processing engine; and allocation memory area information which is information on an allocated memory area allocated in the memory area allocating step by the execution environment unit And an allocated memory area reporting step for reporting to the processing engine via the basic processing unit.

この場合には、汎用アプリケーションが動作する処理制御部は、上述の処理エンジンを含む資源の制御及び管理を行う基本処理部と、汎用アプリケーションの実行環境を提供する実行環境部とを備える。そして、上述のメモリ確保工程が、基本処理部と実行環境部とが以下のように動作することにより実行される。   In this case, the processing control unit in which the general-purpose application operates includes a basic processing unit that controls and manages resources including the above-described processing engine, and an execution environment unit that provides an execution environment for the general-purpose application. The above-described memory securing process is executed by the basic processing unit and the execution environment unit operating as follows.

まず、汎用アプリケーションより起動要求を受けた実行環境部が、起動指令通知工程において、起動指令を処理エンジンへ通知する。この起動指令を受けた処理エンジンは、自身の初期化処理等の後、メモリ領域確保要求工程においては、処理エンジンの作業メモリ領域の取得要求であるメモリ領域確保要求を、基本処理部を介して実行環境部へ送る。なお、メモリ領域確保要求の際には、確保すべき作業メモリ領域のメモリ量が指定される。   First, the execution environment unit that receives a startup request from the general-purpose application notifies the processing engine of the startup command in the startup command notification step. The processing engine that has received this start command sends a memory area securing request, which is a request for acquiring the working memory area of the processing engine, through the basic processing unit in the memory area securing request process after its initialization process and the like. Send to the execution environment department. In the memory area securing request, the memory amount of the working memory area to be secured is designated.

引き続き、メモリ領域割当工程において、メモリ領域確保要求を受けた実行環境部が、指定されたメモリ量を、汎用アプリケーション用メモリ領域の一部から、処理エンジンの作業メモリ領域として割り当てる。そして、処理エンジンの作業メモリ領域が割り当てられると、割当メモリ領域報告工程において、実行環境部が、メモリ領域割当工程において割り当てられた割当メモリ領域の情報である割当メモリ領域情報であるメモリアドレス等を、基本処理部を介して処理エンジンへ報告する。   Subsequently, in the memory area allocation step, the execution environment unit that has received the memory area securing request allocates the designated memory amount as a working memory area of the processing engine from a part of the general-purpose application memory area. Then, when the working memory area of the processing engine is allocated, in the allocated memory area reporting step, the execution environment unit sets the memory address that is the allocated memory area information that is the allocated memory area information allocated in the memory area allocating step. Report to the processing engine via the basic processing unit.

本発明の連係動作方法では、前記汎用アプリケーションを一時停止させるべき一時停止イベントが生じた場合に、前記処理制御部が、前記エンジン使用領域のアドレス情報を保存するとともに、前記処理エンジンを停止させるエンジン停止工程と;前記汎用アプリケーションの一時停止中において、前記処理制御部が、前記汎用アプリケーション用メモリ領域以外の領域を使用した処理を行う一時停止中処理工程と;前記汎用アプリケーションを再開させるべき再開イベントが生じた場合に、前記処理制御部が、前記処理エンジンを起動するとともに、前記エンジン使用領域のアドレス情報を前記処理エンジンへ通知するエンジン再起動工程と;を更に備えるようにすることができる。   In the linked operation method of the present invention, when a pause event that causes the general-purpose application to pause is generated, the processing control unit stores the address information of the engine use area and stops the processing engine. A suspension step; a suspension processing step in which the processing control unit performs a process using an area other than the memory area for the general application during the suspension of the general application; and a resume event to resume the general application And the engine restarting step of starting the processing engine and notifying the processing engine of the address information of the engine use area.

ここで、「一時停止イベント」には、例えば、音声着信のような利用者の意思と無関係に発生するイベントの他、利用者自身による汎用アプリケーションの一時停止を選択するような操作も含むものとする。   Here, the “pause event” includes, for example, an operation that selects a pause of a general-purpose application by the user, in addition to an event that occurs regardless of the user's intention such as an incoming voice call.

この場合には、エンジン停止工程において、処理制御部が、再開のために、処理エンジンに割り当てられた使用領域のメモリ領域のアドレス情報を保存したのち、処理エンジンを停止させる。引き続き、汎用アプリケーションの一時停止中に行われる一時停止中処理工程においては、処理制御部は、汎用アプリケーション用メモリ領域以外の領域を使用して、一時停止を生じさせたイベントに係る処理及びその他の必要な処理を行う。   In this case, in the engine stop process, the processing control unit stores the address information of the memory area of the used area allocated to the processing engine for restarting, and then stops the processing engine. Subsequently, in the processing process during suspension performed during suspension of the general-purpose application, the processing control unit uses an area other than the general-purpose application memory area to perform processing related to the event that caused the suspension and other processing. Perform the necessary processing.

その後、汎用アプリケーションを再開させるべき再開イベントが生じた場合には、エンジン再起動工程において、処理制御部が、処理エンジンを起動するとともに、保持していたエンジン使用領域のアドレス情報を処理エンジンへ通知する。こうして処理エンジンの起動が完了し、以後は通常通りの汎用アプリケーションの実行が行われる。   After that, when a restart event that should restart the general-purpose application occurs, in the engine restart process, the processing control unit starts the processing engine and notifies the processing engine of the address information of the engine use area that has been held. To do. In this way, the start of the processing engine is completed, and thereafter, the general-purpose application is executed as usual.

ここで、「再開イベント」には、例えば、音声着信の終了のようなイベントの他、利用者自身による汎用アプリケーションの再開を選択するような操作も含むものとする。   Here, the “resume event” includes, for example, an operation for selecting resumption of the general-purpose application by the user himself / herself, in addition to an event such as the termination of the incoming voice call.

本発明は、第2の観点からすれば、汎用アプリケーションと、前記汎用アプリケーションが利用する処理エンジンを備える処理制御部とを備え、前記処理制御部が、前記アプリケーションからの前記処理エンジンの起動要求を受けた場合に、前記汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業用のエンジン使用領域として確保する、ことを特徴とする通信端末装置である。   According to a second aspect, the present invention includes a general-purpose application and a processing control unit including a processing engine used by the general-purpose application, and the processing control unit issues a startup request for the processing engine from the application. A communication terminal device, wherein when received, a part of a general-purpose application memory area, which is a memory area reserved exclusively for the general-purpose application, is reserved as an engine use area for work of the processing engine. is there.

この通信端末装置では、汎用アプリケーションが処理エンジンを利用する場合には、汎用アプリケーションが、処理制御部内の処理エンジンの起動要求を行う。この起動要求を受けた処理制御部は、当該汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を、処理エンジンの作業用エンジン使用領域として確保する。   In this communication terminal device, when the general-purpose application uses the processing engine, the general-purpose application makes a request for starting the processing engine in the processing control unit. The processing control unit that has received this activation request reserves a part of the general-purpose application memory area, which is a memory area reserved exclusively for the general-purpose application, as a work engine use area of the processing engine.

すなわち、本発明の通信端末装置では、上述した本発明の連係動作方法を使用することができる。したがって、本発明の通信端末装置によれば、処理エンジンの性能を向上するとともに、当該処理エンジンを利用する汎用アプリケーションの一時停止終了後における動作開始の迅速化を図ることができる。   That is, in the communication terminal device of the present invention, the above-described cooperative operation method of the present invention can be used. Therefore, according to the communication terminal device of the present invention, it is possible to improve the performance of the processing engine and speed up the operation start after the suspension of the general-purpose application using the processing engine.

本発明の通信端末装置では、前記処理制御部が、前記移動情報装置の内部資源の管理を行う基本処理部と、前記汎用アプリケーションと前記基本処理部との間のコマンド変換及び、前記汎用アプリケーションの実行のためのソフトウエア資源の提供を行うことで、前記汎用アプリケーションに実行環境を提供する実行環境部とを備え、前記実行環境部が、前記処理エンジンの起動要求を受けた時に、起動指令を前記処理エンジンへ通知し;前記処理エンジンから前記基本処理部を介して通知された作業メモリ領域の要求を受けた際に、前記汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業メモリ領域に割り当て;前記割り当てられたメモリ領域情報を、前記基本処理部を介して前記処理エンジンへ報告する;ようにすることができる。   In the communication terminal device of the present invention, the processing control unit is configured to manage a basic processing unit that manages internal resources of the mobile information device, command conversion between the general-purpose application and the basic processing unit, and the general-purpose application. An execution environment unit that provides an execution environment for the general-purpose application by providing software resources for execution, and when the execution environment unit receives a startup request for the processing engine, Notifying the processing engine; upon receiving a request for the working memory area notified from the processing engine via the basic processing unit, a part of the general-purpose application memory area is stored in the working memory area of the processing engine. Allocation; reporting the allocated memory area information to the processing engine via the basic processing unit; Can.

この場合には、汎用アプリケーションより起動要求を受けた実行環境部が、起動指令を処理エンジンへ通知する。この起動指令を受けた処理エンジンは、自身の初期化処理等の後、作業メモリ領域の取得要求であるメモリ領域確保要求を、基本処理部を介して実行環境部へ送る。引き続き、メモリ領域確保要求を受けた実行環境部が、汎用アプリケーション用メモリ領域の一部を、指定されたメモリ量分、処理エンジンの作業メモリ領域として割り当てる。そして、処理エンジンの作業メモリ領域が割り当てられると、実行環境部が、メモリ領域割当工程において割り当てられた割当メモリ領域の情報であるメモリアドレス等を、基本処理部を介して処理エンジンへ報告する。   In this case, the execution environment unit that receives the activation request from the general-purpose application notifies the processing engine of the activation instruction. The processing engine that has received this start command sends a memory area securing request, which is a request for acquiring a working memory area, to the execution environment section via the basic processing section after its initialization processing and the like. Subsequently, the execution environment unit that has received the memory area securing request allocates a part of the general-purpose application memory area as the working memory area of the processing engine for the specified amount of memory. When the working memory area of the processing engine is allocated, the execution environment unit reports the memory address, which is information on the allocated memory area allocated in the memory area allocation step, to the processing engine via the basic processing unit.

本発明の通信端末装置では、前記処理制御部が、前記汎用アプリケーションを一時停止させるべき一時停止イベントが生じた場合に、前記エンジン使用領域のアドレス情報を保存するとともに、前記処理エンジンを停止させ;前記汎用アプリケーションを再開させるべき再開イベントが生じた場合に、前記処理エンジンを起動するとともに、前記エンジン使用領域のアドレス情報を前記処理エンジンへ通知し;前記汎用アプリケーションの一時停止中においては、前記汎用アプリケーション用メモリ領域以外の領域を使用した処理を行うようにすることができる。   In the communication terminal device of the present invention, the processing control unit stores address information of the engine use area and stops the processing engine when a pause event that causes the general-purpose application to pause is generated; When a resumption event for resuming the general-purpose application occurs, the processing engine is started, and the address information of the engine usage area is notified to the processing engine; It is possible to perform processing using an area other than the application memory area.

この場合には、汎用アプリケーションを一時停止させるべき一時停止イベントが生じた際には、処理制御部が、再開のために、処理エンジンに割り当てられたエンジン使用領域のアドレス情報を保存した後、処理エンジンを停止させる。引き続き、汎用アプリケーションの一時停止中には、処理制御部は、汎用アプリケーション用メモリ領域以外の領域を使用して、必要な処理を行う。   In this case, when a pause event that causes the general-purpose application to pause is generated, the processing control unit saves the address information of the engine use area allocated to the processing engine for restarting, and then performs processing. Stop the engine. Subsequently, while the general-purpose application is temporarily stopped, the processing control unit performs necessary processing using an area other than the general-purpose application memory area.

その後、汎用アプリケーションを再開させるべき再開イベントが生じた場合には、処理制御部は、処理エンジンを起動するとともに、保持していたエンジン使用領域のアドレス情報を処理エンジンへ通知する。こうして処理エンジンの起動が完了し、以後は通常通りの汎用アプリケーションの実行が行われる。   Thereafter, when a restart event for restarting the general-purpose application occurs, the processing control unit starts the processing engine and notifies the processing engine of the address information of the engine use area that has been held. In this way, the start of the processing engine is completed, and thereafter, the general-purpose application is executed as usual.

本発明の通信端末装置では、移動通信網の基地局との間で無線通信を行う無線通信手段を更に備えるようにすることができる。すなわち、本発明の通信端末装置を、携帯電話装置等の移動通信端末装置とすることができる。   The communication terminal apparatus of the present invention can further include wireless communication means for performing wireless communication with a base station of a mobile communication network. That is, the communication terminal device of the present invention can be a mobile communication terminal device such as a mobile phone device.

以上説明したように、本発明の連係動作方法によれば、通信端末装置において、処理エンジンの性能を向上するとともに、当該処理エンジンを利用する汎用アプリケーションの一時停止終了後における動作開始の迅速化を図ることができるという効果を奏する。   As described above, according to the linked operation method of the present invention, in the communication terminal device, the performance of the processing engine is improved, and the operation start after the suspension of the general-purpose application using the processing engine is accelerated. There is an effect that it can be achieved.

また、本発明の通信端末装置によれば、メモリ領域の確保の方法を工夫することで、高速な再開を可能にすることができるという効果を奏する。   In addition, according to the communication terminal device of the present invention, it is possible to enable high-speed restart by devising a memory area securing method.

以下、本発明の実施形態を、図1〜図8を参照しつつ説明する。なお、これらの図においては、同一又は同等の要素には同一の符号を付し、重複する説明を省略する。   Hereinafter, embodiments of the present invention will be described with reference to FIGS. In these drawings, the same or equivalent elements are denoted by the same reference numerals, and redundant description is omitted.

<構成>
図1には、移動通信端末装置である携帯電話装置10の外観構成が概略的に示されている。ここで、図1(A)には、携帯電話装置10の外観の正面図が示され、図1(B)には、携帯電話装置10の外観の背面図が示されている。
<Configuration>
FIG. 1 schematically shows an external configuration of a mobile phone device 10 which is a mobile communication terminal device. Here, FIG. 1A shows a front view of the appearance of the mobile phone device 10, and FIG. 1B shows a rear view of the appearance of the mobile phone device 10.

図1(A)及び図1(B)に総合的に示されるように、携帯電話装置10は、(a)携帯電話本体11と、(b)電話番号を入力するためのテンキー、及び、動作モードの切換等の各種指令を、後述する制御部21(図2参照)に入力するためのファンクションキーを有する操作部12と、(c)操作案内、動作状況、受信メッセージ等を表示する液晶表示装置を有する表示手段としての表示部13とを備えている。また、携帯電話装置10は、(d)通話時に通信相手から送られてきた音声信号を再生する通話用スピーカ14と、(e)集音時に音を入力したり、通話時に音声を入力したりするためのマイクロフォン15と、(f)着信音や案内音を発生するための案内用スピーカ16と、(g)基地局との間で無線信号を授受するためのアンテナ17とを備えている。なお、表示部13は、その内部にVRAM(Video RAM)13Vを有している(図2参照)。   As generally shown in FIGS. 1A and 1B, the mobile phone device 10 includes (a) a mobile phone main body 11, (b) a numeric keypad for inputting a telephone number, and an operation. An operation unit 12 having function keys for inputting various commands such as mode switching to a control unit 21 (see FIG. 2) described later, and (c) a liquid crystal display for displaying operation guidance, operation status, received message, and the like. And a display unit 13 as display means having the device. In addition, the cellular phone device 10 includes (d) a call speaker 14 that reproduces an audio signal transmitted from a communication partner during a call, and (e) a sound input during sound collection or a sound input during a call. And (f) a guidance speaker 16 for generating ringtones and guidance sounds, and (g) an antenna 17 for transmitting and receiving radio signals to and from the base station. The display unit 13 has a VRAM (Video RAM) 13V therein (see FIG. 2).

携帯電話本体11の内部には、図2に示されるように、(i)携帯電話装置10全体の動作を統括制御する制御部21と、(ii)アンテナ17を介して、基地局との間で無線信号の送受信を行う送受信部22と、(iii)制御部21で実行されるプログラムや各種データを格納する、読出専用メモリ(ROM)素子やランダムアクセスメモリ(RAM)素子を有する記憶部23とを備えている。   As shown in FIG. 2, the mobile phone body 11 includes (i) a control unit 21 that controls the overall operation of the mobile phone device 10, and (ii) a base station via an antenna 17. And (iii) a storage unit 23 having a read-only memory (ROM) element and a random access memory (RAM) element for storing a program executed by the control unit 21 and various data. And.

ここで、記憶部23内には、コミックファイル等のコンテンツファイルが格納されるコンテンツ記憶領域24及びワーク領域25が用意されている。ワーク領域25の中には、通常領域25Tと、後述する汎用アプリケーション35の専用作業領域であるヒープ(Heap)領域25Hとが用意されるようになっている。   Here, a content storage area 24 and a work area 25 for storing content files such as comic files are prepared in the storage unit 23. In the work area 25, a normal area 25T and a heap area 25H, which is a dedicated work area for a general-purpose application 35 described later, are prepared.

なお、ヒープ領域25Hは、汎用アプリケーション35の起動時に確保され、汎用アプリケーション35の終了により解放されるようになっている。また、通常領域25T内には、フレームバッファ26(図3参照)がトグルバッファ構成で用意されるようになっている。   The heap area 25H is secured when the general-purpose application 35 is activated, and is released when the general-purpose application 35 is terminated. In the normal area 25T, a frame buffer 26 (see FIG. 3) is prepared in a toggle buffer configuration.

制御部21は、中央処理装置(CPU)、デジタル信号処理装置(DSP)等を備えており、プログラムを実行することにより、一般的な携帯電話機能を実現するために様々なデータ処理を行うとともに、上述した他の構成要素の動作制御を行うようになっている。この制御部21において実行されるプログラムの構成が、図3に示されている。   The control unit 21 includes a central processing unit (CPU), a digital signal processing unit (DSP), and the like, and performs various data processing in order to realize a general mobile phone function by executing a program. The operation control of the other components described above is performed. The configuration of the program executed in the control unit 21 is shown in FIG.

図3に示されるように、制御部21において実行されるプログラムには、汎用アプリケーション(以下、「汎用アプリ」とも呼ぶ)35と、当該汎用アプリケーション35と連係して動作する処理制御部34とが含まれる。この処理制御部34は、基本処理部31と、汎用アプリケーション35が使用するエンジン32と、実行環境部33とを備えている。ここで、実行環境部33は、例えばJAVA(登録商標)で記述された汎用アプリケーション35と基本処理部31との間のコマンド変換を行ったり、汎用アプリケーション35の実行のためのソフトウエア資源を提供したりする一組のプログラムである。   As shown in FIG. 3, the program executed in the control unit 21 includes a general-purpose application (hereinafter also referred to as “general-purpose application”) 35 and a processing control unit 34 that operates in conjunction with the general-purpose application 35. included. The processing control unit 34 includes a basic processing unit 31, an engine 32 used by the general-purpose application 35, and an execution environment unit 33. Here, the execution environment unit 33 performs command conversion between the general-purpose application 35 described in JAVA (registered trademark) and the basic processing unit 31, and provides software resources for executing the general-purpose application 35, for example. It is a set of programs.

なお、基本処理部31、エンジン32及び実行環境部33は、携帯電話装置10の工場出荷時から携帯電話装置10に実装されている。一方、汎用アプリケーション35は、プレーインストールされる場合もあるが、多くの場合、利用者による操作部12の操作によって送受信部22等からダウンロードされた後に実装される。なお、本実施形態では、汎用アプリケーション35が、コミック等の静止画像コンテンツを鑑賞するためのアプリケーションであり、エンジン32が、コンテンツの再生処理(静止画コンテンツのレンダリング処理)に用いられる専用の機能を有している。   The basic processing unit 31, the engine 32, and the execution environment unit 33 are mounted on the mobile phone device 10 from the time of shipment of the mobile phone device 10 from the factory. On the other hand, the general-purpose application 35 may be preinstalled, but in many cases, the general-purpose application 35 is installed after being downloaded from the transmission / reception unit 22 or the like by the operation of the operation unit 12 by the user. In this embodiment, the general-purpose application 35 is an application for viewing still image content such as comics, and the engine 32 has a dedicated function used for content reproduction processing (still image content rendering processing). Have.

<動作>
次に、以上のように構成された携帯電話装置10における汎用アプリケーション35と連係動作について説明する。
<Operation>
Next, the link operation with the general-purpose application 35 in the mobile phone device 10 configured as described above will be described.

汎用アプリケーションの起動指令が利用者により明示的に行われたり、図3におけるコンテンツ記憶領域24内部のコミックコンテンツファイルが選択され、利用者によって展開が指令されたりした場合に、汎用アプリケーション35が起動される。かかる汎用アプリケーション35の起動に際しては、図4に示されるように、利用者からの指令を受けた基本処理部31が、実行環境部33に、汎用アプリケーション35の起動要求を送る。   The general application 35 is activated when the general application activation command is explicitly issued by the user, or when the comic content file in the content storage area 24 in FIG. 3 is selected and the user instructs the expansion. The When the general-purpose application 35 is activated, as illustrated in FIG. 4, the basic processing unit 31 that has received a command from the user sends a request to activate the general-purpose application 35 to the execution environment unit 33.

汎用アプリケーション35の起動要求を受けた実行環境部33は、まず、ステップS11において、汎用アプリケーション35の作業領域となるヒープ領域25Hを、ワーク領域25内に確保する。こうして、ヒープ領域25Hを確保した後、実行環境部33は、汎用アプリケーション35を起動する。   The execution environment unit 33 that has received the request for starting the general-purpose application 35 first secures a heap area 25H as a work area for the general-purpose application 35 in the work area 25 in step S11. After securing the heap area 25H in this way, the execution environment unit 33 activates the general-purpose application 35.

こうして起動された汎用アプリケーション35は、利用者による操作部12からの操作入力に従って、コミック等の静止画像コンテンツを利用者が閲覧するための処理を、処理制御部34と連係して実行する。かかるコンテンツ閲覧の処理に際して、まず、ステップS12において、利用者により指定された記憶部23におけるコンテンツ記憶領域24内のコンテンツファイルから静止画像コンテンツのページデータを取得する。   The general-purpose application 35 activated in this way performs processing for the user to browse still image content such as comics in conjunction with the processing control unit 34 in accordance with an operation input from the operation unit 12 by the user. In the content browsing process, first, in step S12, page data of still image content is acquired from the content file in the content storage area 24 in the storage unit 23 designated by the user.

かかるページデータの取得処理であるステップS12では、図5に示されるように、まず、汎用アプリケーション35が、実行環境部33を介して、利用者により指定されたコンテンツファイルのファイルオープン要求を基本処理部31へ送る。このファイルオープン要求を受けた基本処理部31は、ステップS21において、当該コンテンツファイルのオープン処理を行う。そして、オープン処理が完了すると、基本処理部31は、オープン処理の完了報告であるオープン報告を、実行環境部33を介して汎用アプリケーション35へ送る。こうして、当該コンテンツファイルのオープン処理が完了すると、以後、基本処理部31は、汎用アプリケーション35からの当該コンテンツファイルに含まれるページデータの要求を受け付けるようになる。   In step S12 which is such page data acquisition processing, as shown in FIG. 5, first, the general-purpose application 35 performs basic processing of a file open request for a content file designated by the user via the execution environment unit 33. Send to part 31. In step S21, the basic processing unit 31 that has received the file open request performs an open process for the content file. When the open process is completed, the basic processing unit 31 sends an open report, which is an open process completion report, to the general-purpose application 35 via the execution environment unit 33. In this way, when the opening process of the content file is completed, the basic processing unit 31 receives a request for page data included in the content file from the general-purpose application 35 thereafter.

こうして、汎用アプリケーション35にとって当該コンテンツファイルがオープンされた後は、汎用アプリケーション35が明示的にファイルクローズ要求を発行する等して当該コンテンツファイルがクローズされない限り、汎用アプリケーション35にとって当該コンテンツファイルがオープンされた状態が継続する。なお、汎用アプリケーション35からのファイルオープン要求により、当該コンテンツファイルがオープンされると、他のアプリケーションによる当該コンテンツファイルのオープン要求やページデータ要求は、基本処理部31により拒否されるようになる。   Thus, after the content file is opened for the general-purpose application 35, the content file is opened for the general-purpose application 35 unless the general-purpose application 35 explicitly issues a file close request or the like to close the content file. The state continues. When the content file is opened by a file open request from the general-purpose application 35, the basic processing unit 31 rejects a request to open the content file or a page data request from another application.

上記のファイルオープン処理の完了後、汎用アプリケーション35は、実行環境部33を介して、利用者により指定されたコンテンツファイルにおける特定ページのページデータ要求を基本処理部31へ送る。このページデータ要求を受けた基本処理部31は、ステップS22において、当該コンテンツファイルから該当するページデータを読み取る。そして、基本処理部31は、読み取られたページデータを、実行環境部33を介して汎用アプリケーション35へ送る。こうして、汎用アプリケーション35が、当該コンテンツの所望のページデータを取得する。そして、ステップS12の処理が終了する。   After completion of the file open process, the general-purpose application 35 sends a page data request for a specific page in the content file designated by the user to the basic processing unit 31 via the execution environment unit 33. Upon receiving this page data request, the basic processing unit 31 reads the corresponding page data from the content file in step S22. Then, the basic processing unit 31 sends the read page data to the general-purpose application 35 via the execution environment unit 33. In this way, the general-purpose application 35 acquires desired page data of the content. And the process of step S12 is complete | finished.

図4に戻り、ステップS12においてページデータが汎用アプリケーション35によって取得された後、ページデータのレンダリング処理による加工のためにエンジン32の利用が必要となると、ステップS13において、エンジン起動処理が実行される。   Returning to FIG. 4, after the page data is acquired by the general-purpose application 35 in step S <b> 12, when it is necessary to use the engine 32 for processing by the page data rendering process, the engine activation process is executed in step S <b> 13. .

ステップS13におけるエンジン起動処理では、図6に示されるように、まず、汎用アプリケーション35が、実行環境部33へエンジン起動要求を送る。このエンジン起動要求を受けた実行環境部33は、起動指令をエンジン32へ送る。   In the engine activation process in step S13, as shown in FIG. 6, first, the general-purpose application 35 sends an engine activation request to the execution environment unit 33. Upon receiving this engine start request, the execution environment unit 33 sends a start command to the engine 32.

起動指令を受けたエンジン32は、まず、ステップS31において、自身の初期化処理を行う。この初期化処理の後、エンジン32は、基本処理部31を介して、メモリ量を指定した作業用メモリ領域(エンジン使用領域)の要求であるメモリ要求を実行環境部33へ送る。なお、基本処理部31は、エンジン32からのメモリ要求については実行環境部33へ転送するが、他のエンジンアプリケーションによるメモリ要求があった場合には、自らが、当該他のエンジンアプリケーションのためのメモリ領域を確保し、割り当てるようになっている。   The engine 32 that has received the start command first performs its own initialization process in step S31. After this initialization process, the engine 32 sends a memory request, which is a request for a working memory area (engine use area) with a specified memory amount, to the execution environment unit 33 via the basic processing unit 31. The basic processing unit 31 transfers the memory request from the engine 32 to the execution environment unit 33. However, when there is a memory request by another engine application, the basic processing unit 31 itself performs the request for the other engine application. A memory area is allocated and allocated.

基本処理部31からメモリ要求を受けた実行環境部33は、ステップ32において、ヒープ領域25H内において、メモリ要求において指定されたメモリ量の確保を試みる。この結果として、指定されたメモリ量の領域が確保できなかった場合には、エンジン32の起動失敗処理を実行する。かかる起動失敗処理において、実行環境部33は、停止指令をエンジン32へ送るとともに、汎用アプリケーション35へ、メモリ不足のためエンジン起動に失敗した旨を報告する。この報告を受けた汎用アプリケーション35は、報告内容を表示部13に表示する等して、エンジン起動の失敗を利用者に報告する。   In step 32, the execution environment unit 33 that has received the memory request from the basic processing unit 31 attempts to secure the amount of memory specified in the memory request in the heap area 25H. As a result, when the designated memory amount area cannot be secured, the engine 32 startup failure process is executed. In such a startup failure process, the execution environment unit 33 sends a stop command to the engine 32 and reports to the general-purpose application 35 that the engine startup has failed due to insufficient memory. The general-purpose application 35 that has received this report reports the failure of engine startup to the user by displaying the report content on the display unit 13 or the like.

ステップS32においてエンジン使用領域の確保に成功した場合には、実行環境部33は、基本処理部31を介して、確保されたエンジン使用領域のアドレス情報を含むエンジン使用領域の取得報告をエンジン32へ送る。この取得報告を受けたエンジン32は、実行環境部33へ起動完了報告を送る。   If the engine use area is successfully secured in step S 32, the execution environment unit 33 sends an engine use area acquisition report including address information of the secured engine use area to the engine 32 via the basic processing unit 31. send. Upon receiving this acquisition report, the engine 32 sends an activation completion report to the execution environment unit 33.

エンジン32から起動完了報告を受けた実行環境部33は、エンジン起動完了報告を汎用アプリケーション35へ送る。この後、ステップS13のエンジン起動処理が終了する。   The execution environment unit 33 that has received the start completion report from the engine 32 sends the engine start completion report to the general-purpose application 35. Thereafter, the engine start process in step S13 is completed.

図4に戻り、ステップS13においてエンジン32の起動が行われると、ステップS14において、汎用アプリケーション35が、先に取得したページデータについてレンダリングを行うべきデータ領域の設定をおこなう。引き続き、汎用アプリケーション35は、設定されたデータ領域を指定したレンダリング指令を、実行環境部33を介してエンジン32へ送る。レンダリング指令を受けたエンジン32は、ステップS15において、指定されたデータ領域のデータについてレンダリング処理を施す。   Returning to FIG. 4, when the engine 32 is activated in step S <b> 13, in step S <b> 14, the general-purpose application 35 sets a data area to be rendered for the previously acquired page data. Subsequently, the general-purpose application 35 sends a rendering command specifying the set data area to the engine 32 via the execution environment unit 33. In step S15, the engine 32 that has received the rendering command performs a rendering process on the data in the designated data area.

そして、エンジン32は、ステップS16において、レンダリング処理の結果を、上述した通常領域25T内のフレームバッファ26に書き込む。こうしてフレームバッファ26への書き込みが終了すると、エンジン32は、レンダリングの完了報告を、実行環境部33を介して汎用アプリケーション35へ送る。   In step S16, the engine 32 writes the result of the rendering process in the frame buffer 26 in the normal area 25T described above. When the writing to the frame buffer 26 is completed in this way, the engine 32 sends a rendering completion report to the general-purpose application 35 via the execution environment unit 33.

レンダリングの完了報告を受けた汎用アプリケーション35は、ステップS17において、エンジン32によりフレームバッファ26への新たな書き込み結果を、上述した表示部13内のVRAM13Vへ転送する。こうして行われたVRAM13Vへの転送結果が、表示部13の表示画面に表示される。   Upon receiving the rendering completion report, the general-purpose application 35 transfers the new writing result to the frame buffer 26 by the engine 32 to the VRAM 13V in the display unit 13 described above in step S17. The result of the transfer to the VRAM 13V thus performed is displayed on the display screen of the display unit 13.

以後、ステップS12における汎用アプリケーション35による新たなページデータの取得から、ステップS17におけるフレームバッファ26内データのVRAM13Vへの転送後の表示までの処理が適宜繰り返されて、静止画コンテンツが利用者に提供される。   Thereafter, the process from the acquisition of new page data by the general-purpose application 35 in step S12 to the display after the transfer of the data in the frame buffer 26 to the VRAM 13V in step S17 is repeated as appropriate, and still image content is provided to the user. Is done.

<汎用アプリケーションの一時停止処理>
次に、汎用アプリケーション35の一時停止処理について説明する。なお、以下では、エンジン32のエンジン使用領域に関する処理が合わせて行われるエンジン32の起動後における汎用アプリケーション35の一時停止処理について説明する。
<Pause processing of general-purpose application>
Next, the pause process of the general application 35 will be described. In the following, a description will be given of a temporary stop process of the general-purpose application 35 after the engine 32 is started, which is performed together with a process related to the engine use area of the engine 32.

図7に示されるように、汎用アプリケーション35の実行中に、音声通話着信等の一時停止イベントが発生すると、一時停止イベントの発生を検出した基本処理部31が、実行環境部33へ汎用アプリケーション35の一時停止要求を送る。この一時停止要求を受けた実行環境部33は、汎用アプリケーション35へ一時停止指令を送る。   As shown in FIG. 7, when a pause event such as an incoming voice call occurs while the general-purpose application 35 is being executed, the basic processing unit 31 that has detected the occurrence of the pause event notifies the execution environment unit 33 of the general-purpose application 35. Send a pause request. The execution environment unit 33 that has received this temporary stop request sends a temporary stop command to the general-purpose application 35.

一時停止指令を受けた汎用アプリケーション35は、ステップS41において、一時停止処理を行う。この一時停止処理においては、汎用アプリケーション35は、後に再開指令を受けた場合に、一時停止時点から処理を再開するための再開用情報を保存する。こうして、一時停止処理を行った汎用アプリケーション35は、汎用アプリケーション35によっての一時停止処理の完了報告を実行環境部33へ送る。   The general-purpose application 35 that has received the temporary stop command performs a temporary stop process in step S41. In this temporary stop process, the general-purpose application 35 stores information for resumption for resuming the process from the time of the temporary stop when receiving a restart instruction later. In this way, the general purpose application 35 that has performed the suspension process sends a completion report of the suspension process by the general purpose application 35 to the execution environment unit 33.

汎用アプリケーション35からの完了報告を受けた実行環境部33は、ステップS42において、現時点におけるエンジン作業領域のアドレス情報を保存する。引き続き、実行環境部33は、エンジン32へ動作の停止要求を送る。   Receiving the completion report from the general-purpose application 35, the execution environment unit 33 saves the address information of the engine work area at the current time in step S42. Subsequently, the execution environment unit 33 sends an operation stop request to the engine 32.

実行環境部33から停止要求を受けたエンジン32は、動作停止処理を行う。引き続き、エンジン32は、動作停止処理の完了報告を実行環境部33へ送る。エンジン32からの動作停止処理の完了報告を受けた実行環境部33は、一時停止完了報告を基本処理部31へ送る。こうして、一時停止イベントの発生に起因する汎用アプリケーション35の一時停止及びエンジン32の停止が達成される。   The engine 32 that has received the stop request from the execution environment unit 33 performs an operation stop process. Subsequently, the engine 32 sends an operation stop process completion report to the execution environment unit 33. The execution environment unit 33 that has received the completion report of the operation stop process from the engine 32 sends a temporary stop completion report to the basic processing unit 31. Thus, the general application 35 is temporarily stopped and the engine 32 is stopped due to the occurrence of the pause event.

<汎用アプリケーションの再開処理>
次いで、上記のようにして一時停止された汎用アプリケーション35の再開処理について説明する。
<Resuming general-purpose application>
Next, a restart process of the general-purpose application 35 that has been paused as described above will be described.

図8に示されるように、汎用アプリケーション35の一時停止中に、音声通話終了等の汎用アプリケーション35を再開させるべき再開イベントが発生すると、再開イベントの発生を検出した基本処理部31が、実行環境部33へ汎用アプリケーション35の再開要求を送る。この再開要求を受けた実行環境部33は、汎用アプリケーション35へ再開指令を送る。   As shown in FIG. 8, when a resumption event for resuming the general purpose application 35 such as the end of a voice call occurs during the suspension of the general purpose application 35, the basic processing unit 31 that detects the occurrence of the resumption event A restart request for the general-purpose application 35 is sent to the unit 33. Upon receiving this restart request, the execution environment unit 33 sends a restart command to the general-purpose application 35.

再開指令を受けた汎用アプリケーション35は、ステップS51において、再開準備処理を行う。この再開準備処理は、上述したステップS41において保存された再開用情報を利用して行われる。引き続き、汎用アプリケーション35は、先の一時停止時点においてエンジン32が起動されていたか否かを判定する。上述の一時停止イベントの発生時点のように、エンジン32が起動されていた場合には、汎用アプリケーション35は、実行環境部33へエンジン起動要求を送る。このエンジン起動要求を受けた実行環境部33は、起動指令をエンジン32へ送る。   The general-purpose application 35 that has received the restart command performs a restart preparation process in step S51. This restart preparation process is performed using the restart information stored in step S41 described above. Subsequently, the general-purpose application 35 determines whether or not the engine 32 has been activated at the time of the previous suspension. When the engine 32 has been activated as in the case of the occurrence of the pause event described above, the general-purpose application 35 sends an engine activation request to the execution environment unit 33. Upon receiving this engine start request, the execution environment unit 33 sends a start command to the engine 32.

起動指令を受けたエンジン32は、まず、ステップS52において、上述のステップS31の場合と同様に、自身の初期化処理を行う。この初期化処理の後、エンジン32は、基本処理部31を介して、メモリ量を指定した作業用メモリ領域(エンジン使用領域)の要求であるメモリ要求を実行環境部33へ送る。   The engine 32 that has received the start command first performs its own initialization process in step S52 as in the case of step S31 described above. After this initialization process, the engine 32 sends a memory request, which is a request for a working memory area (engine use area) with a specified memory amount, to the execution environment unit 33 via the basic processing unit 31.

基本制御部31からメモリ要求を受けた実行環境部33は、上述のステップS42において保存したエンジン作業領域のアドレス情報を読み出す。そして、一時停止時点ではエンジン使用領域が確保されていたことから、実行環境部33は、改めてエンジン使用領域の確保を図ることなく、直ちに、基本処理部31を介して、確保されているエンジン使用領域のアドレス情報を含むエンジン使用領域の取得報告をエンジン32へ送る。この取得報告を受けたエンジン32は、実行環境部33へ起動完了報告を送る。   The execution environment unit 33 that has received the memory request from the basic control unit 31 reads the address information of the engine work area stored in step S42 described above. Since the engine use area is secured at the time of suspension, the execution environment unit 33 immediately reserves the engine use secured through the basic processing unit 31 without re-establishing the engine use area. An engine use area acquisition report including area address information is sent to the engine 32. Upon receiving this acquisition report, the engine 32 sends an activation completion report to the execution environment unit 33.

エンジン32から起動完了報告を受けた実行環境部33は、エンジン起動完了報告を汎用アプリケーション35へ送る。このエンジン起動完了報告を受けた汎用アプリケーション35は、一時停止時点と同等の状態となったことを確認した後、実行環境部33を介して、再開完了方向を基本処理部31へ送る。こうして、再開イベントの発生に起因する汎用アプリケーション35の再開及びエンジン32の起動が達成される。   The execution environment unit 33 that has received the start completion report from the engine 32 sends the engine start completion report to the general-purpose application 35. The general-purpose application 35 that has received the engine start completion report confirms that the state is equivalent to that at the time of the temporary stop, and then sends the restart completion direction to the basic processing unit 31 via the execution environment unit 33. In this way, the restart of the general-purpose application 35 and the startup of the engine 32 due to the occurrence of the restart event are achieved.

以上説明したように、本実施形態では、汎用アプリケーション35より起動要求を受けた実行環境部33が、起動指令を処理エンジンへ通知する。この起動指令を受けたエンジン32は、自身の初期化処理等の後、作業メモリ領域の取得要求であるメモリ領域確保要求を、基本処理部31を介して実行環境部33へ送る。引き続き、メモリ領域確保要求を受けた実行環境部33が、指定されたメモリ量を、汎用アプリケーション用メモリ領域であるヒープ領域25Hの一部を、エンジン32の作業メモリ領域として割り当てる。そして、エンジン32の作業メモリ領域が割り当てられると、実行環境部33が、割り当てられた割当メモリ領域情報であるメモリアドレス等を、基本処理部31を介してエンジン32へ報告する。   As described above, in the present embodiment, the execution environment unit 33 that has received a start request from the general-purpose application 35 notifies the processing engine of a start command. The engine 32 that has received this activation command sends a memory area securing request, which is a request for acquiring a working memory area, to the execution environment unit 33 via the basic processing unit 31 after its own initialization processing and the like. Subsequently, the execution environment unit 33 that has received the memory area securing request allocates a specified amount of memory as a part of the heap area 25H, which is a general-purpose application memory area, as a working memory area of the engine 32. When the working memory area of the engine 32 is allocated, the execution environment unit 33 reports the allocated memory area information, such as the memory address, to the engine 32 via the basic processing unit 31.

また、本実施形態では、汎用アプリケーション35を一時停止させるべき一時停止イベントが生じた際には、処理制御部34が、再開のために、エンジン32に割り当てられたエンジン使用領域のアドレス情報を保存した後、エンジン32を停止させる。引き続き、汎用アプリケーション35の一時停止中には、処理制御部34は、汎用アプリケーション用メモリ領域25H以外の領域を使用して、必要な処理を行う。   Further, in the present embodiment, when a pause event that causes the general-purpose application 35 to be paused occurs, the process control unit 34 stores the address information of the engine use area allocated to the engine 32 for resumption. After that, the engine 32 is stopped. Subsequently, while the general-purpose application 35 is temporarily stopped, the processing control unit 34 performs necessary processing using an area other than the general-purpose application memory area 25H.

その後、汎用アプリケーション35を再開させるべき再開イベントが生じた場合には、処理制御部34は、エンジン32を起動するとともに、保持していたエンジン使用領域のアドレス情報をエンジン32へ通知する。こうしてエンジン32の起動が完了し、以後は通常通りの汎用アプリケーション35の実行が行われる。   Thereafter, when a restart event for restarting the general-purpose application 35 occurs, the processing control unit 34 starts the engine 32 and notifies the engine 32 of address information of the engine use area that has been held. Thus, the start of the engine 32 is completed, and thereafter, the general-purpose application 35 is executed as usual.

このため、汎用アプリケーション35からの要求によって起動されたエンジン32が、汎用アプリケーション35の一時停止に伴って停止したとしても、それまでエンジン32が使用していた作業用エンジン使用領域が解放されない。この結果、汎用アプリケーション35の一時停止後の再開に際し、エンジン32を動作させるためには、エンジン32のために作業用エンジン使用領域を新たに確保することが不要となる。   For this reason, even if the engine 32 started in response to a request from the general-purpose application 35 is stopped along with the temporary stop of the general-purpose application 35, the work engine use area used by the engine 32 until then is not released. As a result, when the general-purpose application 35 is restarted after being temporarily stopped, it is not necessary to newly secure a working engine use area for the engine 32 in order to operate the engine 32.

一方、エンジン32は、処理制御部34内のネイティブアプリケーションとして実装されている。このため、エンジン32は、機械語又はそれに近い言語で記述されるため、中間言語で記述された場合と比べて、処理性能が大きく向上したものとすることができる。   On the other hand, the engine 32 is implemented as a native application in the processing control unit 34. For this reason, since the engine 32 is described in a machine language or a language close thereto, the processing performance can be greatly improved as compared with the case where it is described in an intermediate language.

したがって、本実施形態によれば、エンジン32の性能を向上するとともに、エンジン32を利用する汎用アプリケーション35の一時停止終了後における動作開始の迅速化を図ることができる。   Therefore, according to the present embodiment, it is possible to improve the performance of the engine 32 and to speed up the operation start after the temporary stop of the general-purpose application 35 using the engine 32.

[実施形態の変形]
なお、上記の実施形態では、汎用アプリケーションが、コミック等の静止画像コンテンツを鑑賞するためのアプリケーションであり、エンジンが、コンテンツの再生処理である静止画コンテンツのレンダリング処理に用いられるものとした。これに対し、汎用アプリケーションは、動画や音楽等の他のコンテンツを鑑賞するためのものであってもよく、これに伴いエンジンは、当該動画コンテンツのレンダリング処理や音楽の再生に用いられるものであってもよい。
[Modification of Embodiment]
In the above embodiment, the general-purpose application is an application for viewing still image content such as comics, and the engine is used for rendering processing of still image content that is content playback processing. On the other hand, the general-purpose application may be for viewing other content such as video and music, and accordingly, the engine is used for rendering processing of the video content and music playback. May be.

また、上記の実施形態では、汎用アプリケーションによるファイルからのページデータ取得処理において、まず、汎用アプリケーションがファイルオープン要求をし、ファイルがオープンされた報告を受けた後に改めてページデータ要求をし、読み取られたデータを取得するとした。この一連の処理は、最初のデータ要求時にファイルオープン要求を一緒にするとしてもよく、又は、データ要求を受けた基本処理部が自ら判断して、最初のデータ要求である場合にはファイルもオープンするとしてもよい。   In the above embodiment, in the process of acquiring page data from a file by the general-purpose application, first, the general-purpose application makes a file open request, receives a report that the file has been opened, makes a page data request again, and is read. Suppose you get the data. This series of processing may be performed together with a file open request at the time of the first data request, or the basic processing unit that has received the data request makes a judgment by itself and opens the file if it is the first data request. You may do that.

また、上記の実施形態では、本発明を携帯電話装置に適用したが、携帯電話装置以外の通信端末装置に本発明を適用することができる。   In the above embodiment, the present invention is applied to a mobile phone device. However, the present invention can be applied to communication terminal devices other than the mobile phone device.

以上説明したように、本発明の連係動作方法は、通信端末装置における汎用アプリケーションと、汎用アプリケーションが利用する処理エンジンを備える処理制御部と連係動作方法に適用することができる。また、本発明の通信端末装置は、汎用アプリケーションと、汎用アプリケーションが利用する処理エンジンを備える処理制御部とが連係して動作する通信端末装置に適用することができる。   As described above, the linked operation method of the present invention can be applied to the general-purpose application in the communication terminal device and the process control unit including the processing engine used by the general-purpose application and the linked operation method. The communication terminal device of the present invention can be applied to a communication terminal device in which a general-purpose application and a process control unit including a processing engine used by the general-purpose application operate in cooperation.

本発明の移動通信端末装置の外観構成を概略的に示す図である。It is a figure which shows roughly the external appearance structure of the mobile communication terminal device of this invention. 図1の装置の内部に存在する記憶領域における、構成を示す図である。It is a figure which shows the structure in the storage area which exists in the inside of the apparatus of FIG. 図2の装置の内部構成を説明するためのブロック図である。It is a block diagram for demonstrating the internal structure of the apparatus of FIG. 図1の装置におけるコンテンツ鑑賞のための動作を示すシーケンス図である。It is a sequence diagram which shows the operation | movement for content appreciation in the apparatus of FIG. 図4におけるページデータ取得処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the page data acquisition process in FIG. 図4におけるエンジン起動処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the engine starting process in FIG. 図1の装置における汎用アプリケーションの一時停止処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the suspension process of the general purpose application in the apparatus of FIG. 図1の装置における汎用アプリケーションの再開処理を説明するためのシーケンス図である。It is a sequence diagram for demonstrating the restart process of the general purpose application in the apparatus of FIG.

符号の説明Explanation of symbols

10…携帯電話装置(通信端末装置)、11…携帯電話本体、12…操作部、13…表示部、13V…VRAM、14…通話用スピーカ、15…マイクロフォン、16…案内用スピーカ、17…アンテナ、21…制御部、22…送受信部、23…記憶部、24…コンテンツ記憶領域、25…ワーク領域、25T…通常領域、25H…ヒープ領域(汎用アプリケーション用メモリ領域)、26…フレームバッファ、31…基本処理部、32…エンジン、33…実行環境部、34…処理制御部、35…汎用アプリケーション。   DESCRIPTION OF SYMBOLS 10 ... Mobile phone apparatus (communication terminal device) 11 ... Mobile phone main body, 12 ... Operation part, 13 ... Display part, 13V ... VRAM, 14 ... Call speaker, 15 ... Microphone, 16 ... Guidance speaker, 17 ... Antenna , 21 ... control unit, 22 ... transmission / reception unit, 23 ... storage unit, 24 ... content storage area, 25 ... work area, 25T ... normal area, 25H ... heap area (general application memory area), 26 ... frame buffer, 31 ... basic processing part, 32 ... engine, 33 ... execution environment part, 34 ... processing control part, 35 ... general purpose application.

Claims (7)

汎用アプリケーションと、前記汎用アプリケーションが利用する処理エンジンを備える処理制御部とが通信端末装置において連係して動作するための連係動作方法であって、
前記汎用アプリケーションが前記処理エンジンの起動要求を行う起動要求工程と;
前記起動要求を受けた処理制御部が、前記汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業用のエンジン使用領域として確保するメモリ領域確保工程と;を備える連係動作方法。
A general-purpose application and a processing control unit including a processing engine used by the general-purpose application is a linked operation method for operating in a communication terminal device,
An activation request step in which the general-purpose application requests activation of the processing engine;
A memory area securing step in which the processing control unit that has received the activation request secures a part of a general-purpose application memory area that is a memory area reserved exclusively for the general-purpose application as an engine use area for work of the processing engine And a linked operation method.
前記処理制御部は、前記処理エンジンを含む資源の制御及び管理を行う基本処理部と;前記汎用アプリケーションと前記基本処理部との間のコマンド変換及び、前記汎用アプリケーションの実行のためのソフトウエア資源の提供を行うことで、前記汎用アプリケーションの実行環境を提供する実行環境部と;を備え、
前記メモリ領域確保工程は、
前記起動要求を受けた実行環境部が、起動指令を前記処理エンジンへ通知する起動指令通知工程と;
前記起動指令を受けた前記処理エンジンが、前記処理エンジンの作業メモリ領域の要求であるメモリ領域確保要求を、前記基本処理部を介して前記実行環境部へ送るメモリ領域確保要求工程と;
前記メモリ領域確保要求を受けた前記実行環境部が、前記汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業メモリ領域に割り当てるメモリ領域割当工程と;
前記実行環境部が、前記メモリ領域割当工程において割り当てられた割当メモリ領域の情報である割当メモリ領域情報を、前記基本処理部を介して前記処理エンジンへ報告する割当メモリ領域報告工程と;を備えることを特徴とする請求項1に記載の連係動作方法。
The processing control unit includes a basic processing unit that controls and manages resources including the processing engine; software resources for command conversion between the general-purpose application and the basic processing unit, and execution of the general-purpose application Providing an execution environment unit that provides an execution environment for the general-purpose application by providing
The memory area securing step includes
A start command notifying step in which the execution environment unit that has received the start request notifies the processing engine of a start command;
A memory area securing request step in which the processing engine that has received the start command sends a memory area securing request, which is a request for a working memory area of the processing engine, to the execution environment unit via the basic processing unit;
A memory area allocating step in which the execution environment unit receiving the memory area securing request allocates a part of the general-purpose application memory area to a work memory area of the processing engine;
The execution environment unit includes an allocation memory region reporting step of reporting allocation memory region information, which is information of the allocation memory region allocated in the memory region allocation step, to the processing engine via the basic processing unit. The linkage operation method according to claim 1.
前記汎用アプリケーションを一時停止させるべき一時停止イベントが生じた場合に、前記処理制御部が、前記エンジン使用領域のアドレス情報を保存するとともに、前記処理エンジンを停止させるエンジン停止工程と;
前記汎用アプリケーションの一時停止中において、前記処理制御部が、前記汎用アプリケーション用メモリ領域以外の領域を使用した処理を行う一時停止中処理工程と;
前記汎用アプリケーションを再開させるべき再開イベントが生じた場合に、前記処理制御部が、前記処理エンジンを起動するとともに、前記エンジン使用領域のアドレス情報を前記処理エンジンへ通知するエンジン再起動工程と;を更に備える、ことを特徴とする請求項1又は2に記載の連係動作方法。
An engine stop step in which the processing control unit stores the address information of the engine use area and stops the processing engine when a pause event to pause the general-purpose application occurs;
A suspension processing step in which the processing control unit performs processing using an area other than the general-purpose application memory area while the general-purpose application is paused;
An engine restarting step of starting the processing engine and notifying the processing engine of address information of the engine use area when a restart event for restarting the general-purpose application occurs; The linkage operation method according to claim 1, further comprising:
汎用アプリケーションと、前記汎用アプリケーションが利用する処理エンジンを備える処理制御部とを備え、
前記処理制御部は、前記汎用アプリケーションからの前記処理エンジンの起動要求を受けた場合に、前記汎用アプリケーション専用に確保されているメモリ領域である汎用アプリケーション用メモリ領域の一部を、前記処理エンジンの作業用のエンジン使用領域として確保する、ことを特徴とする通信端末装置。
A general-purpose application, and a processing control unit including a processing engine used by the general-purpose application,
When the processing control unit receives a request to start the processing engine from the general-purpose application, a part of the general-purpose application memory area, which is a memory area reserved for the general-purpose application, is stored in the processing engine. A communication terminal apparatus, characterized in that it is secured as a working engine use area.
前記処理制御部は、前記移動情報装置の内部資源の管理を行う基本処理部と、前記汎用アプリケーションと前記基本処理部との間のコマンド変換及び、前記汎用アプリケーションの実行のためのソフトウエア資源の提供を行うことで、前記汎用アプリケーションに実行環境を提供する実行環境部とを備え、
前記実行環境部は、
前記処理エンジンの起動要求を受けた時に、起動指令を前記処理エンジンへ通知し;
前記処理エンジンから前記基本処理部を介して通知された作業メモリ領域の要求を受けた際に、前記汎用アプリケーション用メモリ領域の一部を前記処理エンジンの作業メモリ領域に割り当て;
前記割り当てられたメモリ領域情報を、前記基本処理部を介して前記処理エンジンへ報告する;ことを特徴とする請求項4に記載の通信端末装置。
The processing control unit includes a basic processing unit that manages internal resources of the mobile information device, command conversion between the general-purpose application and the basic processing unit, and software resources for executing the general-purpose application. An execution environment unit that provides an execution environment to the general-purpose application by providing
The execution environment unit includes:
A startup command is sent to the processing engine when the processing engine startup request is received;
A part of the general-purpose application memory area is allocated to the work engine area of the processing engine when a request for the work memory area notified from the processing engine via the basic processing unit is received;
The communication terminal apparatus according to claim 4, wherein the allocated memory area information is reported to the processing engine via the basic processing unit.
前記処理制御部は、
前記汎用アプリケーションを一時停止させるべき一時停止イベントが生じた場合に、前記エンジン使用領域のアドレス情報を保存するとともに、前記処理エンジンを停止させ;
前記汎用アプリケーションを再開させるべき再開イベントが生じた場合に、前記処理エンジンを起動するとともに、前記エンジン使用領域のアドレス情報を前記処理エンジンへ通知し;
前記汎用アプリケーションの一時停止中においては、前記汎用アプリケーション用メモリ領域以外の領域を使用した処理を行う;ことを特徴とする請求項4又は5に記載の通信端末装置。
The processing control unit
When a pause event to pause the general-purpose application occurs, the address information of the engine use area is saved and the processing engine is stopped;
When a restart event for restarting the general-purpose application occurs, the processing engine is started and address information of the engine use area is notified to the processing engine;
6. The communication terminal device according to claim 4, wherein a process using an area other than the general application memory area is performed during the suspension of the general application.
移動通信網の基地局との間で無線通信を行う無線通信手段を更に備える、ことを特徴とする請求項4〜6のいずれか一項に記載の通信端末装置。



The communication terminal apparatus according to any one of claims 4 to 6, further comprising wireless communication means for performing wireless communication with a base station of a mobile communication network.



JP2006204973A 2006-07-27 2006-07-27 Linkage operation method and communication terminal device Pending JP2008033537A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006204973A JP2008033537A (en) 2006-07-27 2006-07-27 Linkage operation method and communication terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006204973A JP2008033537A (en) 2006-07-27 2006-07-27 Linkage operation method and communication terminal device

Publications (1)

Publication Number Publication Date
JP2008033537A true JP2008033537A (en) 2008-02-14

Family

ID=39122904

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006204973A Pending JP2008033537A (en) 2006-07-27 2006-07-27 Linkage operation method and communication terminal device

Country Status (1)

Country Link
JP (1) JP2008033537A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6359628A (en) * 1986-08-29 1988-03-15 Fujitsu Ltd System for acquiring dynamic area
JP2004304725A (en) * 2003-04-01 2004-10-28 Sharp Corp Mobile phone
WO2006003920A1 (en) * 2004-06-30 2006-01-12 Vodafone K.K. Linked operation method and mobile communication terminal device
WO2006059650A1 (en) * 2004-12-01 2006-06-08 Vodafone K.K. Linkage operation method and mobile terminal device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6359628A (en) * 1986-08-29 1988-03-15 Fujitsu Ltd System for acquiring dynamic area
JP2004304725A (en) * 2003-04-01 2004-10-28 Sharp Corp Mobile phone
WO2006003920A1 (en) * 2004-06-30 2006-01-12 Vodafone K.K. Linked operation method and mobile communication terminal device
WO2006059650A1 (en) * 2004-12-01 2006-06-08 Vodafone K.K. Linkage operation method and mobile terminal device

Similar Documents

Publication Publication Date Title
JP3908944B2 (en) Mobile communication device
JP4205980B2 (en) Terminal device and program
US20050257149A1 (en) Method for providing event to application, and electronic device using this method
JP2006100885A (en) Streaming data receiving and reproducing terminal
JP3968116B2 (en) Mobile communication device and application execution environment software for mobile communication device
JP3992513B2 (en) Information communication terminal capable of executing application program and control method thereof
WO2006080306A1 (en) Linkage operation method and communication terminal apparatus
JPWO2004102932A1 (en) Mobile communication terminal and application program suspension method
CN106792206A (en) A kind of TV menu adaptive updates method and system
JP4699339B2 (en) COMMUNICATION DEVICE, COMMUNICATION METHOD, COMMUNICATION DEVICE CONTROL PROGRAM, AND RECORDING MEDIUM
JP4195061B2 (en) Cooperation operation method and mobile terminal apparatus
JP4044487B2 (en) Communication equipment
JP2008033537A (en) Linkage operation method and communication terminal device
JP2008167133A (en) Personal digital assistant
JP2005310062A (en) Program, computer and data processing method
JP3958714B2 (en) Mobile communication device
JP4022168B2 (en) Mobile communication device
KR100593843B1 (en) An application program management system for a mobile telecommunication terminal
JP4068036B2 (en) Linkage processing method and mobile communication terminal device
JP4947356B2 (en) Application execution control apparatus and application execution control method
JP5082939B2 (en) Information processing device
CN111245936A (en) APP operation method, proxy server and target terminal
KR101305628B1 (en) Method of supporting multi-tasking function in mobile phone
WO2012079318A1 (en) Method and system for displaying native user interface
JP4875483B2 (en) Content reproduction method and information processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090715

A977 Report on retrieval

Effective date: 20101209

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Effective date: 20101215

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110128

A131 Notification of reasons for refusal

Effective date: 20110309

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110706